Gawk's configure script pulls in a pre-installed gawk. This breaks on typical "make all deinstall install clean" upgrade scenarios, or with portmaster, because it's used at "make install" time, when gawk is no longer available. Avoid this breakage by overriding the build awk to the system's ${AWK}. Port maintainer (krion@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->krion Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: krion->mandree Handed over by Kirill's request (by private email)
mandree 2010-04-30 11:50:43 UTC FreeBSD ports repository Modified files: lang/gawk Makefile Log: Force system awk for build, to avoid failure on gawk upgrades. Commit requested by krion in private mail. PR: ports/146152 Submitted by: mandree Approved by: krion (maintainer) Approved by: garga (mentor) Revision Changes Path 1.29 +2 -1 ports/lang/gawk/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.