diff options
author | linimon <linimon@FreeBSD.org> | 2012-09-04 11:05:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-09-04 11:05:23 +0800 |
commit | 4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2 (patch) | |
tree | 8db48774b6758a80fd4e62077728277c3efd9d53 /mail | |
parent | a097dedaca5d1736db39d27d46c1405d007ebc40 (diff) | |
download | freebsd-ports-gnome-4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2.tar.gz freebsd-ports-gnome-4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2.tar.zst freebsd-ports-gnome-4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2.zip |
Mark as broken on ARM.
PR: ports/170946
Submitted by: linimon
Hat: portmgr
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index f42a7d1d79ac..10f877c37cbe 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -70,6 +70,10 @@ OPTIONS= KQUEUE "kqueue(2) support" on \ .include <bsd.port.pre.mk> +.if ${ARCH} == "arm" +BROKEN= Does not build on arm +.endif + # Default requirement for dovecot rc script _REQUIRE= LOGIN diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 38892d8e1f71..de2a82d0e92e 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -58,6 +58,10 @@ SOLR_DESC= Solr FTS support .include <bsd.port.pre.mk> +.if ${ARCH} == "arm" +BROKEN= Does not build on arm +.endif + # sed script for dovecot.conf REINPLACE= s!%%PROTOCOLS%%!${PROTOCOLS}!g;\ s!/usr/!${PREFIX}/!g;\ |