Date: Thu, 22 Jun 2006 22:56:21 +0200 (CEST) From: Gabor Kovesdan <gabor@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> Subject: ports/99320: [patch] emulators/linux_base-fc[34] Message-ID: <20060622205622.04D4399A613@server.t-hosting.hu> Resent-Message-ID: <200606222100.k5ML0chq094926@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060622205622.04D4399A613>