Bug 107307 - update of x11/nvidia-driver to 97.46 and Makefile fixes
Summary: update of x11/nvidia-driver to 97.46 and Makefile fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-29 11:30 UTC by Eygene Ryabinkin
Modified: 2007-01-07 18:57 UTC (History)
1 user (show)

See Also:


Attachments
to-9746.diff (2.36 KB, patch)
2006-12-29 11:30 UTC, Eygene Ryabinkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eygene Ryabinkin 2006-12-29 11:30:17 UTC
[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
-----
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-29 11:30:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-07 18:47:22 UTC
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"
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2007-01-07 18:56:46 UTC
State Changed
From-To: open->closed

Committed, thanks!