From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 07:47:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B50B106564A; Sat, 8 Sep 2012 07:47:31 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 073448FC0A; Sat, 8 Sep 2012 07:47:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q887lU0Y046277; Sat, 8 Sep 2012 07:47:30 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q887lUao046275; Sat, 8 Sep 2012 07:47:30 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201209080747.q887lUao046275@svn.freebsd.org> From: Mark Linimon Date: Sat, 8 Sep 2012 07:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303877 - head/lang/rakudo X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 07:47:31 -0000 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 -.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