diff options
author | danfe <danfe@FreeBSD.org> | 2015-09-20 22:35:57 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-09-20 22:35:57 +0800 |
commit | e434a250b6633ad6da96d97eaa211312e17539dc (patch) | |
tree | e16428fdb73f48acce12d201399969c6f11a325f /www | |
parent | 226c0ca8b78797c3baad8fcd3e310d1bad2fc9e2 (diff) | |
download | freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.tar.gz freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.tar.zst freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.zip |
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago.
Diffstat (limited to 'www')
-rw-r--r-- | www/gatling/Makefile | 4 | ||||
-rw-r--r-- | www/shellinabox/Makefile | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/www/gatling/Makefile b/www/gatling/Makefile index 4881710b8a1f..ad559507faef 100644 --- a/www/gatling/Makefile +++ b/www/gatling/Makefile @@ -80,10 +80,6 @@ MAKE_ENV+= DEBUG=1 STRIP= .endif -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - PLIST_FILES+= ${bin:S,^,bin/,} ${sbin:S,^,sbin/,} sbin/gatling_wrapper pre-install: diff --git a/www/shellinabox/Makefile b/www/shellinabox/Makefile index 4db8ef306d73..5ffd26104cc5 100644 --- a/www/shellinabox/Makefile +++ b/www/shellinabox/Makefile @@ -33,8 +33,6 @@ SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} NOLOGIN_CONFIGURE_ON= --disable-login -BROKEN_powerpc= Does not load on powerpc - .include <bsd.port.options.mk> post-patch: |