aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.linux-rpm.mk
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2008-04-29 19:20:52 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2008-04-29 19:20:52 +0000
commita2d5cc67983dd4e7f7a36caf36b4bbbe6a4974aa (patch)
treeb4868ac25183f4adb99891c69120a4dcfb144958 /Mk/bsd.linux-rpm.mk
parente543536c709e02d045e4c8d0f6aa3c9753451f3f (diff)
downloadports-a2d5cc67983dd4e7f7a36caf36b4bbbe6a4974aa.tar.gz
ports-a2d5cc67983dd4e7f7a36caf36b4bbbe6a4974aa.zip
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]
Notes
Notes: svn path=/head/; revision=212282
Diffstat (limited to 'Mk/bsd.linux-rpm.mk')
-rw-r--r--Mk/bsd.linux-rpm.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/Mk/bsd.linux-rpm.mk b/Mk/bsd.linux-rpm.mk
index 394a544c2ed7..658841da7a9c 100644
--- a/Mk/bsd.linux-rpm.mk
+++ b/Mk/bsd.linux-rpm.mk
@@ -1,7 +1,7 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4
#
-# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.11 2006-10-05 17:20:25 bsam Exp $
+# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.linux-rpm.mk,v 1.12 2008-04-29 19:20:52 bsam Exp $
#
# Variables:
@@ -109,9 +109,15 @@ BRANDELF_FILES?=
. if ${USE_LINUX} == "fc4" || ${USE_LINUX:L} == "yes"
_LINUX_BASE_SUFFIX= fc4
+. elif ${USE_LINUX} == "fc6"
+_LINUX_BASE_SUFFIX= fc6
+. elif ${USE_LINUX} == "f7"
+_LINUX_BASE_SUFFIX= f7
+. elif ${USE_LINUX} == "f8"
+_LINUX_BASE_SUFFIX= f8
. 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\", \"fc6\", \"f7\" and \"f8\"
. endif
PLIST?= ${WRKDIR}/.PLIST.linux-rpm