Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2018 12:59:29 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486666 - head/mail/cyrus-imapd30
Message-ID:  <201812051259.wB5CxTL9054107@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Wed Dec  5 12:59:29 2018
New Revision: 486666
URL: https://svnweb.freebsd.org/changeset/ports/486666

Log:
  Make CLAMAV option off by default, and mark broken
  when CLAMAV option is on.
  It seems that recent security/clamav doesn't install
  cltypes.h which is included from clamav.h.

Modified:
  head/mail/cyrus-imapd30/Makefile

Modified: head/mail/cyrus-imapd30/Makefile
==============================================================================
--- head/mail/cyrus-imapd30/Makefile	Wed Dec  5 12:24:08 2018	(r486665)
+++ head/mail/cyrus-imapd30/Makefile	Wed Dec  5 12:59:29 2018	(r486666)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cyrus-imapd
 PORTVERSION=	3.0.8
-PORTREVISION=	1
+PORTREVISION=	2
 #PORTREVISION=	0
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.cyrusimap.org/cyrus-imapd/ \
@@ -50,7 +50,7 @@ OPTIONS_DEFINE=		AUTOCREATE BACKUP CLAMAV HTTP IDLED L
 			MYSQL NNTP PGSQL REPLICATION SNMP SQLITE SQUAT XAPIAN \
 			DOCS
 #OPTIONS_DEFINE+=	DRAC
-OPTIONS_DEFAULT=	AUTOCREATE CLAMAV IDLED SQLITE SQUAT
+OPTIONS_DEFAULT=	AUTOCREATE IDLED SQLITE SQUAT
 OPTIONS_SUB=		yes
 AUTOCREATE_DESC=	Enable autocreate support
 AUTOCREATE_CONFIGURE_ENABLE=	autocreate
@@ -59,6 +59,7 @@ BACKUP_CONFIGURE_ENABLE=backup
 CLAMAV_DESC=		Use ClamAV
 CLAMAV_CONFIGURE_WITH=	clamav
 CLAMAV_LIB_DEPENDS=	libclamav.so:security/clamav
+CLAMAV_BROKEN=		Does not build with recent clamav
 DRAC_DESC=		Enable DRAC support
 DRAC_CONFIGURE_ON=	--with-drac=${LOCALBASE}
 DRAC_BUILD_DEPENDS=	${LOCALBASE}/lib/libdrac.a:mail/drac



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812051259.wB5CxTL9054107>