From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 07:41:57 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB8F6106564A; Sat, 8 Sep 2012 07:41:57 +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 969BE8FC14; Sat, 8 Sep 2012 07:41:57 +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 q887fvJG045370; Sat, 8 Sep 2012 07:41:57 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q887fvFs045368; Sat, 8 Sep 2012 07:41:57 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201209080741.q887fvFs045368@svn.freebsd.org> From: Mark Linimon Date: Sat, 8 Sep 2012 07:41:57 +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: r303874 - head/lang/swi-pl 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:41:57 -0000 Author: linimon Date: Sat Sep 8 07:41:57 2012 New Revision: 303874 URL: http://svn.freebsd.org/changeset/ports/303874 Log: Attempt to fix build on powerpc. While here, remove remnants from alpha. Hat: portmgr Modified: head/lang/swi-pl/Makefile Modified: head/lang/swi-pl/Makefile ============================================================================== --- head/lang/swi-pl/Makefile Sat Sep 8 07:17:11 2012 (r303873) +++ head/lang/swi-pl/Makefile Sat Sep 8 07:41:57 2012 (r303874) @@ -43,7 +43,7 @@ PLIST_SUB+= XPCE_VER=${XPCE_VER} .include -.if (${ARCH} == "i386") +.if (${ARCH} == "i386" || ${ARCH} == "powerpc") PLIST_SUB+= BITS=32 .else PLIST_SUB+= BITS=64 @@ -53,11 +53,6 @@ PLIST_SUB+= BITS=64 ARCH= x86_64 .endif -.if (${ARCH} == "alpha") -EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-configure \ - ${FILESDIR}/extra-patch-src-Makefile-in -.endif - post-patch: @${REINPLACE_CMD} -e '/edit/s/INSTALL_PROGRAM/BSD_INSTALL_SCRIPT/g' \ ${WRKSRC}/src/Makefile.in