Date: Wed, 18 Sep 2019 10:50:27 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512270 - head/mail/cyrus-imapd30 Message-ID: <201909181050.x8IAoR3U026214@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Sep 18 10:50:27 2019 New Revision: 512270 URL: https://svnweb.freebsd.org/changeset/ports/512270 Log: mail/cyrus-imapd30: unbreak on armv* Tested to build fine. Approved by: mentors (implicit approval) Modified: head/mail/cyrus-imapd30/Makefile Modified: head/mail/cyrus-imapd30/Makefile ============================================================================== --- head/mail/cyrus-imapd30/Makefile Wed Sep 18 10:29:26 2019 (r512269) +++ head/mail/cyrus-imapd30/Makefile Wed Sep 18 10:50:27 2019 (r512270) @@ -13,9 +13,6 @@ COMMENT= Cyrus mail server, supporting POP3 and IMAP4 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 - LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 \ libicuuc.so:devel/icu \ libjansson.so:devel/jansson \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909181050.x8IAoR3U026214>