Date: Sun, 18 Mar 2018 05:32:27 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464872 - head/mail/cyrus-imapd30 Message-ID: <201803180532.w2I5WRNH030750@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Mar 18 05:32:27 2018 New Revision: 464872 URL: https://svnweb.freebsd.org/changeset/ports/464872 Log: Mark as broken on armvX. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/mail/cyrus-imapd30/Makefile Modified: head/mail/cyrus-imapd30/Makefile ============================================================================== --- head/mail/cyrus-imapd30/Makefile Sun Mar 18 05:27:20 2018 (r464871) +++ head/mail/cyrus-imapd30/Makefile Sun Mar 18 05:32:27 2018 (r464872) @@ -14,18 +14,19 @@ COMMENT= The cyrus mail server, supporting POP3 and IM LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to compile: gmake[1]: *** [Makefile:6747: lib/imapopts.c] Error 1 +BROKEN_armv7= fails to compile: gmake[1]: *** [Makefile:6718: lib/imapopts.c] Error 1 +BROKEN_powerpc64= fails to compile: mailbox.h: redefinition of typedef 'message_t' + LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ libicuuc.so:devel/icu \ libjansson.so:devel/jansson \ libpcre.so:devel/pcre -BROKEN_powerpc64= fails to compile: mailbox.h: redefinition of typedef 'message_t' - CONFLICTS_INSTALL= cyrus-imapd-2.* cyrus-imapd2* -USE_RC_SUBR= imapd - USES= cpe gmake libtool perl5 pkgconfig ssl +USE_RC_SUBR= imapd GNU_CONFIGURE= yes CYRUS_PREFIX= ${PREFIX}/cyrus CONFIGURE_ARGS= --libexecdir=${CYRUS_PREFIX}/libexec \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803180532.w2I5WRNH030750>