diff options
author | linimon <linimon@FreeBSD.org> | 2017-11-30 14:13:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-11-30 14:13:34 +0800 |
commit | 3e6feb882b8ecd82ccb42e65f86b0f20c69688cc (patch) | |
tree | 10dd7508accfa6a3ffc8e631ba63a22cc2fdeb6b /mail | |
parent | 2c3118177acad05f016f169cb3102633c558c602 (diff) | |
download | freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.tar.gz freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.tar.zst freebsd-ports-gnome-3e6feb882b8ecd82ccb42e65f86b0f20c69688cc.zip |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 1 | ||||
-rw-r--r-- | mail/cyrus-imapd25/Makefile | 1 | ||||
-rw-r--r-- | mail/usendmail/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 1e05a9b586bc..ef0a5a72c82c 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -13,6 +13,7 @@ COMMENT= Fast, teachable, learning spam detector LICENSE= GPLv2 BROKEN_armv6= fails to configure: Cannot open a shared environment in Berkeley DB +BROKEN_armv7= fails to configure: Cannot open a shared environment in Berkeley DB .if !defined(MASTERDIR) || ${MASTERDIR} == ${.CURDIR} # building master port diff --git a/mail/cyrus-imapd25/Makefile b/mail/cyrus-imapd25/Makefile index 86554d57d282..61c5bb0da505 100644 --- a/mail/cyrus-imapd25/Makefile +++ b/mail/cyrus-imapd25/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ libpcre.so:devel/pcre BROKEN_armv6= fails to build: ./tools/config2header: Error code 1 +BROKEN_armv7= fails to build: ./tools/config2header: Error code 1 CONFLICTS_INSTALL= cyrus-imapd-2.[^5].* cyrus-imapd2[^5]-2.[^5].* \ cyrus-imapd3* diff --git a/mail/usendmail/Makefile b/mail/usendmail/Makefile index b3f011ef3f71..81501cdd03e4 100644 --- a/mail/usendmail/Makefile +++ b/mail/usendmail/Makefile @@ -14,6 +14,7 @@ USES= qmail BROKEN_aarch64= fails to build: regparm is not valid on this platform BROKEN_armv6= fails to build: regparm is not valid on this platform +BROKEN_armv7= fails to build: auto-aliastest.c:3:34: error: alias must point to a defined variable or function WRKSRC= ${WRKDIR}/mail/${DISTNAME} |