From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 2 12:49:32 2006 Return-Path: X-Original-To: emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F11F16A403; Mon, 2 Oct 2006 12:49:32 +0000 (UTC) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84F6C43D46; Mon, 2 Oct 2006 12:49:31 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id 3A3FCB863; Mon, 2 Oct 2006 15:49:30 +0300 (EEST) Received: (nullmailer pid 18086 invoked by uid 1002); Mon, 02 Oct 2006 12:49:30 -0000 Date: Mon, 2 Oct 2006 15:49:30 +0300 From: Vasil Dimov To: FreeBSD-gnats-submit@freebsd.org Message-ID: <20061002124930.GA18063@qlovarnika.bg.datamax> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-send-pr-version: 3.113 Cc: emulation@FreeBSD.org Subject: [patch] bsd.linux-rpm.mk: remove support code for old linux distros X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2006 12:49:32 -0000 >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@dv % Laugh at your problems: everybody else does.