Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2006 15:47:20 +0200 (CEST)
From:      Gabor Kovesdan <gkovesdan@t-hosting.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gkovesdan@t-hosting.hu>
Subject:   ports/100607: [maintainer update] emulators/linux_dist-gentoo-stage[123]
Message-ID:  <20060720134720.2FEF4289C4E@catv-50635cb6.catv.broadband.hu>
Resent-Message-ID: <200607201350.k6KDoIZh001003@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100607
>Category:       ports
>Synopsis:       [maintainer update] emulators/linux_dist-gentoo-stage[123]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 20 13:50:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD spitfire 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul 2 19:31:12 CEST 2006 gabor@spitfire:/usr/src/sys/i386/compile/SPITFIRE i386

>Description:

- Use USE_LINUX_PREFIX instead of PREFIX?= ${LINUXBASE} (no functional change)

>How-To-Repeat:
>Fix:

--- linux_dist-gentoo-stage123.diff begins here ---
Index: linux_dist-gentoo-stage1/Makefile
===================================================================
RCS file: /usr/cvs/ports/emulators/linux_dist-gentoo-stage1/Makefile,v
retrieving revision 1.32
diff -u -r1.32 Makefile
--- linux_dist-gentoo-stage1/Makefile	25 Jun 2006 11:35:08 -0000	1.32
+++ linux_dist-gentoo-stage1/Makefile	20 Jul 2006 13:42:02 -0000
@@ -22,7 +22,6 @@
 DIST_SUBDIR=		gentoo-linux
 NO_BUILD=		YES
 NO_FILTER_SHLIBS=	YES
-NO_MTREE=		YES
 ONLY_FOR_ARCHS=		amd64 i386
 SUB_FILES+=		pkg-message pkg-install pkg-deinstall
 SUB_LIST+=		PREFIX_SUBDIR="${PREFIX_SUBDIR}"
@@ -36,9 +35,10 @@
 CONFLICTS=      linux_base-7* linux_base-8* linux_base-debian* \
 		linux_base-rh* linux_base-suse* linux_base-fc* \
 		linux_base-gentoo-stage[23]-*
-PREFIX?=	${LINUXBASE}
+USE_LINUX_PREFIX=	YES
 PREFIX_SUBDIR=
 .else
+NO_MTREE=	YES
 PKGNAMEPREFIX=  linux_dist-
 PREFIX_SUBDIR=  ${PORTNAME}/
 .endif
Index: linux_dist-gentoo-stage2/Makefile
===================================================================
RCS file: /usr/cvs/ports/emulators/linux_dist-gentoo-stage2/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- linux_dist-gentoo-stage2/Makefile	25 Jun 2006 18:49:07 -0000	1.3
+++ linux_dist-gentoo-stage2/Makefile	20 Jul 2006 13:42:47 -0000
@@ -20,7 +20,6 @@
 DIST_SUBDIR=		gentoo-linux
 NO_BUILD=		YES
 NO_FILTER_SHLIBS=	YES
-NO_MTREE=		YES
 ONLY_FOR_ARCHS=		i386 amd64
 GENTOO_OPTIMIZED?=	x86
 SUB_FILES+=		pkg-message pkg-install pkg-deinstall
@@ -36,9 +35,10 @@
 CONFLICTS=	linux_base-7* linux_base-8* linux_base-debian* \
 		linux_base-rh* linux_base-suse* linux_base-fc* \
 		linux_base-gentoo-stage[13]-*
-PREFIX?=	${LINUXBASE}
+USE_LINUX_PREFIX=	YES
 PREFIX_SUBDIR=
 .else
+NO_MTREE=	YES
 PKGNAMEPREFIX=	linux_dist-
 PREFIX_SUBDIR=	${PORTNAME}/
 .endif
Index: linux_dist-gentoo-stage3/Makefile
===================================================================
RCS file: /usr/cvs/ports/emulators/linux_dist-gentoo-stage3/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- linux_dist-gentoo-stage3/Makefile	25 Jun 2006 18:49:07 -0000	1.3
+++ linux_dist-gentoo-stage3/Makefile	20 Jul 2006 13:43:36 -0000
@@ -20,7 +20,6 @@
 DIST_SUBDIR=		gentoo-linux
 NO_BUILD=		YES
 NO_FILTER_SHLIBS=	YES
-NO_MTREE=		YES
 ONLY_FOR_ARCHS=		i386 amd64
 GENTOO_OPTIMIZED?=	x86
 SUB_FILES+=		pkg-message pkg-install pkg-deinstall
@@ -36,9 +35,10 @@
 CONFLICTS=	linux_base-7* linux_base-8* linux_base-debian* \
 		linux_base-rh* linux_base-suse* linux_base-fc* \
 		linux_base-gentoo-stage[12]-*
-PREFIX?=	${LINUXBASE}
+USE_LINUX_PREFIX=	YES
 PREFIX_SUBDIR=
 .else
+NO_MTREE=	YES
 PKGNAMEPREFIX=	linux_dist-
 PREFIX_SUBDIR=	${PORTNAME}/
 .endif
--- linux_dist-gentoo-stage123.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?20060720134720.2FEF4289C4E>