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

Mark Linimon linimon at lonesome.com
Wed Jun 18 21:10:12 UTC 2003


The following reply was made to PR ports/53457; it has been noted by GNATS.

From: Mark Linimon <linimon at lonesome.com>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:  
Subject: Re: ports/53457: [patch][non-maintainer] set NOT_FOR_ARCHS for audio/tclmidi
Date: Wed, 18 Jun 2003 16:07:51 -0500

 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