diff options
author | danfe <danfe@FreeBSD.org> | 2007-08-20 20:56:07 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-08-20 20:56:07 +0800 |
commit | 26bb845c07981926ea3ba0980c354983f752b568 (patch) | |
tree | ad7011bee48323626269bd2d587fb74fb80f6915 /x11/nvidia-driver-96 | |
parent | 83c37a0fa05194d613e2e0dfb1523dba6f445275 (diff) | |
download | freebsd-ports-gnome-26bb845c07981926ea3ba0980c354983f752b568.tar.gz freebsd-ports-gnome-26bb845c07981926ea3ba0980c354983f752b568.tar.zst freebsd-ports-gnome-26bb845c07981926ea3ba0980c354983f752b568.zip |
Long-awaited NVidia driver update:
- Update the driver to the latest version, 100.14.11
- Update legacy driver versions to 1.0-7185 and 1.0-9639
- Prevent the port from messing with system configuration files (e.g.
/boot/loader.conf) and doing automatic module loading/unloading. This
functionality would be lost in package anyway, and might cause undesired
side effects [*]
- Register proper @exec/@unexec for ldconfig(8) calls for Linux libraries
- Kill NVidia's afterinstall banner, our pkg-message tells the same but is
more detailed and accurate
- Require X server being installed
- INSTALLS_SHLIB -> USE_LDCONFIG, seems to be OK nowadays
- Respect NOPORTDOCS user setting
- Throw in couple of comments + other minor tweaks
100.14.11 Release Hightlights:
- GeForce 7050 PV/NVidia nForce 630a
- GeForce 7025/NVidia nForce 630a
- Fixed console restore problems in several different configurations, e.g.
VESA console, notebook LCD displays
- Improved interaction with ATi RS480/482 based mainboards
- Improved support for House Sync with G-Sync II
- Improved NVidia X driver interaction with ACPI daemon
Requested by: several [*]
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 a539808751ea..eb7de361c38a 100644 --- a/x11/nvidia-driver-96/Makefile +++ b/x11/nvidia-driver-96/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -DISTVERSION= 1.0-9631 +DISTVERSION= 1.0-9639 PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-driver |