aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dspam
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2014-05-17 02:46:48 +0800
committergarga <garga@FreeBSD.org>2014-05-17 02:46:48 +0800
commit6795e8c1ac2c27abf328d1d95efa528e53fa0cc1 (patch)
tree4c42e79393fddce8494704d73148f3bbd06eceaa /mail/dspam
parent3f10fad985321652b19e29e804c46e5a0d1a8bfb (diff)
downloadfreebsd-ports-gnome-6795e8c1ac2c27abf328d1d95efa528e53fa0cc1.tar.gz
freebsd-ports-gnome-6795e8c1ac2c27abf328d1d95efa528e53fa0cc1.tar.zst
freebsd-ports-gnome-6795e8c1ac2c27abf328d1d95efa528e53fa0cc1.zip
Retire security/clamav-devel, clamav is not being updated that much nowadays,
so a -devel version is not required anymore. Also removed OPTIONS on other ports that pointed to clamav-devel as a dependency. Approved by: portmgr (implict)
Diffstat (limited to 'mail/dspam')
-rw-r--r--mail/dspam/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 8f1c4829a9b1..64e9e0e8a294 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -19,7 +19,7 @@ COMMENT= Bayesian spam filter
MIN_OPTIONS_VER= ${PORTNAME}-3.9.0
OPTIONS_DEFINE= SYSLOG DEBUG VERBOSE_DEBUG BNR_DEBUG PREF_EXT DAEMON \
- CLAMAV CLAMAV_DEVEL CLAMAV_LOCAL EXTERNAL_LOOKUP \
+ CLAMAV CLAMAV_LOCAL EXTERNAL_LOOKUP \
USER_HOMEDIR TRUSTED_USERS VIRT_USERS LONG_USERNAMES \
LARGE_SCALE DOMAIN_SCALE NICESENDMAIL POSTFIX_MBC \
QMAIL WEBUI LIGHTTPD
@@ -37,7 +37,6 @@ BNR_DEBUG_DESC= Debug for BNR
PREF_EXT_DESC= Preferences in database not in files
DAEMON_DESC= Daemonize dspam; speaks LMTP or DLMTP
CLAMAV_DESC= ClamAV support
-CLAMAV_DEVEL_DESC= ClamAV devel version support
CLAMAV_LOCAL_DESC= RUN_DEPEND on selected ClamAV
MYSQL_DESC= MySQL 5.X.x as back-end
MYSQL_COMPRESS_DESC= Compress dspam <--> MySQL
@@ -186,15 +185,6 @@ SUB_LIST+= CLAMD=clamd
SUB_LIST+= CLAMD=
. endif
.endif
-.if ${PORT_OPTIONS:MCLAMAV_DEVEL}
-CONFIGURE_ARGS+= --enable-clamav
-. if ${PORT_OPTIONS:MCLAMAV_LOCAL}
-RUN_DEPENDS+= clamav-devel>=0:${PORTSDIR}/security/clamav-devel
-SUB_LIST+= CLAMD=clamd
-. else
-SUB_LIST+= CLAMD=
-. endif
-.endif
# we need to know if we are building statically or dynamicaly for the plist
_DBDRV_COUNT= # blank, but defined so we can check against it