Tue Sep 21 05:43:16 2010 UTC ()
Updating x11/xf86-video-nv from 2.1.14nb2 to 2.1.18 (pkg/43886)

pkgsrc changes:
- add license definition

Upstream changes:
2010-07-30	nv 2.1.18
Remove RANDR_12_INTERFACE checking, always defined.
config: add comments for main statements
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
config: complete AC_INIT m4 quoting
config: remove unrequired AC_SUBST([XORG_CFLAGS])
config: remove unrequired AC_HEADER_STDC
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
config: update AC_PREREQ statement to 2.60
config: upgrade to util-macros 1.8 for additional man page support
Add a missing " }," pointed out by Johannes Obermayr.
Merge branch 'master' of git://soprano/~aaron/xf86-video-nv
The /compat code is no longer required.
Add PCI table entries for the GeForce 315
Unlike for lspci and the kernel, X bus IDs are decimal instead of hex.
Bring NVKnownChipsets up to date.
Fix the kernel driver error reporting to be a little more verbose.
Depend on libpciaccess >= 0.10.7.
Revert "Refuse to bind to a device which has kernel modesetting active."
nv: refuse to load if there's a kernel driver bound to the device already
COPYING: update file with Copyright notices from source code.
Don't use libcwrappers for calloc and free
Refuse to bind to a device which has kernel modesetting active.
Update MCP6x supported products.
Bug #19817: Add support for GeForce 7025 and 7050.
Bug #24787: Don't crash if LVDS initialization fails

2010-03-08	nv 2.1.17
More products
G80: Cast register reads before shifting them to avoid truncation to 32 bits.
Bug #19545: Add support for MCP7x-based integrated GPUs.
G80: Log unrecognized outputs
Bug #26612: Separate LUTs per output.
Update Sun license notices to current X.Org standard form
configure.ac: remove unused sdkdir=$(pkg-config...) statement

2009-12-15	nv 2.1.16
New board names
Remove an unnecessary (and typo'd) gitignore comment
g80: Add a no-op gamma hook so we don't crash on 1.7 servers
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Several driver modules do not have a ChangeLog target in Makefile.am #23814
.gitignore: use common defaults with custom section # 24239
.gitignore: use common defaults with custom section # 24239
More new boards
New boards

2009-09-11	nv 2.1.15
abi: fixup so the define is picked up
nv: change to using ABI version check
nv: update for resources/RAC API removal
Update to xextproto 7.1 support.
xf86-video-nv: use XORG_CHANGELOG macro to create ChangeLog. #22611


(sno)
diff -r1.20 -r1.21 pkgsrc/x11/xf86-video-nv/Makefile
diff -r1.14 -r1.15 pkgsrc/x11/xf86-video-nv/distinfo
diff -r1.5 -r0 pkgsrc/x11/xf86-video-nv/patches/patch-aa
diff -r1.1 -r0 pkgsrc/x11/xf86-video-nv/patches/patch-ab

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

--- pkgsrc/x11/xf86-video-nv/Makefile 2010/09/14 11:03:14 1.20
+++ pkgsrc/x11/xf86-video-nv/Makefile 2010/09/21 05:43:16 1.21
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.20 2010/09/14 11:03:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.21 2010/09/21 05:43:16 sno Exp $
2 2
3DISTNAME= xf86-video-nv-2.1.14 3DISTNAME= xf86-video-nv-2.1.18
4PKGREVISION= 2 4#PKGREVISION= 2
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=driver/} 6MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Modular Xorg NVIDIA video driver 11COMMENT= Modular Xorg NVIDIA video driver
 12LICENSE= mit AND modified-bsd
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15USE_LIBTOOL= YES 16USE_LIBTOOL= YES
16GNU_CONFIGURE= YES 17GNU_CONFIGURE= YES
17USE_TOOLS+= pkg-config 18USE_TOOLS+= pkg-config
18 19
19.include "../../x11/modular-xorg-server/buildlink3.mk" 20.include "../../x11/modular-xorg-server/buildlink3.mk"
20 21
21.include "../../graphics/MesaLib/buildlink3.mk" 22.include "../../graphics/MesaLib/buildlink3.mk"
22.include "../../x11/fontsproto/buildlink3.mk" 23.include "../../x11/fontsproto/buildlink3.mk"
23.include "../../x11/glproto/buildlink3.mk" 24.include "../../x11/glproto/buildlink3.mk"
24.include "../../x11/libdrm/buildlink3.mk" 25.include "../../x11/libdrm/buildlink3.mk"

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

--- pkgsrc/x11/xf86-video-nv/distinfo 2009/08/09 22:47:09 1.14
+++ pkgsrc/x11/xf86-video-nv/distinfo 2010/09/21 05:43:16 1.15
@@ -1,7 +1,5 @@ @@ -1,7 +1,5 @@
1$NetBSD: distinfo,v 1.14 2009/08/09 22:47:09 wiz Exp $ 1$NetBSD: distinfo,v 1.15 2010/09/21 05:43:16 sno Exp $
2 2
3SHA1 (xf86-video-nv-2.1.14.tar.bz2) = eda0e94c7a86c7cbc51a9a5de79e71813f28d045 3SHA1 (xf86-video-nv-2.1.18.tar.bz2) = d35b2fa5a26a507a9cc95b69243d9fd0c0f32aa2
4RMD160 (xf86-video-nv-2.1.14.tar.bz2) = cd1d21ffe9cfb115acd821fe6ea03b2572eb0aa6 4RMD160 (xf86-video-nv-2.1.18.tar.bz2) = 8a3833ce1523f01306c5829dc2947ac90bcaddfc
5Size (xf86-video-nv-2.1.14.tar.bz2) = 380104 bytes 5Size (xf86-video-nv-2.1.18.tar.bz2) = 354719 bytes
6SHA1 (patch-aa) = 46425003bc1a8bd8b80c31eeb59162ba5b33be16 
7SHA1 (patch-ab) = 406f8233b47222e18ecad8288388122eadd1e0e6 

File Deleted: pkgsrc/x11/xf86-video-nv/patches/Attic/patch-aa

File Deleted: pkgsrc/x11/xf86-video-nv/patches/Attic/patch-ab