Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Dec 2007 14:27:45 -0800
From:      leres@ee.lbl.gov (Craig Leres)
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118406: [x11/nvidia-driver-*xx] nvidia driver port name conflicts
Message-ID:  <200712032227.lB3MRjrO039398@fun.ee.lbl.gov>
Resent-Message-ID: <200712032240.lB3Me12R076680@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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@fun.ee.lbl.gov>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712032227.lB3MRjrO039398>