Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2012 05:39:03 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303864 - in head: editors/mp games/scummvm
Message-ID:  <201209080539.q885d3IN029085@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209080539.q885d3IN029085>