- 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>
This commit is contained in:
Alexey Dokuchaev 2006-05-29 14:19:32 +00:00
parent 2c8d1107c1
commit 9d2be9a5f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163853
3 changed files with 4 additions and 6 deletions

View File

@ -81,8 +81,7 @@ NVVERSION= 7174
PORTREVISION= 3
EXTRA_PATCHES+= ${FILESDIR}/6113-patch-lib::Makefile
.else
NVVERSION= 8178
PORTREVISION= 1
NVVERSION= 8762
EXTRA_PATCHES+= ${FILESDIR}/7667-*
.endif
.if ${OSVERSION} >= 600033

View File

@ -4,6 +4,6 @@ SIZE (NVIDIA-FreeBSD-x86-1.0-6113.tar.gz) = 6215565
MD5 (NVIDIA-FreeBSD-x86-1.0-7174.tar.gz) = b57a03e0325617092016144229ae6114
SHA256 (NVIDIA-FreeBSD-x86-1.0-7174.tar.gz) = 926dfca6078bcaed486e0e27637faacd6a9eda7a3252d0d7779256e674776532
SIZE (NVIDIA-FreeBSD-x86-1.0-7174.tar.gz) = 8433799
MD5 (NVIDIA-FreeBSD-x86-1.0-8178.tar.gz) = ef6d63b01ff062b9f5c2dd458e7e89b1
SHA256 (NVIDIA-FreeBSD-x86-1.0-8178.tar.gz) = 90d3fd6acf916471a6d41737e83f5ed5489effd920cb695bc44bec791262a280
SIZE (NVIDIA-FreeBSD-x86-1.0-8178.tar.gz) = 9067056
MD5 (NVIDIA-FreeBSD-x86-1.0-8762.tar.gz) = ddc62c375db4a6db9007bf9e2d667d2c
SHA256 (NVIDIA-FreeBSD-x86-1.0-8762.tar.gz) = f29fa9dd9728a264d0b09267f23acea9ac2c04cc578b1e9644093bb2ade17875
SIZE (NVIDIA-FreeBSD-x86-1.0-8762.tar.gz) = 9437999

View File

@ -31,7 +31,6 @@ lib/modules/drivers/nvidia_drv.o
%%DRVSO%%lib/modules/drivers/nvidia_drv.so
lib/modules/extensions/libglx.so.1
@exec ln -sf %D/lib/modules/extensions/libglx.so.1 %D/lib/modules/extensions/libglx.so
@unexec rm -f %D/lib/modules/extensions/libglx.so
%%PORTDOCS%%%%DOCSDIR%%/html/appendix-a.html
%%PORTDOCS%%%%DOCSDIR%%/html/appendix-b.html
%%PORTDOCS%%%%DOCSDIR%%/html/appendix-c.html