mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
[patch][non-maintainer] set NOT_FOR_ARCHS for audio/tclmidi
This port seems to build on neither ia64 nor sparc64, probably due to some kind of pointer casting problem. Mark as NOT_FOR_ARCHS to save bento from trying to build it on those architectures. 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. PR: ports/53457 Submitted by: Mark Linimon <linimon@lonesome.com>
This commit is contained in:
parent
825bfdad83
commit
a590475870
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88017
@ -15,6 +15,10 @@ MASTER_SITES= ftp://ftp.cs.ruu.nl/pub/MIDI/PROGRAMS/
|
||||
MAINTAINER= shanee@augusta.de
|
||||
COMMENT= A language designed for creating and editing standard MIDI files
|
||||
|
||||
.if ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
|
||||
IGNORE= "ignored due to 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
|
||||
|
Loading…
Reference in New Issue
Block a user