From owner-svn-ports-all@freebsd.org Thu Jun 22 05:54:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 040C1DA6D6B; Thu, 22 Jun 2017 05:54:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C80346E875; Thu, 22 Jun 2017 05:54:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5M5sbHx051715; Thu, 22 Jun 2017 05:54:37 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5M5sbRO051713; Thu, 22 Jun 2017 05:54:37 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201706220554.v5M5sbRO051713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Thu, 22 Jun 2017 05:54:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444098 - in head: graphics/ppmcaption lang/py-prolog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 22 Jun 2017 05:54:39 -0000 Author: linimon Date: Thu Jun 22 05:54:37 2017 New Revision: 444098 URL: https://svnweb.freebsd.org/changeset/ports/444098 Log: Remove mention of ia64 from the BROKEN messages of some archaic ports. Modified: head/graphics/ppmcaption/Makefile head/lang/py-prolog/Makefile Modified: head/graphics/ppmcaption/Makefile ============================================================================== --- head/graphics/ppmcaption/Makefile Thu Jun 22 03:40:09 2017 (r444097) +++ head/graphics/ppmcaption/Makefile Thu Jun 22 05:54:37 2017 (r444098) @@ -17,7 +17,7 @@ MAKE_ARGS= install_prefix=${STAGEDIR} PLIST_FILES= bin/ppmcaption man/man1/ppmcaption.1.gz ONLY_FOR_ARCHS= i386 -ONLY_FOR_ARCHS_REASON= does not compile on ia64 or amd64; untested everywhere else +ONLY_FOR_ARCHS_REASON= does not compile on amd64; untested everywhere else post-patch: ${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure Modified: head/lang/py-prolog/Makefile ============================================================================== --- head/lang/py-prolog/Makefile Thu Jun 22 03:40:09 2017 (r444097) +++ head/lang/py-prolog/Makefile Thu Jun 22 05:54:37 2017 (r444098) @@ -15,13 +15,9 @@ COMMENT= Python extension embedding SWI-Prolog BUILD_DEPENDS= swipl:lang/swi-pl RUN_DEPENDS= swipl:lang/swi-pl +BROKEN_amd64= fails to build: can't link shared libraries to static + USES= python USE_PYTHON= distutils autoplist -.include - -.if ${ARCH} == "ia64" || ${ARCH} == "amd64" -BROKEN= Does not build on ia64 or amd64 (can't link shared libraries to static) -.endif - -.include +.include