After the change to Fedora 10 as the default Linux base on -CURRENT, you get messages like this even if OVERRIDE_LINUX_NONBASE_PORTS is set to f8: ** Port marked as IGNORE: x11/linux-f8-xorg-libs: bsd.linux-rpm.mk test failed: default package building at OSVERSION>=800076 was changed to linux-f10 ports, please define OVERRIDE_LINUX_NONBASE_PORTS to build other linux infrastructure ports Fix: This is due to over-enthusiastic application of curly braces in the test on line 70 of bsd.linux-rpm.mk. Instead of testing defined(${OVERRIDE_LINUX_NONBASE_PORTS}), it should test defined(OVERRIDE_LINUX_NONBASE_PORTS). Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-emulation Over to maintainer(s).
bsam 2009-07-01 20:35:34 UTC FreeBSD ports repository Modified files: Mk bsd.linux-rpm.mk Log: Honor OVERRIDE_LINUX_NONBASE_PORTS=f8 after the change to Fedora 10 as the default Linux base on -CURRENT. PR: ports/136206 Submitted by: nwhitehorn Revision Changes Path 1.22 +2 -2 ports/Mk/bsd.linux-rpm.mk _______________________________________________ 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!