diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-05-21 14:04:48 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-05-21 14:04:48 +0000 |
commit | 8bb1cc999d027db3d7e39b088e15d130ae3d4793 (patch) | |
tree | 2897e99e0fb7cc8e07781e6eb0746d296736343e /x11/nvidia-driver-173 | |
parent | Update to the 20110519 snapshot of GCC 4.5.4. (diff) |
- Update corresponding NVidia drivers to versions 270.41.19 and 173.14.30
- Turn formal requirement for X server into explicit dependency and bump
port revisions in nvidia-driver-96 and nvidia-driver-71 accordingly
- Remove NO_PACKAGE; along with previous change, this enables us to build
nvidia-driver packages
- Try to rely a little less on the assumption that PREFIX == LOCALBASE and
explicitly create ${PREFIX}/${MODULESDIR}/extensions directory
- Fix pkg-plist issue when both lib/xorg/modules/extensions/libglx.so and
lib/libGL.so.1 handling worked for installation from the port, but was
insufficient for the package
Special thanks to ale@ for proposing pkg-plist fix and patiently waiting
for me to realize it is indeed correct.
PR: ports/152400
Notes
Notes:
svn path=/head/; revision=274409
Diffstat (limited to 'x11/nvidia-driver-173')
-rw-r--r-- | x11/nvidia-driver-173/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/nvidia-driver-173/Makefile b/x11/nvidia-driver-173/Makefile index 77adb90aa739..218c732b092b 100644 --- a/x11/nvidia-driver-173/Makefile +++ b/x11/nvidia-driver-173/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ # -DISTVERSION= 173.14.28 -PORTREVISION= 1 +DISTVERSION= 173.14.30 MASTERDIR= ${.CURDIR}/../nvidia-driver NO_LATEST_LINK= yes |