summaryrefslogtreecommitdiff
path: root/mail/dspam/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-05-14 23:48:07 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-05-14 23:48:07 +0000
commit5e65f138bfd924f526beb223eeb23c3814ad7d4d (patch)
tree483ca842aeed9cf45faebea47761315f658d6a0d /mail/dspam/Makefile
parentremove conflicts (diff)
Update to dspam-3.6.6 release:
Removed feature: - Phased out deprecated Berkeley DB drivers - Phased out legacy tools (dspam_corpus, dspam_genaliases) Bugfixes: - trainPristine preference turned "off" now overrides config turned "on" - segfault fix for when correcting messages using UIDInSignature with MySQL - when using logfile, write errors result in segfault Approved by: lawrance (mentor)
Notes
Notes: svn path=/head/; revision=162382
Diffstat (limited to 'mail/dspam/Makefile')
-rw-r--r--mail/dspam/Makefile29
1 files changed, 8 insertions, 21 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 8cb476dbd56c..ac5885f5fa34 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -17,14 +17,14 @@ PORTVERSION= ${PORTVER_MAJ}${SNAP_DATE}
CATEGORIES= mail
MASTER_SITES= # set later
-MAINTAINER= itetcu@people.tecnik93.com
+MAINTAINER= itetcu@FreeBSD.org
COMMENT= Bayesian spam filter - stable maintenance version
-PORTVER_MAJ= 3.6.5
+PORTVER_MAJ= 3.6.6
#SNAP_DATE= .20060421.2101
-_UPD_LINE_NO= 51
+_UPD_LINE_NO= 11
-MIN_OPTIONS_VER= ${PORTNAME}-3.6.5
+MIN_OPTIONS_VER= ${PORTNAME}-3.6.6
.ifdef(SNAP_DATE)
MASTER_SITES= http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/ \
@@ -61,7 +61,6 @@ OPTIONS+= MYSQL_LOCAL "RUN_DEPEND on selected MySQL server ver." off
OPTIONS+= POSTGRESQL "Use PostgreSQL as back-end" on
OPTIONS+= POSTGRESQL_LOCAL "RUN_DEPEND on PostgreSQL server" off
OPTIONS+= ORACLE "Use Oracle as back-end (BROKEN)" off
-OPTIONS+= BDB4 "Use BDB4 as back-end (not recomanded)" off
OPTIONS+= SQLITE2 "Use SQLite v2.x as back-end" off
OPTIONS+= SQLITE3 "Use SQLite v3.x as back-end" on
OPTIONS+= HASH "Use hash driver" on
@@ -197,9 +196,9 @@ SUB_LIST+= CLAMD=
# 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
-#_DBDRV_ALL= pgsql_drv,ora_drv,libdb4_drv,sqlite3_drv,sqlite_drv,hash_drv,mysql_drv
+#_DBDRV_ALL= pgsql_drv,ora_drv,sqlite3_drv,sqlite_drv,hash_drv,mysql_drv
# above won't work because ORACLE support is broken so
-_DBDRV= pgsql_drv,libdb41_drv,sqlite3_drv,sqlite_drv,hash_drv,mysql_drv,
+_DBDRV= pgsql_drv,sqlite3_drv,sqlite_drv,hash_drv,mysql_drv,
.ifndef(WITHOUT_POSTGRESQL)
USE_PGSQL= yes
@@ -229,18 +228,6 @@ _DBDRV:= ${_DBDRV:S/pgsql_drv,//}
#_DBDRV:= ${_DBDRV:S/ora_drv,//}
.endif
-.ifdef(WITH_BDB4)
-# change me when we have BDB_VERSOIN in bsd.databases.mk
-USE_BDB= 41
-CONFIGURE_ARGS+= --with-db4-includes=${LOCALBASE}/include/db41
-PLIST_SUB+= DB4=""
-#PKGNAMESUFFIX= -bdb41
-_DBDRV_COUNT:= ${_DBDRV_COUNT}o
-.else
-_DBDRV:= ${_DBDRV:S/libdb41_drv,//}
-PLIST_SUB+= DB4="@comment "
-.endif
-
.ifndef(WITHOUT_SQLITE3)
USE_SQLITE= 3
_DBDRV_COUNT:= ${_DBDRV_COUNT}o
@@ -436,8 +423,8 @@ PLIST_SUB+= CGI="@comment "
_SED_SCRIPT+= -e '/%%CGI%%/D'
.endif
-MAN1= dspam.1 dspam_clean.1 dspam_corpus.1 dspam_dump.1 dspam_merge.1 \
- dspam_stats.1 dspam_train.1
+MAN1= dspam.1 dspam_clean.1 dspam_dump.1 dspam_merge.1 dspam_stats.1 \
+ dspam_train.1
MAN3= libdspam.3
MLINKS= libdspam.3 dspam_init.3
MLINKS+= libdspam.3 dspam_create.3