ports/97394: [maintainer update] emulators/linux_base-gentoo-stage1

Gabor Kovesdan gkovesdan at t-hosting.hu
Wed May 17 12:10:32 UTC 2006


>Number:         97394
>Category:       ports
>Synopsis:       [maintainer update] emulators/linux_base-gentoo-stage1
>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:   Wed May 17 12:10:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 5.3-RELEASE-p17 amd64
>Organization:
n/a
>Environment:
>Description:

- Remove ia64 from supported architectures because it was added by mistake
- Disable alpha support if ${OSVERSION} > 700017

>How-To-Repeat:
>Fix:

--- linux_base-gentoo-stage1.diff begins here ---
Index: emulators/linux_base-gentoo-stage1/Makefile
===================================================================
RCS file: /usr/cvs/ports/emulators/linux_base-gentoo-stage1/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- emulators/linux_base-gentoo-stage1/Makefile	10 May 2006 12:16:21 -0000	1.28
+++ emulators/linux_base-gentoo-stage1/Makefile	17 May 2006 11:45:23 -0000
@@ -24,13 +24,18 @@
 NO_BUILD=		YES
 NO_FILTER_SHLIBS=	YES
 NO_MTREE=		YES
-ONLY_FOR_ARCHS=		alpha amd64 ia64 i386
 PLIST=			${WRKDIR}/pkg-plist
 PREFIX=			${LINUXBASE}
 USE_BZIP2=		YES
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 700017
+ONLY_FOR_ARCHS=		alpha i386 amd64
+.else
+ONLY_FOR_ARCHS=		i386 amd64
+.endif
+
 .if (${ARCH} == "amd64")
 LATEST_LINK=	${PORTNAME:C/linux_base/linux32_base/}
 .endif
--- linux_base-gentoo-stage1.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list