Date: Fri, 29 Aug 2003 17:30:11 -0700 (PDT) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/tclmidi Makefile Message-ID: <200308300030.h7U0UBLv074469@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/08/29 17:30:10 PDT FreeBSD ports repository Modified files: audio/tclmidi Makefile Log: [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> Revision Changes Path 1.9 +4 -0 ports/audio/tclmidi/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308300030.h7U0UBLv074469>