diff options
author | linimon <linimon@FreeBSD.org> | 2010-04-01 15:26:33 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-04-01 15:26:33 +0800 |
commit | a666fb7c81b46c2245148c43a085965785683648 (patch) | |
tree | b123140b5be1ef60e7de11b91e6c17fbd5aae2d3 | |
parent | 319482b9ef60a7e2bdf12b4164a98fb0d3659000 (diff) | |
download | freebsd-ports-gnome-a666fb7c81b46c2245148c43a085965785683648.tar.gz freebsd-ports-gnome-a666fb7c81b46c2245148c43a085965785683648.tar.zst freebsd-ports-gnome-a666fb7c81b46c2245148c43a085965785683648.zip |
Mark as broken on various tier-2 architectures.
-rw-r--r-- | devel/gdb6/Makefile | 6 | ||||
-rw-r--r-- | mail/milter-skem/Makefile | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile index 2ee5c8f73757..edade1801388 100644 --- a/devel/gdb6/Makefile +++ b/devel/gdb6/Makefile @@ -37,10 +37,12 @@ VER= ${PORTVERSION:S/.//} PLIST_SUB= VER=${VER} MAN1= gdb${VER}.1 -#ONLY_FOR_ARCHS= i386 amd64 # untested elsewhere, might work - .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not configure on ia64, powerpc, or sparc64 +.endif + .if defined(WITH_INSIGHT) LIB_DEPENDS= itk:${PORTSDIR}/x11-toolkits/itk RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets:${PORTSDIR}/x11-toolkits/iwidgets diff --git a/mail/milter-skem/Makefile b/mail/milter-skem/Makefile index f77dff599573..3e1c9b065057 100644 --- a/mail/milter-skem/Makefile +++ b/mail/milter-skem/Makefile @@ -30,6 +30,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc +.endif + .if ${OSVERSION} >= 700011 EXTRA_PATCHES= files/timet.patch .endif |