svn commit: r303864 - in head: editors/mp games/scummvm

Mark Linimon linimon at FreeBSD.org
Sat Sep 8 05:39:03 UTC 2012


Author: linimon
Date: Sat Sep  8 05:39:03 2012
New Revision: 303864
URL: http://svn.freebsd.org/changeset/ports/303864

Log:
  Mark broken on powerpc and sparc64 (and presumably, ia64).
  
  Hat:		portmgr

Modified:
  head/editors/mp/Makefile
  head/games/scummvm/Makefile

Modified: head/editors/mp/Makefile
==============================================================================
--- head/editors/mp/Makefile	Sat Sep  8 03:30:34 2012	(r303863)
+++ head/editors/mp/Makefile	Sat Sep  8 05:39:03 2012	(r303864)
@@ -96,4 +96,10 @@ do-install:
 .endfor
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN=		Does not compile on ia64, powerpc, or sparc64
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/games/scummvm/Makefile
==============================================================================
--- head/games/scummvm/Makefile	Sat Sep  8 03:30:34 2012	(r303863)
+++ head/games/scummvm/Makefile	Sat Sep  8 05:39:03 2012	(r303864)
@@ -114,4 +114,10 @@ do-install:
 .endfor
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN=		Does not compile on ia64, powerpc, or sparc64
+.endif
+
+.include <bsd.port.post.mk>



More information about the svn-ports-all mailing list