Date: Thu, 22 Jun 2017 05:54:37 +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: r444098 - in head: graphics/ppmcaption lang/py-prolog Message-ID: <201706220554.v5M5sbRO051713@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> - -.if ${ARCH} == "ia64" || ${ARCH} == "amd64" -BROKEN= Does not build on ia64 or amd64 (can't link shared libraries to static) -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706220554.v5M5sbRO051713>