diff options
-rw-r--r-- | databases/clip/Makefile | 4 | ||||
-rw-r--r-- | devel/syntax_tools/Makefile | 8 | ||||
-rw-r--r-- | graphics/xmms-goom/Makefile | 8 | ||||
-rw-r--r-- | lang/mozart/Makefile | 8 | ||||
-rw-r--r-- | textproc/iiimf-x/Makefile | 8 | ||||
-rw-r--r-- | textproc/ruby-wordnet/Makefile | 4 | ||||
-rw-r--r-- | textproc/xmerl/Makefile | 8 | ||||
-rw-r--r-- | www/yaws/Makefile | 8 |
8 files changed, 50 insertions, 6 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile index 9a23433734e2..e1abaeb9a520 100644 --- a/databases/clip/Makefile +++ b/databases/clip/Makefile @@ -24,6 +24,10 @@ WANT_GNOME= yes .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ wget:${PORTSDIR}/ftp/wget LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/devel/syntax_tools/Makefile b/devel/syntax_tools/Makefile index 6eea63d0d24b..ba11269eb165 100644 --- a/devel/syntax_tools/Makefile +++ b/devel/syntax_tools/Makefile @@ -25,6 +25,12 @@ PLIST_SUB= VERSION="${PORTVERSION}" SYNTAX_TOOLS= ${PREFIX}/lib/erlang/lib/syntax_tools-${PORTVERSION} +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-extract: @${RM} ${WRKSRC}/demo.erl ${WRKSRC}/test.erl @@ -41,4 +47,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/doc/* ${SYNTAX_TOOLS}/doc @${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/syntax_tools -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/graphics/xmms-goom/Makefile b/graphics/xmms-goom/Makefile index b91952d8e1a9..5be6a6ae8031 100644 --- a/graphics/xmms-goom/Makefile +++ b/graphics/xmms-goom/Makefile @@ -31,10 +31,16 @@ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION} +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g; \ s|-lgtk|`${GTK_CONFIG} --libs`|g; \ s|-O9||' \ ${BUILD_WRKSRC}/src/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/lang/mozart/Makefile b/lang/mozart/Makefile index d3ee86d627bc..ce5f1ce5aa62 100644 --- a/lang/mozart/Makefile +++ b/lang/mozart/Makefile @@ -46,6 +46,12 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/lib/oz --disable-doc \ --with-tk-lib=${LOCALBASE}/lib \ --with-tkinclude=${LOCALBASE}/include/tk8.3 +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + pre-extract: @${ECHO} @${ECHO} ----------------------------------------------------- @@ -90,4 +96,4 @@ post-install: @cd ${WRKDIR} ; ex < ex.script @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile index 63110f18aadf..822717922e48 100644 --- a/textproc/iiimf-x/Makefile +++ b/textproc/iiimf-x/Makefile @@ -31,6 +31,12 @@ USE_MOTIF= yes CONFIGURE_ARGS= --prefix=${PREFIX} DIRS= iiimxcf/xiiimp.so iiimxcf/htt_xbe +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: .for DIR in ${DIRS} ${REINPLACE_CMD} -e "s,-lpthread,-pthread,g" \ @@ -64,4 +70,4 @@ do-install: cd ${WRKSRC}/${DIR} && ${GMAKE} install .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/textproc/ruby-wordnet/Makefile b/textproc/ruby-wordnet/Makefile index 6780521fbc06..4459a5c7629b 100644 --- a/textproc/ruby-wordnet/Makefile +++ b/textproc/ruby-wordnet/Makefile @@ -31,6 +31,10 @@ DOCS= ChangeLog README TODO doc .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + .if ${RUBY_VER} < 1.8 IGNORE= only works with ruby 1.8 or later .endif diff --git a/textproc/xmerl/Makefile b/textproc/xmerl/Makefile index 57d36d26d65a..08b825b39f34 100644 --- a/textproc/xmerl/Makefile +++ b/textproc/xmerl/Makefile @@ -25,6 +25,12 @@ USE_GMAKE= yes XMERL= ${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + do-install: @${MKDIR} ${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} @@ -44,4 +50,4 @@ do-install: @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XMERL} @${LN} -sf ${PORTNAME}-${PORTVERSION} ${PREFIX}/lib/erlang/lib/${PORTNAME} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/www/yaws/Makefile b/www/yaws/Makefile index c65f23e22a8c..92af6db75c05 100644 --- a/www/yaws/Makefile +++ b/www/yaws/Makefile @@ -25,6 +25,12 @@ USE_SIZE= yes MAN1= yaws.1 MAN5= yaws.conf.5 yaws_api.5 +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-extract: @${RM} -r ${WRKSRC}/www/.xvpics ${WRKSRC}/www/testdir @${FIND} ${WRKSRC} -name .empty | ${XARGS} ${RM} @@ -56,4 +62,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/doc/yaws.pdf ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |