Bug 124497 - [PATCH] x11/nvidia-driver : Fix build when WITH_FREEBSD_AGP is set
Summary: [PATCH] x11/nvidia-driver : Fix build when WITH_FREEBSD_AGP is set
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: 2008-06-12 02:30 UTC by geraud
Modified: 2008-06-18 20:52 UTC (History)
0 users

See Also:


Attachments
file.diff (398 bytes, patch)
2008-06-12 02:30 UTC, geraud
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description geraud 2008-06-12 02:30:01 UTC
The ${WRKSRC}/src/nv-freebsd.h file was modified in the latest version of the driver with several lines added at the beginning. As a result, a ${REINPLACE_CMD}  command in the Makefile is off by the amount of the aforementioned lines added.

The patch provided fixes the line numbers and allow the build to complete.

Fix: see attached patch.

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/x11/nvidia-driver && make WITH_FREEBSD_AGP=true
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-12 02:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-12 11:18:26 UTC
danfe       2008-06-12 10:18:21 UTC

  FreeBSD ports repository

  Modified files:
    x11/nvidia-driver    Makefile 
  Log:
  - 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  Changes    Path
  1.78      +6 -1      ports/x11/nvidia-driver/Makefile
_______________________________________________
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 2008-06-18 20:52:14 UTC
State Changed
From-To: open->closed

Fixed as of rev. 1.78 of Makefile.