If you have a system without profiled libraries installed, the port still wants to install them. Fix: The attached patch changes the port to use OPTIONS frame work to select if profiled libraries should be installed. Patch attached with submission follows: How-To-Repeat: Have a system without profiled libraries installed, and then cd /usr/ports/math/blas ; make install.
Responsible Changed From-To: freebsd-ports-bugs->maho Over to maintainer (via the GNATS Auto Assign Tool)
There is one fix needed for the patch to prevent /etc/src.conf from being pulled in by the ports source Makefile. After applying the patch, add the following to the Makefile: MAKE_ARGS+= SRCCONF="" Scot
This is just a note to say that an alternative patch has been submitted to the maintainer, maho@, and that he has announced that he will analyze the problem and make any needed changes soon. b.
maho 2010-09-19 22:23:23 UTC FreeBSD ports repository Modified files: math/blas Makefile Log: Correct handling profiled libraries. PR: 150174 Submitted by: bf@ Revision Changes Path 1.48 +17 -3 ports/math/blas/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 committed - thanks!