Remove support code in bsd.linux-rpm.mk for linux_base-debian and linux_base-8 which has been deleted. Fix: -- Vasil Dimov gro.DSBeerF@dv % Laugh at your problems: everybody else does.--FoappB5qkiUeXQR8fJ0Iwhf9YydEyr3hILNBgxu5AXHQFZtW Content-Type: text/plain; name="bsd.linux-rpm.mk_old.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="bsd.linux-rpm.mk_old.diff" Index: bsd.linux-rpm.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.linux-rpm.mk,v retrieving revision 1.9 diff -u -r1.9 bsd.linux-rpm.mk --- bsd.linux-rpm.mk 30 Jul 2006 22:34:30 -0000 1.9 +++ bsd.linux-rpm.mk 2 Oct 2006 12:44:42 -0000 @@ -109,15 +109,11 @@ . if ${USE_LINUX} == "fc4" || ${USE_LINUX:L} == "yes" _LINUX_BASE_SUFFIX= fc4 -. elif ${USE_LINUX} == "debian" -_LINUX_BASE_SUFFIX= debian . elif ${USE_LINUX} == "fc3" _LINUX_BASE_SUFFIX= fc3 -. elif ${USE_LINUX} == "8" -_LINUX_BASE_SUFFIX= 8 . else # other linux_base ports do not provide a pkg-plist file -IGNORE= uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\", \"8\", \"debian\", \"fc3\" and \"fc4\" +IGNORE= uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\", \"fc3\" and \"fc4\" . endif PLIST?= ${WRKDIR}/.PLIST.linux-rpm
Responsible Changed From-To: freebsd-ports-bugs->emulation Assign to maintainers
vd 2006-10-02 14:00:46 UTC FreeBSD ports repository Modified files: Mk bsd.linux-rpm.mk Log: Remove support code for old linux distros PR: ports/103901 Submitted by: vd Approved by: netchild Revision Changes Path 1.10 +2 -8 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