diff options
author | danfe <danfe@FreeBSD.org> | 2011-05-21 22:04:48 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-05-21 22:04:48 +0800 |
commit | 79a0c89a58c53d566d98b8a5296524f0d195d980 (patch) | |
tree | 85eecf9014b46fb411d1f95ef3b67223c73ebdb1 /x11/nvidia-driver-96 | |
parent | e5ec2914f7849e745512d1ad009f5a2e56b1a35e (diff) | |
download | freebsd-ports-gnome-79a0c89a58c53d566d98b8a5296524f0d195d980.tar.gz freebsd-ports-gnome-79a0c89a58c53d566d98b8a5296524f0d195d980.tar.zst freebsd-ports-gnome-79a0c89a58c53d566d98b8a5296524f0d195d980.zip |
- 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
Diffstat (limited to 'x11/nvidia-driver-96')
-rw-r--r-- | x11/nvidia-driver-96/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/nvidia-driver-96/Makefile b/x11/nvidia-driver-96/Makefile index c4c98287dd82..e4e06cc88202 100644 --- a/x11/nvidia-driver-96/Makefile +++ b/x11/nvidia-driver-96/Makefile @@ -6,7 +6,7 @@ # DISTVERSION= 96.43.19 -PORTREVISION= 1 +PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../nvidia-driver NO_LATEST_LINK= yes |