ports/53457: [patch][non-maintainer] set NOT_FOR_ARCHS for audio/tclmidi

Mark Linimon linimon at lonesome.com
Wed Jun 18 21:03:43 UTC 2003


A more careful reading of bsd.port.mk suggests that IGNORE should
be set in this case instead of NOT_FOR_ARCHS.  This will still
save bento build time, but not indicate that the port will _never_
run on these archs.

--- tclmidi/Makefile.dist	Fri Feb 21 07:14:32 2003
+++ tclmidi/Makefile	Wed Jun 18 16:06:18 2003
@@ -15,6 +15,10 @@
 MAINTAINER=	shanee at augusta.de
 COMMENT=	A language designed for creating and editing standard MIDI files
 
+.if ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
+IGNORE=		"cast from pointer to integer of different size"
+.endif
+
 LIB_DEPENDS=	tcl82.1:${PORTSDIR}/lang/tcl82
 
 MAKE_ENV=	TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.2



More information about the freebsd-ports-bugs mailing list