diff options
author | tnn <tnn@pkgsrc.org> | 2010-02-06 15:15:10 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-02-06 15:15:10 +0000 |
commit | 84271a8e8fc1e45011826b0efa93e4c3f47b5434 (patch) | |
tree | 256166308f6a26eb2f65222da1707d73d5e29cc2 /x11/xf86-video-vesa/Makefile | |
parent | d6d14aaf6f91c092bc7a9082bb9ee8282d19ddfc (diff) | |
download | pkgsrc-84271a8e8fc1e45011826b0efa93e4c3f47b5434.tar.gz |
Update to xf86-video-vesa-2.3.0. Changes:
Fix a comment
Use VBE palette load, not VGA banging.
Remove unused variable.
Don't artificially limit the screen size to 2k
Code motion
Warning fix when !HAVE_ISA
Use own thunk function instead of shadowUpdatePackedWeak
Remove support for non-shadowfb banked framebuffer
Make the VBESetVBEMode fallback message slightly clearer
vesa 2.3.0
.gitignore: use common defaults with custom section # 24239
Several driver modules do not have a ChangeLog target in Makefile.am #23814
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
configure.ac: remove -I$(prefix)/include from INCLUDES #24676
configure.ac: sdkdir usage duplicates the sdk include dir
Add missing shadowRemove() in VESACloseScreen().
Diffstat (limited to 'x11/xf86-video-vesa/Makefile')
-rw-r--r-- | x11/xf86-video-vesa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xf86-video-vesa/Makefile b/x11/xf86-video-vesa/Makefile index 293d8b0ed9f..ed5e7155e32 100644 --- a/x11/xf86-video-vesa/Makefile +++ b/x11/xf86-video-vesa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2009/08/09 23:00:39 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/06 15:15:10 tnn Exp $ # -DISTNAME= xf86-video-vesa-2.2.1 +DISTNAME= xf86-video-vesa-2.3.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 |