aboutsummaryrefslogtreecommitdiff
path: root/x11/nvidia-driver-71
Commit message (Collapse)AuthorAgeFilesLines
* Update NVidia drivers to most recent versions.Alexey Dokuchaev2009-08-031-1/+1
| | | | Notes: svn path=/head/; revision=238843
* - Resolve LATEST_LINK conflictPav Lucistnik2009-05-311-0/+1
| | | | Notes: svn path=/head/; revision=234941
* - Update to catch up with latest releases from NVidiaAlexey Dokuchaev2009-04-131-1/+1
| | | | | | | | - Drop `agpvar.h' location fix as it was integrated upstream - Add missing libvdpau entries and cleanup pkg-plist Notes: svn path=/head/; revision=232314
* Non-functional changes:Alexey Dokuchaev2008-10-211-1/+1
| | | | | | | | - Sort distinfo entries so that latest release is on top - Touch some comments Notes: svn path=/head/; revision=221874
* - Update stable version to 173.14.12, and legacy versions to 71.86.06 andAlexey Dokuchaev2008-08-061-2/+1
| | | | | | | | | | 96.43.07 - Minor Makefile retouch Reminded by: miwi Notes: svn path=/head/; revision=218156
* - Update to version 173.14.05, the latest from NVidiaAlexey Dokuchaev2008-06-061-3/+0
| | | | | | | | - Remove NVVERSION hacks and corresponding comments - Fix X11BASE reference in a comment Notes: svn path=/head/; revision=214443
* NVidia updated legacy versions of their drivers: original distfiles were ↵Alexey Dokuchaev2008-04-061-1/+1
| | | | | | | | | | | | missing the Linux compatibility libraries and had to be replaced. Reported by: several Confirmed by: Christian Zander of NVidia Notes: svn path=/head/; revision=210644
* Catch up with latest updates from NVidia:Alexey Dokuchaev2008-03-031-1/+1
| | | | | | | | - Update mainstream driver to version 169.12 - Update legacy drivers to versions 71.86.04 and 96.43.05 Notes: svn path=/head/; revision=208380
* Forgot in previous commit to master port.Alexey Dokuchaev2008-02-191-0/+3
| | | | Notes: svn path=/head/; revision=207586
* Update nVidia legacy driver versions to 7186 and 9643, forgot in previousAlexey Dokuchaev2007-10-301-1/+1
| | | | | | | commit. Notes: svn path=/head/; revision=202410
* Long-awaited NVidia driver update:Alexey Dokuchaev2007-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 [*] Notes: svn path=/head/; revision=197960
* Reset PORTREVISIONs while no one notices.Alexey Dokuchaev2007-07-231-0/+1
| | | | Notes: svn path=/head/; revision=196122
* In sight of upcoming update, overhaul things slightly:Alexey Dokuchaev2007-07-231-0/+12
- NVVERSION is no longer user settable. nVidia changed their versioning scheme, which made my life a bit harder. Since this is master port and cares about legacy version slaves as well, derive NVVERSION from DIST- VERSION as doing so required less intrusive changes. Update the comment accordingly. UPDATING note will be committed separately - Retire OSVERSION hack since it's no longer needed. PORTREVISION are now set in all three nvidia-driver ports independently. Previously it was not really safe because NVVERSION was user settable variable - Introduce new variable, SHLIB_VERSION, and use it in PLIST_SUB, because it's not always equal to NVVERSION these days - Mute MKDIR along the way For slave ports: - Rename port directory names to reflect future reality: their versions going to bump as well. No repo copy since there's no history to preserve Notes: svn path=/head/; revision=196120