aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spamdyke
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 /mail/spamdyke
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 'mail/spamdyke')
-rw-r--r--mail/spamdyke/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile
index 66c259364d31..d4d2f62c277c 100644
--- a/mail/spamdyke/Makefile
+++ b/mail/spamdyke/Makefile
@@ -12,9 +12,11 @@ COMMENT= Qmail filter for monitoring and intercepting SMTP connections
LICENSE= GPLv2
-RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp
+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
-BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable
+RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp
USES= cpe qmail tar:tgz
WRKSRC= ${WRKDIR}/${DISTNAME}/spamdyke