Date: Mon, 2 Oct 2006 15:49:30 +0300 From: Vasil Dimov <vd@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: emulation@FreeBSD.org Subject: ports/103901: [patch] bsd.linux-rpm.mk: remove support code for old linux distros Message-ID: <20061002124930.GA18063@qlovarnika.bg.datamax> Resent-Message-ID: <200610021250.k92CoMna014040@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103901 >Category: ports >Synopsis: [patch] bsd.linux-rpm.mk: remove support code for old linux distros >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 02 12:50:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Vasil Dimov >Release: FreeBSD 6.2-PRERELEASE amd64 >Organization: N/A >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@dv % Laugh at your problems: everybody else does. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061002124930.GA18063>