diff options
author | sno <sno@pkgsrc.org> | 2009-06-07 21:47:04 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-06-07 21:47:04 +0000 |
commit | d18f690f2a142944dfa7ba62d4db512cbdb51953 (patch) | |
tree | 520d82a051032d236fc08fd0ad3415a8147122a5 /x11/xf86-video-vesa | |
parent | 55fca616d042e400f96c49d19ff23a6d252a0284 (diff) | |
download | pkgsrc-d18f690f2a142944dfa7ba62d4db512cbdb51953.tar.gz |
Update to xf86-video-vesa-2.2.0
2.2.0:
Add yet another pass to mode validation.
Add README with pointers to mailing list, bugzilla & git repos
Remove xorgconfig & xorgcfg from See Also list in man page
2.1.0:
Make ISA support optional.
VESASetMode: be verbose about the mode that's being set.
Properly define the driver version
Default VESAValidMode to returning MODE_BAD.
Add a TODO list.
Warning cleanup.
Use VBE services for DPMS instead of banging VGA registers manually.
Diffstat (limited to 'x11/xf86-video-vesa')
-rw-r--r-- | x11/xf86-video-vesa/Makefile | 5 | ||||
-rw-r--r-- | x11/xf86-video-vesa/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xf86-video-vesa/Makefile b/x11/xf86-video-vesa/Makefile index 9ac0dd38ece..95e47692da4 100644 --- a/x11/xf86-video-vesa/Makefile +++ b/x11/xf86-video-vesa/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2009/06/07 11:24:38 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2009/06/07 21:47:04 sno Exp $ # -DISTNAME= xf86-video-vesa-2.0.0 -PKGREVISION= 2 +DISTNAME= xf86-video-vesa-2.2.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 5c6e40a2f31..55393d7bdbe 100644 --- a/x11/xf86-video-vesa/distinfo +++ b/x11/xf86-video-vesa/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/08/09 16:21:18 tnn Exp $ +$NetBSD: distinfo,v 1.4 2009/06/07 21:47:04 sno Exp $ -SHA1 (xf86-video-vesa-2.0.0.tar.bz2) = 657804e5544b9a92bfd695e61958c688a1e8b3ef -RMD160 (xf86-video-vesa-2.0.0.tar.bz2) = 99d720b768446c71048f6c4b38127bafd6e32c55 -Size (xf86-video-vesa-2.0.0.tar.bz2) = 247176 bytes +SHA1 (xf86-video-vesa-2.2.0.tar.bz2) = b2d0f33f811bc1a651d4ecbc84979f82281e8a59 +RMD160 (xf86-video-vesa-2.2.0.tar.bz2) = c8b9770f5de0a5d50414656cfea1fe8c4e43f0cd +Size (xf86-video-vesa-2.2.0.tar.bz2) = 248129 bytes |