[1] NVidia drivers for FreeBSS x86 versioned 97.46 were released at 21.10.2006. So FreeBSD port needs updating. [2] Additionally, when we use WITHOUT_LINUX knob one should pass that variable to slave make instances, because at least lib/Makefile uses it (we're adding the recognition of WITHOUT_LINUX in files/7667-patch-lib::Makefile). Fix: The patch is attached. It was tested on GeForce 6600: driver works fine. Glexcess produces good picture. Glean does all tests, though not all are passed. At least it does not crashes or produces any weird kernel messages ;)) pkg-plist was changed to assimilate chapter-10.html. May be there are other changes, though I've not catched them. How-To-Repeat: [1] http://www.nvidia.com/object/freebsd_1.0-9746.html [2] Define WITHOUT_LINUX and build the port. You will see complaints from 'find' about missing directories: ----- find: /compat/linux/lib: No such file or directory find: /compat/linux/usr/X11R6/lib: No such file or directory -----
Responsible Changed From-To: freebsd-ports-bugs->danfe Over to maintainer
danfe 2007-01-07 18:47:16 UTC FreeBSD ports repository Modified files: x11/nvidia-driver Makefile distinfo pkg-plist x11/nvidia-driver/files 6113-patch-lib::Makefile Log: - 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 Changes Path 1.52 +7 -3 ports/x11/nvidia-driver/Makefile 1.16 +3 -3 ports/x11/nvidia-driver/distinfo 1.2 +3 -6 ports/x11/nvidia-driver/files/6113-patch-lib::Makefile 1.14 +4 -0 ports/x11/nvidia-driver/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!