ports/80179: Update nvidia-driver to version 7174.
Frank Mayhar
frank at exit.com
Thu Apr 21 03:50:26 UTC 2005
>Number: 80179
>Category: ports
>Synopsis: Update nvidia-driver to version 7174.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Apr 21 03:50:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Frank Mayhar
>Release: FreeBSD 5.4-STABLE i386
>Organization:
Exit Consulting
>Environment:
System: FreeBSD 5.4-STABLE #2: Tue Apr 12 14:10:28 PDT 2005
frank at realtime.exit.com:/usr/obj/usr/src/sys/REALTIME
>Description:
I've been running the latest nVidia driver for some weeks now. Works
fine. Here's a patch to bring the port up-to-date.
Enjoy.
>How-To-Repeat:
>Fix:
--- nv.diff begins here ---
Index: nvidia-driver/Makefile
===================================================================
RCS file: /cvs/repos/ports/x11/nvidia-driver/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- nvidia-driver/Makefile 1 Mar 2005 21:51:48 -0000 1.27
+++ nvidia-driver/Makefile 11 Apr 2005 01:36:15 -0000
@@ -7,7 +7,6 @@
PORTNAME= nvidia-driver
PORTVERSION= 1.0.${NVVERSION}
-PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= http://download.nvidia.com/freebsd/1.0-${NVVERSION}/ \
ftp://download.nvidia.com/freebsd/1.0-${NVVERSION}/ \
@@ -24,7 +23,7 @@
NO_PACKAGE= should be recompiled for a particular FreeBSD kernel
INSTALLS_SHLIB= yes
-NVVERSION= 6113
+NVVERSION= 7174
.include <bsd.port.pre.mk>
Index: nvidia-driver/distinfo
===================================================================
RCS file: /cvs/repos/ports/x11/nvidia-driver/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- nvidia-driver/distinfo 17 Aug 2004 11:54:09 -0000 1.4
+++ nvidia-driver/distinfo 2 Apr 2005 18:15:15 -0000
@@ -1,2 +1,2 @@
-MD5 (NVIDIA-FreeBSD-x86-1.0-6113.tar.gz) = 1dab16b9ebf3ab4253811b6ba29fc701
-SIZE (NVIDIA-FreeBSD-x86-1.0-6113.tar.gz) = 6215565
+MD5 (NVIDIA-FreeBSD-x86-1.0-7174.tar.gz) = b57a03e0325617092016144229ae6114
+SIZE (NVIDIA-FreeBSD-x86-1.0-7174.tar.gz) = 8433799
Index: nvidia-driver/files/patch-src::nvidia_pci.c
===================================================================
RCS file: /cvs/repos/ports/x11/nvidia-driver/files/patch-src::nvidia_pci.c,v
retrieving revision 1.2
diff -u -r1.2 patch-src::nvidia_pci.c
--- nvidia-driver/files/patch-src::nvidia_pci.c 17 Aug 2004 11:54:09 -0000 1.2
+++ nvidia-driver/files/patch-src::nvidia_pci.c 12 Apr 2005 20:34:09 -0000
@@ -1,12 +0,0 @@
---- src/nvidia_pci.c.orig Mon Aug 16 17:40:56 2004
-+++ src/nvidia_pci.c Mon Aug 16 17:41:20 2004
-@@ -218,6 +218,9 @@
- };
-
- DRIVER_MODULE(nvidia, pci, nvidia_pci_driver, nvidia_devclass, nvidia_modevent, 0);
-+#if __FreeBSD_version > 502126
-+MODULE_DEPEND(nvidia, mem, 1, 1, 1);
-+#endif
-
- #ifdef NV_SUPPORT_OS_AGP
- MODULE_DEPEND(nvidia, agp, 1, 1, 1);
--- nv.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list