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 | |
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')
-rw-r--r-- | x11/xf86-video-vesa/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-video-vesa/distinfo | 8 |
2 files changed, 6 insertions, 6 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 diff --git a/x11/xf86-video-vesa/distinfo b/x11/xf86-video-vesa/distinfo index 9645e5b634f..eef65aedf5f 100644 --- a/x11/xf86-video-vesa/distinfo +++ b/x11/xf86-video-vesa/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/08/09 23:00:39 wiz Exp $ +$NetBSD: distinfo,v 1.6 2010/02/06 15:15:10 tnn Exp $ -SHA1 (xf86-video-vesa-2.2.1.tar.bz2) = 086adbf06e9043ed2c18d887fb32ce605324876e -RMD160 (xf86-video-vesa-2.2.1.tar.bz2) = f2786f4175032d9611967a8de7ba1e87f52a4c1e -Size (xf86-video-vesa-2.2.1.tar.bz2) = 248969 bytes +SHA1 (xf86-video-vesa-2.3.0.tar.bz2) = 4689b7c295d7a8d7326302dafecb812739617134 +RMD160 (xf86-video-vesa-2.3.0.tar.bz2) = 7e7c11f6cc094bb898c57d26a70f6c4c0ab83d0f +Size (xf86-video-vesa-2.3.0.tar.bz2) = 264539 bytes |