Index: head/graphics/ppmcaption/Makefile =================================================================== --- head/graphics/ppmcaption/Makefile (revision 444097) +++ head/graphics/ppmcaption/Makefile (revision 444098) @@ -1,25 +1,25 @@ # Created by: Mark Pulford # $FreeBSD$ PORTNAME= ppmcaption PORTVERSION= 1.1 CATEGORIES= graphics MASTER_SITES= http://www.jwz.org/ppmcaption/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility which adds text to images GNU_CONFIGURE= yes CONFIGURE_ENV+= CPP="${CPP}" CONFIGURE_ARGS+= --with-builtin="ncenB24.bdf -scale 0.5 -blur 5" 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 .include Index: head/lang/py-prolog/Makefile =================================================================== --- head/lang/py-prolog/Makefile (revision 444097) +++ head/lang/py-prolog/Makefile (revision 444098) @@ -1,27 +1,23 @@ # Created by: Gerhard Gonter # $FreeBSD$ PORTNAME= prolog PORTVERSION= 0.1 PORTREVISION= 3 CATEGORIES= lang python MASTER_SITES= SF/py${PORTNAME}/PyProlog/PyProlog-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyProlog-${PORTVERSION} MAINTAINER= ports@FreeBSD.org 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