ports/118406: [x11/nvidia-driver-*xx] nvidia driver port name conflicts
Craig Leres
leres at ee.lbl.gov
Mon Dec 3 22:40:02 UTC 2007
>Number: 118406
>Category: ports
>Synopsis: [x11/nvidia-driver-*xx] nvidia driver port name conflicts
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Dec 03 22:40:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: Craig Leres
>Release: FreeBSD 6.2-RELEASE i386
>Organization:
Lawrence Berkeley National Laboratory
>Environment:
# uname -a
FreeBSD fun.ee.lbl.gov 6.2-RELEASE FreeBSD 6.2-RELEASE #6: Mon Mar 19 10:16:56 PDT 2007 leres at fun.ee.lbl.gov:/usr/src/6.2-RELEASE/sys/i386/compile/LBLSMP i386
>Description:
There are three "official" NVidia driver ports:
x11/nvidia-driver
x11/nvidia-driver-71xx
x11/nvidia-driver-96xx
Since x11/nvidia-driver doesn't support legacy hardware,
it can be desirable to build packages for all three.
However, since they all use the same port name (nvidia-driver)
the packages for all tree build to Latest/nvidia-driver.tbz
>How-To-Repeat:
>Fix:
The appended patches change the latest-link for the two
legacy ports to be be nvidia-driver71 and nvidia-driver96.
------- =_aaaaaaaaaa0
Content-Type: text/plain; name="nvidia-driver-patch.txt";
charset="us-ascii"
Content-ID: <39395.1196720856.2 at fun.ee.lbl.gov>
--- nvidia-driver-71xx/Makefile.virgin Tue Oct 30 04:29:14 2007
+++ nvidia-driver-71xx/Makefile Mon Dec 3 14:20:06 2007
@@ -6,7 +6,11 @@
#
DISTVERSION= 71.86.01
+LATEST_LINK= ${PORTNAME}71
+UNIQUENAME= ${PKGNAMEPREFIX}${LATEST_LINK}
PORTREVISION= 0
+
+CONFLICTS= nvidia-driver-[0-9]*
MASTERDIR= ${.CURDIR}/../nvidia-driver
--- nvidia-driver-96xx/Makefile.virgin Tue Oct 30 04:29:14 2007
+++ nvidia-driver-96xx/Makefile Mon Dec 3 14:17:21 2007
@@ -6,7 +6,11 @@
#
DISTVERSION= 96.43.01
+LATEST_LINK= ${PORTNAME}96
+UNIQUENAME= ${PKGNAMEPREFIX}${LATEST_LINK}
PORTREVISION= 0
+
+CONFLICTS= nvidia-driver-[0-9]*
MASTERDIR= ${.CURDIR}/../nvidia-driver
------- =_aaaaaaaaaa0--
>Release-Note:
>Audit-Trail:
>Unformatted:
------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <39395.1196720856.1 at fun.ee.lbl.gov>
More information about the freebsd-ports-bugs
mailing list