svn commit: r303877 - head/lang/rakudo
Mark Linimon
linimon at FreeBSD.org
Sat Sep 8 07:47:31 UTC 2012
Author: linimon
Date: Sat Sep 8 07:47:30 2012
New Revision: 303877
URL: http://svn.freebsd.org/changeset/ports/303877
Log:
Also mark broken on powerpc (and, presumably, ia64).
Hat: portmgr
Modified:
head/lang/rakudo/Makefile
Modified: head/lang/rakudo/Makefile
==============================================================================
--- head/lang/rakudo/Makefile Sat Sep 8 07:45:10 2012 (r303876)
+++ head/lang/rakudo/Makefile Sat Sep 8 07:47:30 2012 (r303877)
@@ -41,8 +41,8 @@ CONFIGURE_ARGS= --with-parrot=${PREFIX}/
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-BROKEN= Does not install on sparc64
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
USE_BISON= build
More information about the svn-ports-all
mailing list