aboutsummaryrefslogtreecommitdiff
path: root/mail/isync
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-07-02 04:00:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-07-02 04:00:29 +0000
commitaff42c7199b9182b398eeda522cb9bcb182895f8 (patch)
tree1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /mail/isync
parent83fac84d499abb25f1d93b9cce214a6daeca6e7d (diff)
downloadports-aff42c7199b9182b398eeda522cb9bcb182895f8.tar.gz
ports-aff42c7199b9182b398eeda522cb9bcb182895f8.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)
Notes
Notes: svn path=/head/; revision=473699
Diffstat (limited to 'mail/isync')
-rw-r--r--mail/isync/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile
index 7cc9099ee844..6e17c7266a2e 100644
--- a/mail/isync/Makefile
+++ b/mail/isync/Makefile
@@ -11,6 +11,8 @@ COMMENT= Maintain local copies of remote IMAP folders w/synchronized flags
LICENSE= GPLv2
+BROKEN_mips= fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions
+BROKEN_mips64= fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions
BROKEN_powerpc64= fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2