[patch] bsd.linux-rpm.mk: add "fc6" as a supported option

Boris Samorodov bsam at ipt.ru
Sat Mar 24 20:50:05 UTC 2007


Hi!


I propose to add an "fc6" as a supported option to AUTOMATIC_PLIST
build (the patch here is not spaces/tabs clean):

-----
--- bsd.linux-rpm.mk.orig       Sun Mar 18 23:19:42 2007
+++ bsd.linux-rpm.mk    Sun Mar 18 23:58:53 2007
@@ -109,9 +109,11 @@
 
 .    if ${USE_LINUX} == "fc4" || ${USE_LINUX:L} == "yes"
 _LINUX_BASE_SUFFIX=            fc4
+.    elif ${USE_LINUX} == "fc6"
+_LINUX_BASE_SUFFIX=            fc6
 .    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\" and \"fc4\"
+IGNORE=                        uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\", \"fc4\" and \"fc6\"
 .    endif
 
 PLIST?=                        ${WRKDIR}/.PLIST.linux-rpm
-----

Thanks for your feedback.

PS. Seems that /me alone make too much noise ATM at this list. :-)


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve


More information about the freebsd-emulation mailing list