svn commit: r490494 - head/mail/cyrus-imapd30

Hajimu UMEMOTO ume at FreeBSD.org
Wed Jan 16 17:40:27 UTC 2019


Author: ume
Date: Wed Jan 16 17:40:26 2019
New Revision: 490494
URL: https://svnweb.freebsd.org/changeset/ports/490494

Log:
  Mark BROKEN with CLAMAV option.
  It is not buildable with latest clamav.
  
  PR:		235002
  Reported by:	albert.shih

Modified:
  head/mail/cyrus-imapd30/Makefile

Modified: head/mail/cyrus-imapd30/Makefile
==============================================================================
--- head/mail/cyrus-imapd30/Makefile	Wed Jan 16 17:05:47 2019	(r490493)
+++ head/mail/cyrus-imapd30/Makefile	Wed Jan 16 17:40:26 2019	(r490494)
@@ -58,6 +58,7 @@ BACKUP_CONFIGURE_ENABLE=backup
 CLAMAV_DESC=		Use ClamAV
 CLAMAV_CONFIGURE_WITH=	clamav
 CLAMAV_LIB_DEPENDS=	libclamav.so:security/clamav
+CLAMAV_BROKEN=		Not buildable with latest clamav
 HTTP_DESC=		Enable HTTP support
 HTTP_CONFIGURE_ENABLE=	http
 HTTP_LIB_DEPENDS=	libical.so:devel/libical \


More information about the svn-ports-head mailing list