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
Responsible Changed From-To: freebsd-ports-bugs->danfe Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Fixed as of rev. 1.78 of Makefile.