diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-02 19:41:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-02 19:41:38 +0000 |
commit | 5fddee0b53ee9cacb7c61fb777d47823761ba7af (patch) | |
tree | 5758dce3fc488fcd2666214d2772daad02bf6f39 /mail/cyrus-imapd25 | |
parent | 79f96a88fd841cfa0226badafa11f035e6a29311 (diff) | |
download | freebsd-ports-5fddee0b53ee9cacb7c61fb777d47823761ba7af.zip |
Mark as BROKEN on riscv64.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
Diffstat (limited to 'mail/cyrus-imapd25')
-rw-r--r-- | mail/cyrus-imapd25/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd25/Makefile b/mail/cyrus-imapd25/Makefile index e36db3e721b7..d5da2710cd1a 100644 --- a/mail/cyrus-imapd25/Makefile +++ b/mail/cyrus-imapd25/Makefile @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to build: ./tools/config2header: Error code 1 BROKEN_armv7= fails to build: ./tools/config2header: Error code 1 +BROKEN_riscv64= fails to build: lib/imapopts.c: Error 1 LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ libpcre.so:devel/pcre @@ -22,9 +23,8 @@ LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ CONFLICTS_INSTALL= cyrus-imapd-2.[^5].* cyrus-imapd2[^5]-2.[^5].* \ cyrus-imapd3* -USE_RC_SUBR= imapd - USES= cpe libtool perl5 ssl +USE_RC_SUBR= imapd GNU_CONFIGURE= yes CYRUS_PREFIX= ${PREFIX}/cyrus CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ |