From owner-freebsd-emulation@FreeBSD.ORG Sat Mar 24 20:50:05 2007 Return-Path: X-Original-To: emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B14F116A402 for ; Sat, 24 Mar 2007 20:50:05 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id 2F43913C4C2 for ; Sat, 24 Mar 2007 20:50:04 +0000 (UTC) (envelope-from bsam@bsam.ru) Received: from bsam.ru ([85.172.12.41]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l2OKnjet026323 for ; Sat, 24 Mar 2007 23:49:55 +0300 (MSK) Received: from bsam by bsam.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1HVDBP-0000KG-KP for emulation@FreeBSD.org; Sat, 24 Mar 2007 23:49:51 +0300 To: emulation@FreeBSD.org From: Boris Samorodov Date: Sat, 24 Mar 2007 23:49:51 +0300 Message-ID: <67147872@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Boris Samorodov Cc: Subject: [patch] bsd.linux-rpm.mk: add "fc6" as a supported option X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2007 20:50:05 -0000 Hi! I propose to add an "fc6" as a supported option to AUTOMATIC_PLIST build (the patch here is not spaces/tabs clean): ----- --- bsd.linux-rpm.mk.orig Sun Mar 18 23:19:42 2007 +++ bsd.linux-rpm.mk Sun Mar 18 23:58:53 2007 @@ -109,9 +109,11 @@ . if ${USE_LINUX} == "fc4" || ${USE_LINUX:L} == "yes" _LINUX_BASE_SUFFIX= fc4 +. elif ${USE_LINUX} == "fc6" +_LINUX_BASE_SUFFIX= fc6 . 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\" and \"fc6\" . endif PLIST?= ${WRKDIR}/.PLIST.linux-rpm ----- Thanks for your feedback. PS. Seems that /me alone make too much noise ATM at this list. :-) WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve