diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/archiveopteryx-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/archiveopteryx/Makefile | 2 | ||||
-rw-r--r-- | mail/isync/Makefile | 2 | ||||
-rw-r--r-- | mail/milter-callback/Makefile | 6 | ||||
-rw-r--r-- | mail/spamdyke/Makefile | 6 |
5 files changed, 16 insertions, 6 deletions
diff --git a/mail/archiveopteryx-devel/Makefile b/mail/archiveopteryx-devel/Makefile index 82a5f2880e27..752143ca5a37 100644 --- a/mail/archiveopteryx-devel/Makefile +++ b/mail/archiveopteryx-devel/Makefile @@ -12,10 +12,12 @@ COMMENT= Advanced PostgreSQL-based IMAP/POP server LICENSE= MIT -BUILD_DEPENDS= jam:devel/jam - +BROKEN_mips= fails to build: /bin/sh: clang: not found +BROKEN_mips64= fails to build: /bin/sh: clang: not found BROKEN_powerpc64= Does not build: /bin/sh: clang: not found +BUILD_DEPENDS= jam:devel/jam + USE_GITHUB= yes GH_ACCOUNT= aox GH_PROJECT= aox diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile index ea4da9bdecf5..b03bb1728639 100644 --- a/mail/archiveopteryx/Makefile +++ b/mail/archiveopteryx/Makefile @@ -12,6 +12,8 @@ COMMENT= Advanced PostgreSQL-based IMAP/POP server LICENSE= MIT +BROKEN_mips= fails to build: /bin/sh: clang: not found +BROKEN_mips64= fails to build: /bin/sh: clang: not found BROKEN_powerpc64= fails to build: /bin/sh: clang: not found BUILD_DEPENDS= jam:devel/jam 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 diff --git a/mail/milter-callback/Makefile b/mail/milter-callback/Makefile index 4f71a93d5e5f..30f5957d978f 100644 --- a/mail/milter-callback/Makefile +++ b/mail/milter-callback/Makefile @@ -12,9 +12,11 @@ COMMENT= Milter to perform a envelope-from sender verification on target MX LICENSE= GPLv3 -LIB_DEPENDS= libspf2.so:mail/libspf2 +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 +LIB_DEPENDS= libspf2.so:mail/libspf2 USES= tar:xz USE_RC_SUBR= milter-callback 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 |