aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-07-02 12:00:29 +0800
committerlinimon <linimon@FreeBSD.org>2018-07-02 12:00:29 +0800
commit5b460a6e6dcba3bf614469ba987dfba042c883e4 (patch)
tree1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /net-mgmt
parenta3584ef01f826922b53df0d4006400529d28375f (diff)
downloadfreebsd-ports-gnome-5b460a6e6dcba3bf614469ba987dfba042c883e4.tar.gz
freebsd-ports-gnome-5b460a6e6dcba3bf614469ba987dfba042c883e4.tar.zst
freebsd-ports-gnome-5b460a6e6dcba3bf614469ba987dfba042c883e4.zip
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/chillispot/Makefile4
-rw-r--r--net-mgmt/ipv6calc/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/net-mgmt/chillispot/Makefile b/net-mgmt/chillispot/Makefile
index dd9d8b29bb30..0be2c1a30027 100644
--- a/net-mgmt/chillispot/Makefile
+++ b/net-mgmt/chillispot/Makefile
@@ -12,7 +12,9 @@ MASTER_SITES= http://www.chillispot.info/download/ \
MAINTAINER= venture37@geeklan.co.uk
COMMENT= Wireless LAN Access Point Controller
-BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_mips= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_mips64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_powerpc64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable
CONFLICTS= coovachilli-[0-9]*
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile
index 27c8f3339e30..e092b569fa43 100644
--- a/net-mgmt/ipv6calc/Makefile
+++ b/net-mgmt/ipv6calc/Makefile
@@ -12,6 +12,8 @@ COMMENT= Convert, change, and calculate with IPv6 addresses
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_mips= fails to build: libipv6addr.c: addr_test_method may be used uninitialized in this function
+BROKEN_mips64= fails to build: libipv6addr.c: addr_test_method may be used uninitialized in this function
BROKEN_powerpc64= fails to build: libipv6addr.c: addr_test_method may be used uninitialized in this function
USES= gmake perl5 shebangfix ssl