svn commit: r303865 - head/astro/astrometry
Mark Linimon
linimon at FreeBSD.org
Sat Sep 8 05:52:19 UTC 2012
Author: linimon
Date: Sat Sep 8 05:52:18 2012
New Revision: 303865
URL: http://svn.freebsd.org/changeset/ports/303865
Log:
Mark as broken on powerpc (and presumably ia64) as well as sparc64.
Hat: portmgr
Modified:
head/astro/astrometry/Makefile
Modified: head/astro/astrometry/Makefile
==============================================================================
--- head/astro/astrometry/Makefile Sat Sep 8 05:39:03 2012 (r303864)
+++ head/astro/astrometry/Makefile Sat Sep 8 05:52:18 2012 (r303865)
@@ -31,8 +31,8 @@ SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64"
-BROKEN= Does not build on sparc64
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
post-patch:
More information about the svn-ports-head
mailing list