Date: Sat, 27 Jun 2015 14:29:25 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390710 - head/biology/avida Message-ID: <201506271429.t5RETPBw093997@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jun 27 14:29:25 2015 New Revision: 390710 URL: https://svnweb.freebsd.org/changeset/ports/390710 Log: Use BROKEN helpers Modified: head/biology/avida/Makefile Modified: head/biology/avida/Makefile ============================================================================== --- head/biology/avida/Makefile Sat Jun 27 14:25:19 2015 (r390709) +++ head/biology/avida/Makefile Sat Jun 27 14:29:25 2015 (r390710) @@ -30,11 +30,11 @@ DATA_FILES= analyze.cfg avida.cfg defaul instset-heads-sex.cfg instset-heads.cfg instset-smt.cfg \ instset-transsmt.cfg -.include <bsd.port.pre.mk> +BROKEN_ia64= Does not compile: invokes i386 asm +BROKEN_powerpc= Does not compile: invokes i386 asm +BROKEN_sparc64= Does not compile: invokes i386 asm -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile: invokes i386 asm -.endif +.include <bsd.port.options.mk> post-patch: @${FIND} ${WRKSRC} -name "CMakeLists.txt" | ${XARGS} \ @@ -69,4 +69,4 @@ do-install: ${STAGEDIR}${DOCSDIR}) .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506271429.t5RETPBw093997>