Sat Sep 6 16:20:56 2008 UTC ()
Update to 2.1.12:

2.11:
Aaron Plattner (8):
      Move hardware cursor initialization to after AcquireDisplay.
      G80: Fix some ROP bugs.
      G80: Log the i2c port number for LVDS, when there is one.
      Fix warnings.
      Bug #15309: Set the pixel clock even if the hardware doesn't
      think it needs it.
      More chips names.
      One more missing GPU name.
      Bump to 2.1.11.

Alan Coopersmith (2):
      Fix pciaccess READ_LONG to work with Sun compilers
      Print error message when pci_device_map_range fails

2.12:
The last release had an unfortunate bug that caused
CPUToScreenColorExpandFill to treat transparent pixels as black instead.
Sorry about that!

- -- Aaron

Aaron Plattner (2):
      G80: Fix a CPUToScreenColorExpandFill bug introduced by commit 2e0416c.
      Bump to 2.1.12.


(wiz)
diff -r1.11 -r1.12 pkgsrc/x11/xf86-video-nv/Makefile
diff -r1.10 -r1.11 pkgsrc/x11/xf86-video-nv/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/x11/xf86-video-nv/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-nv/Makefile 2008/07/29 21:11:24 1.11
+++ pkgsrc/x11/xf86-video-nv/Makefile 2008/09/06 16:20:56 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2008/07/29 21:11:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2008/09/06 16:20:56 wiz Exp $
2 2
3DISTNAME= xf86-video-nv-2.1.10 3DISTNAME= xf86-video-nv-2.1.12
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=driver/} 5MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
10COMMENT= Modular Xorg NVIDIA video driver 10COMMENT= Modular Xorg NVIDIA video driver
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14USE_LIBTOOL= YES 14USE_LIBTOOL= YES
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config

cvs diff -r1.10 -r1.11 pkgsrc/x11/xf86-video-nv/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-nv/distinfo 2008/07/29 21:11:24 1.10
+++ pkgsrc/x11/xf86-video-nv/distinfo 2008/09/06 16:20:56 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2008/07/29 21:11:24 wiz Exp $ 1$NetBSD: distinfo,v 1.11 2008/09/06 16:20:56 wiz Exp $
2 2
3SHA1 (xf86-video-nv-2.1.10.tar.bz2) = 03545be9634a043b68438dae2a3266c41af60e7e 3SHA1 (xf86-video-nv-2.1.12.tar.bz2) = d468596e6ffb41582cd3b214e42fc0004cc93418
4RMD160 (xf86-video-nv-2.1.10.tar.bz2) = 215b70830514afe489a60799b230b68fa18f4397 4RMD160 (xf86-video-nv-2.1.12.tar.bz2) = 8eb7480d305367195846f36dc832357648deba06
5Size (xf86-video-nv-2.1.10.tar.bz2) = 384448 bytes 5Size (xf86-video-nv-2.1.12.tar.bz2) = 388330 bytes