| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
25 Apr 2013 02:52:29
71.86.15_3  |
danfe  |
- Fix stack buffer overflow in nvidia_sysctl_bus_type()
- While here, install nvidia-bug-report.sh per popular demand and assume
that everyone now has sed(1) that supports "addr1,+N" range syntax
- Spell X as X11 in port description
Submitted by: glebius |
27 Sep 2012 16:50:19
71.86.15_2
|
danfe  |
Trim Makefile header for NVidia drivers, and move advisory comment about
legacy drivers to the top, where is suits better. |
25 Sep 2012 15:23:14
71.86.15_2
|
danfe  |
Fix the problem that PKGVERSION for 173.14.xx legacy driver went backwards
when it was updated to .35 on the 12th. That moment, it kept PORTREVISION
1 from the master port. When the master port was updated and PORTREVISION
removed on the 22nd, PKGVERSION of nvidia-driver-173 went backwards as its
PORTREVISION dropped from 1 to 0. While I am at it, provide a comments in
all makefiles that keeping PORTREVISION setting (even when it is seemingly
zero) is important.
Reported by: erwin |
12 Sep 2012 07:14:35
71.86.15_2
|
danfe  |
- Update legacy 173.14.xx series driver to version 173.14.35 and provide a
patch for CVE-2012-4225 for this version
- Augment security patch for CVE-2012-0946 to cover CVE-2012-4225 as well
for the benefit of really old legacy drivers |
31 Aug 2012 15:44:41
71.86.15_1  |
kwm  |
Solve libGL.so and libglx.so conflict situation between libGL, xorg-server and
the nvidia-driver. Install the libraries in port specific directories.
Use pkg-install and pkg-deinstall scripts to update the hardlinks to the
default locations of these files.
While here clean up some @dirrmtry lines in xorg-server plist for directories
that aren.t created by xorg-server.
Motivator: pkgng
Inspiration: irc, freebsd-x11@ mailinglist discussion (sorry can't find it
anymore to give credit the people)
Reviewed by: danfe@ (for nvidia parts), bapt@
Approved by: danfe@ (for nvidia parts)
With hat: x11@ |
31 Aug 2011 12:32:45
71.86.15  |
danfe  |
Update NVidia legacy drivers to their latest versions. |
21 May 2011 14:04:48
71.86.14_2  |
danfe  |
- 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 |
25 Feb 2011 16:59:49
71.86.14_1  |
miwi  |
- Bump nvidia drivers after xorg update |
09 Oct 2010 09:27:09
71.86.14  |
danfe  |
Update nVidia drivers to their most recent versions. |
24 Sep 2010 19:11:01
71.86.13  |
makc  |
- Don't install vdpau library and headers, they are now provided by
multimedia/libvdpau. [1]
- Explicitly set PORTREVISION to zero for slaves ports (legacy drivers),
they are not affected by the changes.
PR: ports/150369 [1]
Submitted by: Anonymous <swell.k at gmail.com>
Reviewed by: danfe (maintainer) |
16 Feb 2010 15:30:21
71.86.13  |
danfe  |
- Update legacy drivers to their most recent versions
- Patch for updated d_mmap() in recent -CURRENT where applicable
- Adjust FreeBSD version requirement (legacy drivers work on older releases,
contrary to 195.22 beta)
Feature safe: yes |
03 Aug 2009 17:36:41
71.86.11  |
danfe  |
Update NVidia drivers to most recent versions. |
31 May 2009 20:31:08
71.86.09  |
pav  |
- Resolve LATEST_LINK conflict |
13 Apr 2009 12:27:21
71.86.09  |
danfe  |
- Update to catch up with latest releases from NVidia
- Drop `agpvar.h' location fix as it was integrated upstream
- Add missing libvdpau entries and cleanup pkg-plist |
13 Apr 2009 07:49:12
71.86.06  |
danfe  |
Forced commit after repocopy.
PR: ports/133566 |