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]
This commit is contained in:
Boris Samorodov 2008-04-29 19:20:52 +00:00
parent e543536c70
commit a2d5cc6798
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212282

View File

@ -1,7 +1,7 @@
#-*- mode: Makefile; tab-width: 4; -*- #-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=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: # Variables:
@ -109,9 +109,15 @@ BRANDELF_FILES?=
. if ${USE_LINUX} == "fc4" || ${USE_LINUX:L} == "yes" . if ${USE_LINUX} == "fc4" || ${USE_LINUX:L} == "yes"
_LINUX_BASE_SUFFIX= fc4 _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 . else
# other linux_base ports do not provide a pkg-plist file # 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 . endif
PLIST?= ${WRKDIR}/.PLIST.linux-rpm PLIST?= ${WRKDIR}/.PLIST.linux-rpm