Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2007 23:49:51 +0300
From:      Boris Samorodov <bsam@ipt.ru>
To:        emulation@FreeBSD.org
Subject:   [patch] bsd.linux-rpm.mk: add "fc6" as a supported option
Message-ID:  <67147872@bsam.ru>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?67147872>