ports/99320: [patch] emulators/linux_base-fc[34]

Gabor Kovesdan gabor at FreeBSD.org
Thu Jun 22 21:00:40 UTC 2006


>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:



More information about the freebsd-ports-bugs mailing list