The use of a non-fc4 value in USE_LINUX (or OVERRIDE_LINUX_BASE_PORT) causes an IGNORE to come up when AUTOMATIC_PLIST is set in a linux port. This patch will correct the issue when fc6, f7, or f8 are used. How-To-Repeat: Attempt to install audio/linux-alsa-lib with the current bsd.linux-rpm.mk when OVERRIDE_LINUX_BASE_PORT is set to fc6, f7, or f8.
Responsible Changed From-To: freebsd-ports-bugs->emulation bsd.linux-rpm.mk is emulation territory (via the GNATS Auto Assign Tool)
bsam 2008-04-29 19:20:52 UTC FreeBSD ports repository Modified files: Mk bsd.linux-rpm.mk Log: Add valid values fc6, f7 and f8: . to USE_LINUX variable, so users can install linux ports which [1] use AUTOMATIC_PLIST (while those values are assigned to OVERRIDE_LINUX_BASE_PORT variable); . to IGNORE message. netchild said: "I don't think it will hurt if the fix for fc6 is committed. There are users out there which already use the experimental 2.6.16 support, and it would make their life easier." me decided: "Why should we segragate f7/f8 users?" and committed f7/f8 parts as well. PR: ports/122826 [1] Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> [1] Revision Changes Path 1.12 +8 -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!