From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 22 21:00:40 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79FFD16A4A5 for ; Thu, 22 Jun 2006 21:00:40 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D76A43D5E for ; Thu, 22 Jun 2006 21:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5ML0cCv094927 for ; Thu, 22 Jun 2006 21:00:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5ML0chq094926; Thu, 22 Jun 2006 21:00:38 GMT (envelope-from gnats) Resent-Date: Thu, 22 Jun 2006 21:00:38 GMT Resent-Message-Id: <200606222100.k5ML0chq094926@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D18C16A53F for ; Thu, 22 Jun 2006 20:57:04 +0000 (UTC) (envelope-from root@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62D1C43E15 for ; Thu, 22 Jun 2006 20:56:33 +0000 (GMT) (envelope-from root@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 55A0B99A63E; Thu, 22 Jun 2006 22:56:27 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id H7yr-IxNgQVB; Thu, 22 Jun 2006 22:56:22 +0200 (CEST) Received: by server.t-hosting.hu (Postfix, from userid 0) id 04D4399A613; Thu, 22 Jun 2006 22:56:21 +0200 (CEST) Message-Id: <20060622205622.04D4399A613@server.t-hosting.hu> Date: Thu, 22 Jun 2006 22:56:21 +0200 (CEST) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: ports/99320: [patch] emulators/linux_base-fc[34] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 21:00:40 -0000 >Number: 99320 >Category: ports >Synopsis: [patch] emulators/linux_base-fc[34] >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: Thu Jun 22 21:00:38 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 5.3-RELEASE-p25 amd64 >Organization: n/a >Environment: >Description: USE_LINUX_PREFIX should be used instead of PREFIX?= ${LINUXBASE} and NO_MTREE, because: - Porter's Handbook tells to use that - it is only one macro instead of two, so simplier - no fix required if something related changes in the infrastructure (DESTDIR will probably be such change) >How-To-Repeat: >Fix: --- emulators-linux_base-fc3.diff begins here --- Index: Makefile =================================================================== RCS file: /usr/cvs/ports/emulators/linux_base-fc3/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 17 Jun 2006 09:28:02 -0000 1.8 +++ Makefile 22 Jun 2006 18:22:52 -0000 @@ -98,9 +98,8 @@ ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 -PREFIX?= ${LINUXBASE} +USE_LINUX_PREFIX= yes NO_FILTER_SHLIBS= yes -NO_MTREE= yes NO_WRKSUBDIR= yes MD5_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.3.6" --- emulators-linux_base-fc3.diff ends here --- --- emulators-linux_base-fc4.diff begins here --- Index: Makefile =================================================================== RCS file: /usr/cvs/ports/emulators/linux_base-fc4/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 20 Jun 2006 13:45:27 -0000 1.8 +++ Makefile 22 Jun 2006 18:23:15 -0000 @@ -98,9 +98,8 @@ linux_base-fc3 linux-libgcc* linux_locale* ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 -PREFIX?= ${LINUXBASE} +USE_LINUX_PREFIX= yes NO_FILTER_SHLIBS= yes -NO_MTREE= yes NO_WRKSUBDIR= yes MD5_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.3.6" --- emulators-linux_base-fc4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: