Skip site navigation (1)Skip section navigation (2)

CVS log for ports/x11/nvidia-driver/Makefile

[BACK] Up to [FreeBSD] / ports / x11 / nvidia-driver

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.113: download - view: text, markup, annotated - select for diffs
Thu Feb 2 18:30:28 2012 UTC (8 days, 13 hours ago) by danfe
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +4 -0 lines
PAE kernels are incompatible with legacy drivers only (for a while now), so
adjust pkg-message accordingly.

Discussed with:	Christian Zander from nVidia

Revision 1.112: download - view: text, markup, annotated - select for diffs
Fri Dec 2 02:29:08 2011 UTC (2 months, 1 week ago) by danfe
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +3 -2 lines
X11BASE has been deprecated for a long time now, and is going to be dropped
from `Mk/bsd.port.mk' soon.  Account for it and pass it to make environment
locally as nVidia driver code still uses it.

PR:		ports/161558
Submitted by:	eadler (PR), crees (nvidia-driver patch)
Feature safe:	yes

Revision 1.111: download - view: text, markup, annotated - select for diffs
Tue Nov 8 06:22:02 2011 UTC (3 months ago) by danfe
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +5 -0 lines
Unbreak legacy (pre-195.22) drivers build on 9.X after SVN r225617 by kmacy@.

PR:		ports/161839
Submitted by:	Barry Tigner

Revision 1.110: download - view: text, markup, annotated - select for diffs
Tue Oct 11 14:59:02 2011 UTC (4 months ago) by danfe
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +3 -15 lines
Update to version 285.05.09, which should remedy system hangs people were
reporting with 280.13.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Wed Aug 31 12:30:24 2011 UTC (5 months, 1 week ago) by danfe
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +5 -1 lines
- Update NVidia drivers to their corresponding latest versions
- Apply a workaround to fix the build on recent -CURRENT after fget(9) KPI
  was changed in r224778 (affects the driver since version 195.22)

Revision 1.108: download - view: text, markup, annotated - select for diffs
Wed Jul 6 09:59:58 2011 UTC (7 months, 1 week ago) by danfe
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +14 -4 lines
- Fix the build against Clang (also GCC with -Wformat-security, see PR
  ports/157255)
- Drop long gone ports from CONFLICTS line and refine some comments
  while I'm here

Submitted by:	Garrett Cooper (modified)

Revision 1.107: download - view: text, markup, annotated - select for diffs
Mon May 23 07:14:50 2011 UTC (8 months, 2 weeks ago) by danfe
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +5 -0 lines
Unbreak on -CURRENT after r221320.

Reported by:	several
Submitted by:	Pan Tsu

Revision 1.106: download - view: text, markup, annotated - select for diffs
Sat May 21 14:04:47 2011 UTC (8 months, 3 weeks ago) by danfe
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +6 -9 lines
- 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

Revision 1.105: download - view: text, markup, annotated - select for diffs
Thu Apr 7 08:14:57 2011 UTC (10 months ago) by danfe
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +5 -0 lines
Add license information.

PR:	ports/152400 (part of)

Revision 1.104: download - view: text, markup, annotated - select for diffs
Mon Mar 14 07:09:10 2011 UTC (10 months, 4 weeks ago) by danfe
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +3 -5 lines
Now that PKG_INFO macro expands correctly on all supported versions of
FreeBSD, use it as advised by common sense and XXX statement.

PR:		ports/125996
Submitted by:	edwin

Revision 1.103: download - view: text, markup, annotated - select for diffs
Fri Feb 25 16:59:48 2011 UTC (11 months, 2 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +1 -1 lines
- Bump nvidia drivers after xorg update

Revision 1.102: download - view: text, markup, annotated - select for diffs
Wed Dec 8 03:28:28 2010 UTC (14 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +14 -14 lines
Non-functional changes (mostly cleanups).

Revision 1.101: download - view: text, markup, annotated - select for diffs
Sat Oct 9 09:27:08 2010 UTC (16 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +6 -2 lines
Update nVidia drivers to their most recent versions.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Sat Oct 9 08:20:49 2010 UTC (16 months ago) by danfe
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +7 -2 lines
Convert patch which does not apply in every case now to inplace editing, and
thus unbreak legacy drivers build.  Do some minor cleanups while here.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Sep 24 19:11:00 2010 UTC (16 months, 2 weeks ago) by makc
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -3 lines
- 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)

Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon May 24 03:01:56 2010 UTC (20 months, 2 weeks ago) by danfe
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +3 -1 lines
Restore correct MASTER_SITE_SUBDIR for legacy driver versions that was
mistakenly dropped in rev. 1.97 and add a comment explaining why do we
set it not in PORTNAME section, but later (when NVVERSION is defined).

PR:	ports/146566

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sat Apr 10 13:40:07 2010 UTC (22 months ago) by danfe
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +20 -17 lines
- Update nVidia BETA drivers to version 195.36.15
- Add missing symlink `libglx.so' to pkg-plist to unbreak installation
  from binary package (accidentally dropped in rev. 1.23)
- Provide symlinks for VDPAU headers in /usr/local/include/vdpau [1]

Discussed with:	decke, czander@nVidia [1]

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Feb 19 17:38:17 2010 UTC (23 months, 3 weeks ago) by danfe
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -1 lines
Add OSVERSION check in order to apply d_mmap() fix only when required.

Feature safe:	yes

Revision 1.95: download - view: text, markup, annotated - select for diffs
Tue Feb 16 15:30:20 2010 UTC (23 months, 3 weeks ago) by danfe
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +8 -1 lines
- 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

Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Dec 15 00:08:08 2009 UTC (2 years, 1 month ago) by danfe
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +28 -10 lines
Update to version 195.22.  These are BETA drivers, and normally update would
not occur, but now it is special: it features long-awaited x86-64 (amd64)
support.  In order to use this driver release, your system will need to have
either FreeBSD 7-STABLE after 702106 or FreeBSD 8.0 and above.

Both the FreeBSD/x86 and FreeBSD/x86-64 driver packages include 32-bit Linux
ABI compatibility libraries; 64-bit Linux libraries may be included with a
future release (when support for Linux/x86-64 compatibility is added to
FreeBSD/amd64).  The FreeBSD/x86-64 package does not include the FreeBSD/x86
OpenGL libraries; however, the libraries shipped with the FreeBSD/x86 driver
package have been tested on FreeBSD/x86-64.

Port was updated to serve both versions seamlessly.  No need to specify
anything to distinguish between architectures.

I would like to thank everyone involved to make this happen.

Reviewed on:	-ports@

Revision 1.93: download - view: text, markup, annotated - select for diffs
Tue Sep 29 13:25:25 2009 UTC (2 years, 4 months ago) by danfe
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +4 -2 lines
- Update to the latest release from NVidia, 185.18.36 [1]
- Register CONFLICTS with number of Linux DRI ports [2]
- Improve grammar in comment while here

PRs:		ports/138598 [1], ports/135322 [2]
Reviewed by:	bsam [2]
Feature safe:	yes

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Aug 4 08:27:43 2009 UTC (2 years, 6 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +4 -3 lines
- Use accurate NVVERSION for checking libcuda compat library presence
- Now that no version of drivers installs nvidia_drv.o, remove the check
  and clean up pkg-plist

Revision 1.91: download - view: text, markup, annotated - select for diffs
Mon Aug 3 17:36:41 2009 UTC (2 years, 6 months ago) by danfe
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -8 lines
Update NVidia drivers to most recent versions.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Sat Jun 6 11:00:29 2009 UTC (2 years, 8 months ago) by danfe
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -6 lines
Update to version 180.60, the latest to date.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Mon Apr 13 12:27:21 2009 UTC (2 years, 9 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +5 -6 lines
- 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

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:24:25 2009 UTC (2 years, 9 months ago) by danfe
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +7 -17 lines
- Correct OSVERSION value in minor() -> dev2unit() fix
- Remove offending piece of code (already commented out)
- Update some comments
- Remove old X11 libraries hack for USE_LINUX, seems to be of no use
  there days

Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Feb 19 15:52:27 2009 UTC (2 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +11 -5 lines
- Update to 180.29
- Fix build on HEAD

Approved by:	maintainer timeout on ports/130336

Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Jan 5 19:42:28 2009 UTC (3 years, 1 month ago) by wxs
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +0 -5 lines
- Remove conditional checks for FreeBSD 5.x and older

Approved by:	pav

Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Oct 27 19:54:17 2008 UTC (3 years, 3 months ago) by danfe
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +10 -2 lines
- Update to version 177.80, the latest from NVidia
- As this update renders even more GPUs obsolete (please consult README file
  to find out if your card needs legacy driver), x11/nvidia-driver-173 slave
  port will be committed shortly

Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue Oct 21 21:35:04 2008 UTC (3 years, 3 months ago) by danfe
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -6 lines
- Drop nowadays useless and unsupported OPTION
- Give a hint in Makefile header about this port being master

Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue Oct 21 16:31:44 2008 UTC (3 years, 3 months ago) by danfe
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2 lines
Non-functional changes:
- Sort distinfo entries so that latest release is on top
- Touch some comments

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Oct 21 01:57:21 2008 UTC (3 years, 3 months ago) by danfe
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +3 -8 lines
- Stop checking for XFree86-4-Server and xorg-server-snap, they're gone
- Rename XLIBVERSION to LIBGLVERSION here and there
- Remove now superfluous insertion of <sys/priv.h>
- Minor comment nit in pkg-plist

Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Oct 20 12:47:09 2008 UTC (3 years, 3 months ago) by danfe
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +6 -0 lines
Unbreak on recent -CURRENT after suser() -> priv_check() API changes.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Wed Aug 6 19:09:28 2008 UTC (3 years, 6 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -13 lines
- Update stable version to 173.14.12, and legacy versions to 71.86.06 and
  96.43.07
- Minor Makefile retouch

Reminded by:	miwi

Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Jun 18 19:46:18 2008 UTC (3 years, 7 months ago) by danfe
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2 lines
Update to 173.14.09 release.

Submitted by:	ale

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Jun 12 10:18:21 2008 UTC (3 years, 8 months ago) by danfe
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +6 -1 lines
- Fix the build on recent 6-STABLE [1]
- Fix the build with FreeBSD AGP [2]

PR:	ports/124407 [1], ports/124497 [2]
Also submitted by:	ale [1]

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Jun 6 20:32:27 2008 UTC (3 years, 8 months ago) by danfe
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +3 -8 lines
- Update to version 173.14.05, the latest from NVidia
- Remove NVVERSION hacks and corresponding comments
- Fix X11BASE reference in a comment

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:54:30 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -1 lines
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)

Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Mar 20 14:59:15 2008 UTC (3 years, 10 months ago) by danfe
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -5 lines
GC remnants of XFree86 support.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Mar 7 21:47:38 2008 UTC (3 years, 11 months ago) by flz
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -7 lines
Remove support for XFree8-4.

From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.

PR:		ports/119418
Submitted by:	flz
Approved by:	portmgr (pav)

Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Mar 3 13:49:00 2008 UTC (3 years, 11 months ago) by danfe
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +0 -2 lines
Rename no longer special patch, stop abusing EXTRA_PATCHES.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Mon Mar 3 13:45:31 2008 UTC (3 years, 11 months ago) by danfe
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -7 lines
Catch up with latest updates from NVidia:
- Update mainstream driver to version 169.12
- Update legacy drivers to versions 71.86.04 and 96.43.05

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Mar 2 15:03:05 2008 UTC (3 years, 11 months ago) by danfe
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +6 -1 lines
- Fix the build with OS-native (FreeBSD) AGP support
- Correct textual typo in comments while here

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Feb 19 14:32:03 2008 UTC (3 years, 11 months ago) by danfe
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +14 -7 lines
- Update the driver to version 169.07.  Since they've changed version scheme
  once again, as a temporary measure, NVVERSION is easier to define in slave
  and master ports independently than further obfuscate the Makefile
- Display pkg-message consistenly between port vs. package installation
- Minor nit: spell `NVidia' consistently in Makefile

Closes PR:	ports/119090
Submitted by:	Brad Allen

Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Dec 3 10:10:42 2007 UTC (4 years, 2 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -1 lines
Correct previous fix: required prototypes were removed from <sys/systm.h>
not that long ago.  Check for suitable OSVERSION so the port is buildable
on 6.x/5.x again.

Approved by:	portmgr (pav)
Pointy hat to:	danfe

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Nov 24 21:55:46 2007 UTC (4 years, 2 months ago) by danfe
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +8 -0 lines
- Fix `agpvar.h' location on recent -CURRENT
- Building with -Werror requires prototype for suser()

Based on PR:	ports/118063
Submitted by:	Yuri Pankov
Approved by:	portmgr (linimon)

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Oct 30 08:16:58 2007 UTC (4 years, 3 months ago) by danfe
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +16 -20 lines
- Chase another nVidia update (100.x -> 1419, legacy versions -> 7186/9643)
- Convert NVVERSION to brave new order (makes them ugly, I know)
- Fix the emulation of semaphores implemented in `nvidia_os.c'.  The problem
  with nVidia's code was that it tries to use a spin mutex with a condition
  variable, which is explicitely disallowed [1]
- Remove X.org-related path hacks since nVidia handles it correctly now
- Fix symlinks when installing from package (plist change)
- Stop saying FILESDIR when PATCHDIR was meant
- Simplify some Makefile logic: remove always-true check

Submitted by:	mux, Craig Boston (independently) [1]

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Sep 17 05:22:23 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
Attempt to silence warnings that show up with 'make ignorelist'.

Hat:		portmgr

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Aug 20 14:59:46 2007 UTC (4 years, 5 months ago) by danfe
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +4 -3 lines
Fix an edge case of "make describe".

Reported by:	portsnap buildbox

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Aug 20 12:56:05 2007 UTC (4 years, 5 months ago) by danfe
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +16 -17 lines
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 [*]

Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Jul 24 09:10:57 2007 UTC (4 years, 6 months ago) by danfe
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +8 -9 lines
More cleanups:

- Simplify SHLIB_VERSION handling, it's not that bad after all
- Better and cleaner PORTDOCS handling, less hacks in Makefile
- Fix non-root installation (use pre-su-install)
- Miscellaneous Makefile nits

Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Jul 23 15:46:05 2007 UTC (4 years, 6 months ago) by danfe
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +5 -6 lines
- Make plist substitution knobs named coherently with X system used,
  previously they were somewhat misleading (logic remains the same) [1]
- Take xorg-server-snap into account, previously having it installed
  would break pkg-list logic (libglx.so wasn't backed up/restored
  properly) [2]
- Utilize DOCSDIR macro in pkg-message.in
- Drop currently noop USE_X_PREFIX

Discussed with:	flz [1]
Suggested by:	flz [2]

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Jul 23 13:24:26 2007 UTC (4 years, 6 months ago) by danfe
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +19 -27 lines
In sight of upcoming update, overhaul things slightly:

- 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

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Jun 29 09:16:42 2007 UTC (4 years, 7 months ago) by linimon
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:		portmgr

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun May 20 14:03:16 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
Indent fix.

Approved by:	portmgr (implicit)

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun May 20 14:01:22 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +5 -2 lines
Fix legacy nvidia-drivers.

Submitted by:	Stefan Ehmann <shoesoft@gmx.net>
Approved by:	portmgr (pav), maintainer (implicit)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat May 19 20:27:07 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +24 -2 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Feb 26 11:29:34 2007 UTC (4 years, 11 months ago) by danfe
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +3 -0 lines
Fix the build on recent -CURRENT.

Reported by:	piso

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Feb 8 17:49:12 2007 UTC (5 years ago) by danfe
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -3 lines
- Add a patch by Christian Zander from nVidia that fixes crashes reported by
  users on recent 6.X and -CURRENT systems.  This applies to both versions,
  9631 and 9746
- Optimize REINPLACE_CMD invocation while here

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Feb 8 15:11:12 2007 UTC (5 years ago) by danfe
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -0 lines
Quickly fix package list for earlier versions while no one notices.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Feb 8 14:54:43 2007 UTC (5 years ago) by danfe
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +17 -25 lines
- Utilize MASTER_SITE_NVIDIA macro
- Drop support for WITH_LEGACY_GPU_SUPPORT knob, instead allow to specify
  needed NVVERSION (move towards being master port) [*]
- Update related comment

Prodded by:	many [*]

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Jan 7 18:47:15 2007 UTC (5 years, 1 month ago) by danfe
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +7 -3 lines
- Update to version 9746, the latest from nVidia, which adds support for
  GeForce 8800 GTS and GeForce 8800 GTX boards [1]
- More proper WITHOUT_LINUX knob handling [1] [2]
- Update an old patch to be more consistent with current way of doing
  Linux-compat things (should be no-op change though)

PR:		ports/107307 [1]
Submitted by:	Eygene Ryabinkin [1]
Reported by:	Rostislav Krasny [2]

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Dec 17 10:22:28 2006 UTC (5 years, 1 month ago) by danfe
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 lines
Fix PLIST (remove superfluous file).

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Dec 6 21:46:43 2006 UTC (5 years, 2 months ago) by danfe
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +9 -43 lines
- Update to most recent version from nVidia, 9631
- As threatened, drop support for FreeBSD 4.X
- Apply minor fix for master sites [*]
- Add last padding line for pkg-message for prettier output

Tested on:	FreeBSD 6.2-PRERELEASE (i386)

[*] alepulver@ will take care of master sites in separate commit

Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Oct 23 15:44:33 2006 UTC (5 years, 3 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -5 lines
Update to most recent versions available from nVidia (8776, 7184 for legacy
GPUs) and thus unforbid.

Approved by:	portmgr (erwin)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Oct 16 22:02:05 2006 UTC (5 years, 3 months ago) by simon
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -0 lines
Mark FORBIDDEN due to arbitrary root code execution vulnerability.

Security:	http://vuxml.FreeBSD.org/a6d9da4a-5d5e-11db-8faf-000c6ec775d9.html
With hat:	secteam
Approved by:	portmgr (secteam blanket)

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Sep 5 10:38:22 2006 UTC (5 years, 5 months ago) by danfe
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
Update to version 8774, the latest from nVidia.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon May 29 14:19:32 2006 UTC (5 years, 8 months ago) by danfe
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -2 lines
- Stop deleting `lib/modules/extensions/libglx.so' upon pkg_delete
- Update to version 1.0-8762, the latest from nVidia

Changes from version 1.0-8178 (previous in Ports Collection):

  - Added support for new GPUs, such as QuadroFX 4500 X2, Quadro FX 5500,
    Quadro FX 3500, and Quadro FX 1500
  - Added support for GeForce 7300, GeForce 7400 Go, GeForce 7600, and
    GeForce 7900 GPUs
  - Improved Quadro FX 3450/4000 SDI support
  - Added support for running OpenGL applications while the Composite X
    extension is enabled; see "The X Composite Extension" appendix for details
  - Enabled hardware acceleration of the Render X extension by default
  - Added new "nvidia-auto-select" mode entry for use in the X configuration
    file; see description in the "Programming Modes" appendix
  - Added support for GLX 1.4
  - Added "AddARGBGLXVisuals" X configuration option, so that OpenGL
    applications can render to X Windows' alpha channel
  - Added ability for OpenGL applications to span greater than 4096 pixels
    when in Xinerama
  - Fixed video memory reporting with GeForce 6200 Turbo Cache
  - Fixed a problem with Overlay support when in TwinView
  - Fixed several issues with mode selection for CRTs and DFPs
  - Fixed a corruption problem with Rotation and large desktops on older GPUs
    including GeForce4 MX
  - Fixed a system crash starting X with TwinView on certain GPUs
  - Addressed an NV-CONTROL compatibility issue; please see the Known Issues
    section of the README for details
  - Improved G-Sync support
  - Fixed interlaced modes on CRTs

PR:		ports/96385
Submitted by:	Sean Farley <sean-freebsd(at)farley.org>

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon May 29 13:39:09 2006 UTC (5 years, 8 months ago) by danfe
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -2 lines
- Remove unneeded PKGMESSAGE override (SUB_FILEs does it automatically)
- Add a dependency to the native xorg-libraries when the LINUX option is
  enabled (it causes USE_XLIB to depend on Linux libraries instead of the
  native ones).  This should aid in updating process.

PR:		ports/96883
Submitted by:	alepulver

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Mar 20 16:08:46 2006 UTC (5 years, 10 months ago) by danfe
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
- Xorg 6.9 uses the .so extension instead of .a for the server extensions.
  Fix the pkg-plist for that [1]
- Remove the USE_REINPLACE since it is no longer needed [1]

Please note that 4.X users will probably suffer from this as a side
effect, however, taking them into account will further complicate the
Makefile logic, which is already pretty hard to follow.  Since I warned
4.X users about removing support for that old release of FreeBSD (and
since I'd be really suprised to find out there's someone still using
4.X as their desktop) more than 8 months ago, plus we're not obliged to
support ports on 4.X anymore, I think we can live with it.

Once again, I'm encouraging people using this port use it with modern
FreeBSD version and modern graphics card.

PR:		ports/92862 [1]
Submitted by:	Sean Farley <sean-freebsd(at)farley.org> [1]

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Dec 26 03:19:22 2005 UTC (6 years, 1 month ago) by danfe
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Good news, everyone!  There's a crate to deliver^W^W^Wnew release from
nVidia, 1.0-8178.  This release highlights:

  - Improved stability with the Composite X extension
  - Fixed a corruption bug with RenderAccel and the Composite X
    extension when using wide desktops
  - Fixed a problem validating HDTV modes on GeForce 6200
  - Fixed detection of certain older TV encoders

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Dec 21 16:01:33 2005 UTC (6 years, 1 month ago) by danfe
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -0 lines
Deal with non-standard DOCSDIR in a sane manner.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Dec 15 12:53:50 2005 UTC (6 years, 1 month ago) by danfe
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +9 -3 lines
Update to version 1.0-8174, the latest from nVidia.  Release highlights:

  - Fixed GeForce 7800 GTX clocking problem that affected 3D performance
  - Added support for new GPUs such as the GeForce 6100 and GeForce 6150
  - Added support for Stereo Digital Flat Panels such as the SeeReal and
    Sharp3D DFPs
  - Added support for static Rotation; see the "Rotate" X config option in
    the README

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Dec 14 10:39:55 2005 UTC (6 years, 1 month ago) by danfe
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +4 -4 lines
Use smarter regexps.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Dec 14 10:32:18 2005 UTC (6 years, 1 month ago) by danfe
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Fix missing misc/compat5x dependency in WITH_LEGACY_GPU_SUPPORT case.

PR:		ports/90304
Submitted by:	Bjoern Koenig <bkoenig(at)cs.tu-berlin.de>

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Nov 9 16:26:51 2005 UTC (6 years, 3 months ago) by danfe
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -1 lines
Do not install nvidia-settings, there's native version available in
`x11/nvidia-settings' port.

Based on PR:	ports/84969
Submitted by:	jylefort

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Sep 12 13:44:28 2005 UTC (6 years, 5 months ago) by danfe
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -0 lines
Once again.  nVidia's libGL depends on libm.so.3 which is not available
since ${OSVERSION} >= 600033.  Get one via `misc/compat5x' port.

Reported by:	several

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Aug 31 13:34:41 2005 UTC (6 years, 5 months ago) by danfe
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Update to version 1.0-7676, the latest from nVidia, which fixes GeForce 7800
GTX clocking problem that affected 3D performance.

I've decided not to rename patches to ease on CVS repo's life.  This is
bug-fix release, and I hope nVidia will incorporate our patches into next
"major" release.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Aug 2 17:37:55 2005 UTC (6 years, 6 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -0 lines
Unbreak on recent -CURRENT/6.X.

Based on PR:	ports/84481
Submitted by:	Andrej Zverev <az(at)inec.ru>
Approved by:	portmgr (marcus)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Jun 30 04:18:22 2005 UTC (6 years, 7 months ago) by danfe
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +36 -4 lines
Introduce WITH_LEGACY_GPU_SUPPORT option, which sticks us to previous
version of NVidia driver release for the sake of supporting some "legacy"
GPUs.  Note that this options is unsupported, and presumably would only be
needed for a few unlucky souls out there.

PR:		ports/82758

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Jun 28 06:28:45 2005 UTC (6 years, 7 months ago) by danfe
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +16 -5 lines
- Update to 1.0.7667 [1]
- Fixed assignment of PORTREVISION.  It needs to be set before including
  bsd.port.pre.mk [1]
- Disabled exit upon failure to kldunload and kldload of NVidia driver
  for 7667 driver.  This would break an upgrade of an earlier install [1]
- Fix PREFIX expansion in pkg-message

PR:		ports/82554 [1]
Submitted by:	Sean Farley <sean-freebsd(at)farley.org>

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jun 17 22:59:28 2005 UTC (6 years, 7 months ago) by netchild
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
  - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jun 15 09:17:39 2005 UTC (6 years, 7 months ago) by danfe
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
Stop patching nvidia_subr.c when building version 7174 of driver, correct
locking is already there.  Bump PORTREVISION.

This should fix recursive panics reported on 5.4-STABLE.

Reported by:	green
Submitted by:	sam
Reviewed by:	alc, dfr

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue May 24 15:57:37 2005 UTC (6 years, 8 months ago) by danfe
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Fix pkg-plist.

Based on PR:	ports/81041
Submitted by:	Sean Farley <sean-freebsd(at)farley.org>

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue May 24 15:42:43 2005 UTC (6 years, 8 months ago) by danfe
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -15 lines
- Convert to OPTIONS
- Fix 6113-case of extra patching

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed May 11 08:52:36 2005 UTC (6 years, 9 months ago) by danfe
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +32 -23 lines
Long anticipated update to version 1.0-7174, the latest from nVidia.

Release Highlights:

    * Supports FreeBSD 5-STABLE (5.3-RELEASE or later).  For FreeBSD 4.x
      and 5.2.1 users we stick to previous version (6113), since 7174 does
      not play nicely with legacy FreeBSD releases
    * Added support for the latest NVIDIA GPUs, including the GeForce 6600
      and 6200 with TurboCache(TM)
    * Added support for the KSE threading libraries

Prodded by:	many
Tested by:	several
Tested on:	FreeBSD 4.11 and 5.3

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Mar 1 21:51:48 2005 UTC (6 years, 11 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Respect the user's USE_LINUX setting.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Feb 24 05:28:21 2005 UTC (6 years, 11 months ago) by danfe
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
It turns out there's a call to vm_page_wakeup() that does not hold the
object lock across the call.  It shows up with INVARIANTS turned on.

PR:		ports/77750
Submitted by:	Frank Mayhar <frank(at)exit.com>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jan 11 14:28:49 2005 UTC (7 years, 1 month ago) by danfe
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
IGNORE string should not be quoted.

Part of PR:	ports/76095

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Dec 31 18:24:09 2004 UTC (7 years, 1 month ago) by netchild
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Dec 27 02:53:25 2004 UTC (7 years, 1 month ago) by danfe
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -0 lines
nVidia's libGL depends on libm.so.2 which is not available since 5.3-BETA7.
Get one via `misc/compat4x' port.

PR:		ports/74130
Submitted by:	Marius Nuennerich <marius.nuennerich(at)gmx.de>

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Dec 27 02:27:28 2004 UTC (7 years, 1 month ago) by danfe
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -0 lines
Mark as for i386 only.

Suggested by:	remko

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Nov 9 09:42:42 2004 UTC (7 years, 3 months ago) by danfe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Despite the fact nVidia claims 4.9 or later is required, allow people with
older releases (and thus older make(1)) to use this port.

Quoting linimon, I sure will be glad when everyone has that newer make(1).

PR:		ports/72137
Submitted by:	Michel Lavondes <fox(at)vader.aacc.cc.md.us>
Approved by:	fjoe (mentor, implicit)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Nov 9 09:37:32 2004 UTC (7 years, 3 months ago) by danfe
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Install link libXvMCNVIDIA_dynamic.so.1 -> libXvMCNVIDIA.so.1.  Some apps
seem to need this.  Bump PORTREVISION.

PR:		ports/72877
Submitted by:	ahze
Approved by:	fjoe (mentor, implicit)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Aug 27 09:24:05 2004 UTC (7 years, 5 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -0 lines
Add forgotten patch from the PR (ports/70564).

Approved by:	fjoe (mentor)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Aug 27 08:46:32 2004 UTC (7 years, 5 months ago) by danfe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Update my email address to `@FreeBSD.org'.
Relinquish ports I happen to no longer use.  They seem to be of the latest
versions, and non-broken, so this is a "clean" dump.

Approved by:	fjoe (mentor)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Aug 17 11:54:09 2004 UTC (7 years, 5 months ago) by osa
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +26 -31 lines
Update nVidia binary drivers to most recent released version, 6113.
Features:
 * Support for the latest NVIDIA GPUs including GeForce 6800 Series
 * Improved interaction with -CURRENT's new threading libraries.

It also brings some more general fixes to the port:
 * Utilizes PORTDOCS
 * New knobs added
 * pkg-plist fixed

Special note for -CURRENT users: nVidia driver now depends
on mem.ko kernel module.

Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru> (maintainer)
PR:		70561

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Aug 10 07:51:48 2004 UTC (7 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
- Detect and use xorg

PR:		ports/70193
Submitted by:	Sergey N. Voronkov <serg@tmn.ru>
Approved by:	maintainer

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jun 21 14:01:52 2004 UTC (7 years, 7 months ago) by fjoe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -4 lines
Fix build on FreeBSD > 502115.

PR:		68162
Submitted by:	MAINTAINER

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jun 20 08:58:35 2004 UTC (7 years, 7 months ago) by kris
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -0 lines
BROKEN on 5.x: Does not compile

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jan 25 13:52:46 2004 UTC (8 years ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +10 -5 lines
- handles the rename of PCIR_HEADERTYPE -> PCIR_HDRTYPE #define
- nvidia.ko is now installed under /boot/modules rather
  than /boot/kernel on 5.x

PR:		ports/61867
Submitted by:	maintainer

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Dec 7 05:16:20 2003 UTC (8 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Don't falsely tell the kernel that this driver supports the nForce onboard
Ethernet's PCI Device ID's.

Obtained from:	http://www.onthenet.com.au/~q/nvnet/nvidia-agp.diff

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 20 10:42:11 2003 UTC (8 years, 5 months ago) by osa
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Fix installation (in special cases)

Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru> (maintainer)
PR:		55796

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Aug 18 05:40:52 2003 UTC (8 years, 5 months ago) by daichi
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +11 -6 lines
update x11/nvidia-driver: some tweaks
  - eliminates hardcoded version numbers
  - adds INSTALLS_SHLIB per `portlint(1) -A';
  - ensures the port upgradeble

PR:		55410
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru> (mainatiner)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jul 4 14:35:19 2003 UTC (8 years, 7 months ago) by osa
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +41 -22 lines
Update to 1.0.4365
Give maintainership to submitter.

Submitted by:	Alexey Dokuchaev <danfe@nsu.ru>
Approved by:	fjoe (mentor) (implicit)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jun 7 18:53:22 2003 UTC (8 years, 8 months ago) by olgeni
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -0 lines
Fix plist for -CURRENT: kernel module lives in /boot/kernel/ and
MAKEDEV.nvidia is not installed in /dev/.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Mar 24 13:49:54 2003 UTC (8 years, 10 months ago) by mux
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -0 lines
- Update to the latest version of my patch to fix malloc() flags
  for -CURRENT.  This fixes the printing of annoying backtraces.
- Don't try to run mknod on -CURRENT where we have devfs.
- Bump PORTREVISION.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Mar 6 01:12:23 2003 UTC (8 years, 11 months ago) by mux
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Add patches so that the nVidia driver works with -CURRENT.  Be
aware that nVidia doesn't officially supports -CURRENT though.
Older versions of -CURRENT (ie. __FreeBSD_version < 500105) are
not supported.  5.0-RELEASE is thus unsupported as well.

Requested by:	many

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 20 19:17:01 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
De-pkg-comment.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jan 25 00:46:18 2003 UTC (9 years ago) by kris
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2 lines
For some reason ${PKG_INFO} doesn't work here, so hard-code
/usr/sbin/pkg_info just to get it working again.  Add a note that they
should be fixed to use the bsd.port.mk variables.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 24 22:43:27 2003 UTC (9 years ago) by kris
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
s/pkg_info/${PKG_INFO}/.  I don't think this makefile will behave itself
in all situations (uses != to get installed version of X ports, but X
ports may not be installed at the time the makefile is run)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 21 00:46:20 2003 UTC (9 years ago) by edwin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Fix warnings when x11-servers/XFree86-4-Server or x11/XFree86-4-libraries
are not installed.

Submitted by:	Stijn Hoop <stijn@win.tue.nl>
Reviewed by:	Dan Langille <dan@langille.org>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 20 07:29:06 2003 UTC (9 years ago) by edwin
Branches: MAIN
i[NEW PORT]: x11/nvidia-driver

	A port to install the binary NVIDIA drivers (I like to keep
	track of what's installed on my machine by using the port
	database).

	Note that I set MAINTAINER to ports@ because I don't know
	if I can spend enough time to maintain this. Someone else
	is of course free to take and (hopefully) improve this.

PR:		ports/45988
Submitted by:	Stijn Hoop <stijn@win.tue.nl>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options