7740 FreshPorts -- x11/nvidia-driver-71
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
nvidia-driver-71 71.86.15_3 x11 on this many watch lists=0 search for ports that depend on this port This port version is marked as vulnerable.
Ignore IGNORE: is only for i386, while you are running amd64
NVidia graphics card binary drivers for hardware OpenGL rendering
Maintained by: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Apr 2009 08:43:40
Also Listed In: kld
License: NVIDIA


These are the official NVidia binary drivers for hardware OpenGL rendering
in X11, using the GLX extensions.

WWW: http://www.nvidia.com/object/unix.html
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Master port: x11/nvidia-driver

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. x11-servers/xorg-server
Required To Run:
  1. emulators/linux_base-f10
  2. x11-servers/xorg-server
Required Libraries:
  1. misc/compat5x
  2. graphics/libGL
There are no ports dependent upon this port

To install the port: cd /usr/ports/x11/nvidia-driver-71/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
===> The following configuration options are available for nvidia-driver-71.86.15_3:
     ACPI_PM=off: ACPI Power Management support
     DOCS=on: Build and/or install documentation
     FREEBSD_AGP=off: Use FreeBSD AGP GART driver
     LINUX=on: Linux compatibility support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://download.nvidia.com/freebsd/71.86.15/
  2. ftp://download1.nvidia.com/freebsd/71.86.15/
  3. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  4. http://download.nvidia.com/freebsd/71.86.15/
  5. http://download1.nvidia.com/freebsd/71.86.15/
  6. http://jp.download.nvidia.com/freebsd/71.86.15/
  7. http://tw.download.nvidia.com/freebsd/71.86.15/
  8. http://us.download.nvidia.com/freebsd/71.86.15/
Port Moves

Number of commits found: 15

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
25 Apr 2013 02:52:29
Original commit files touched by this commit  71.86.15_3
 This port version is marked as vulnerable.
danfe search for other commits by this committer
- 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
Original commit files touched by this commit  71.86.15_2
danfe search for other commits by this committer
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
Original commit files touched by this commit  71.86.15_2
danfe search for other commits by this committer
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
Original commit files touched by this commit  71.86.15_2
danfe search for other commits by this committer
- 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
Original commit files touched by this commit  71.86.15_1
 This port version is marked as vulnerable.
kwm search for other commits by this committer
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
Original commit files touched by this commit  71.86.15
 This port version is marked as vulnerable.
danfe search for other commits by this committer
Update NVidia legacy drivers to their latest versions.
21 May 2011 14:04:48
Original commit files touched by this commit  71.86.14_2
 This port version is marked as vulnerable.
danfe search for other commits by this committer
- 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
Original commit files touched by this commit  71.86.14_1
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Bump nvidia drivers after xorg update
09 Oct 2010 09:27:09
Original commit files touched by this commit  71.86.14
 This port version is marked as vulnerable.
danfe search for other commits by this committer
Update nVidia drivers to their most recent versions.
24 Sep 2010 19:11:01
Original commit files touched by this commit  71.86.13
 This port version is marked as vulnerable.
makc search for other commits by this committer
- 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
Original commit files touched by this commit  71.86.13
 This port version is marked as vulnerable.
danfe search for other commits by this committer
- 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
Original commit files touched by this commit  71.86.11
 This port version is marked as vulnerable.
danfe search for other commits by this committer
Update NVidia drivers to most recent versions.
31 May 2009 20:31:08
Original commit files touched by this commit  71.86.09
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Resolve LATEST_LINK conflict
13 Apr 2009 12:27:21
Original commit files touched by this commit  71.86.09
 This port version is marked as vulnerable.
danfe search for other commits by this committer
- 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
Original commit files touched by this commit  71.86.06
 This port version is marked as vulnerable.
danfe search for other commits by this committer
Forced commit after repocopy.

PR:     ports/133566

Number of commits found: 15

283e
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24523
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days26
new fortnight59
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0