ports/63350: [MAINTAINER] lang/pike72: fix non i386 compilations

Xavier Beaudouin kiwi at oav.net
Wed Feb 25 14:40:15 UTC 2004


>Number:         63350
>Category:       ports
>Synopsis:       [MAINTAINER] lang/pike72: fix non i386 compilations
>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 Feb 25 06:40:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD yoko.home.oav.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Sun Nov  2 14:35:22 CET
>Description:

Stopping using nasm when compiling pike.
Non i386 platforms should be now happy with compiling Pike.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- pike72-7.2.492_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/pike72.old/Makefile /usr/ports/lang/pike72/Makefile
--- /usr/ports/lang/pike72.old/Makefile	Wed Feb 25 15:13:33 2004
+++ /usr/ports/lang/pike72/Makefile	Wed Feb 25 15:14:02 2004
@@ -21,10 +21,6 @@
 MAINTAINER=	kiwi at oav.net
 COMMENT=	A dynamic programming language with a syntax similar to C++
 
-.if (${MACHINE} == "i386")
-BUILD_DEPENDS+=	nasm:${PORTSDIR}/devel/nasm/
-.endif
-
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		gdbm.3:${PORTSDIR}/databases/gdbm \
@@ -66,10 +62,6 @@
 #		 --without-relocatable-dumped-modules \
 
 .include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386"
-BROKEN=		"Does not compile on !i386"
-.endif
 
 PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
--- pike72-7.2.492_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list