[patch] bsd.linux-rpm.mk: remove support code for old linux distros
Vasil Dimov
vd at FreeBSD.org
Mon Oct 2 05:49:32 PDT 2006
>Submitter-Id: current-users
>Originator: Vasil Dimov
>Organization: N/A
>Confidential: no
>Synopsis: [patch] bsd.linux-rpm.mk: remove support code for old linux distros
>Severity: non-critical
>Priority: low
>Category: ports
>Class: change-request
>Release: FreeBSD 6.2-PRERELEASE amd64
>Environment:
>Description:
Remove support code in bsd.linux-rpm.mk for linux_base-debian and
linux_base-8 which has been deleted.
>How-To-Repeat:
>Fix:
--- bsd.linux-rpm.mk_old.diff begins here ---
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
--- bsd.linux-rpm.mk_old.diff ends here ---
--
Vasil Dimov
gro.DSBeerF at dv
%
Laugh at your problems: everybody else does.
More information about the freebsd-emulation
mailing list