summaryrefslogtreecommitdiff
path: root/mail/dspam/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-05-06 08:36:10 +0000
committerxtraeme <xtraeme>2006-05-06 08:36:10 +0000
commite445e95d6ef4dd16f8f050c0dc93873a1745f9e4 (patch)
tree72082b7b1404cc13f4f635d4c0a2cecd629f3fa1 /mail/dspam/Makefile
parent60acb77d92d93f39f7a133350d78fe63daff969f (diff)
downloadpkgsrc-e445e95d6ef4dd16f8f050c0dc93873a1745f9e4.tar.gz
Update to 3.6.5 (provided by Unex in PR pkg/33427):
RELEASE 3.6.5-STABLE MAINT: PgSQL SQL tuning MAINT: WebUI aesthetic and functional fixes MAINT: Added --disable-syslog and --with-logfile= configuration flags MAINT: Added -t flag for dspam_stats to total stats MAINT: Markov result used as X-DSPAM-Confidence when Markov used MAINT: Support for separate read/write servers to be used with mysql_drv BUGFIX: Spam are quarantined when --deliver=summary BUGFIX: Admin graphs malformatted when subject contains newline character BUGFIX: WebUI does not use MAX_COL_LEN BUGFIX: Output for dspam_admin aggr pref incorrect BUGFIX: Flat-file preference writes fail on some systems BUGFIX: Failure to connect to ClamAV causes segmentation fault BUGFIX: NULL username in system causes segmentation fault BUGFIX: ClamAV processing and cleanup issues BUGFIX: Fragment files overwritten on retrain BUGFIX: Miscellaneous invalid read / segmentation fault bugs BUGFIX: If TrainingMode not specified in dspam.conf or passed in, segmentation fault BUGFIX: No output returned when using --deliver=summary with dspamc RELEASE 3.6.4-STABLE DOC: Documented user preferences in README MAINT: Added dspam_train tool, replacing most functions of dspam_corpus MAINT: Code cleanup and performance improvements MAINT: Significant improvements in accuracy, specifically reduced false pos. MAINT: Removed experimental neural collaboration functions MAINT: Added ClassAlias configuration directive to dspam.conf MAINT: Added undo option for retraining via WebUI MAINT: Added storeFragments support to WebUI MAINT: Added mass-retraining support to WebUI BUGFIX: DSPAM segfaults when invalid UID specified using UIDInSignature BUGFIX: No output when using --classify with --client BUGFIX: dspam_corpus overrides default dspam.conf settings BUGFIX: Multi-driver builds fail when preferences-extension is not supported
Diffstat (limited to 'mail/dspam/Makefile')
-rw-r--r--mail/dspam/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index fb3caf7f96b..e9505e55592 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2006/04/22 09:22:10 rillig Exp $
+# $NetBSD: Makefile,v 1.50 2006/05/06 08:36:10 xtraeme Exp $
-DISTNAME= dspam-3.6.3
+DISTNAME= dspam-3.6.5
CATEGORIES= mail
MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/
@@ -12,8 +12,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= perl:run pkg-config
-REPLACE_PERL= tools/dspam_genaliases.in \
- tools/dspam_corpus.in \
+REPLACE_PERL= src/tools/dspam_genaliases.in \
+ src/tools/dspam_corpus.in \
webui/cgi-bin/*.cgi webui/cgi-bin/configure.pl.in
PKGCONFIG_OVERRIDE+= src/dspam.pc.in
@@ -37,6 +37,7 @@ BUILD_DEFS+= DSPAM_SIGNATURE_LIFE
BUILD_DEFS+= DSPAM_USER DSPAM_GROUP
BUILD_DEFS+= DSPAM_BINMODE
BUILD_DEFS+= DSPAM_LOGDIR
+BUILD_DEFS+= DSPAM_LOGFILE
BUILD_DEFS+= DSPAM_DOMAIN
BUILD_DEFS+= DSPAM_WWWHOME
BUILD_DEFS+= DSPAM_PIDDIR
@@ -51,6 +52,7 @@ DSPAM_BINMODE?= 4511
DSPAM_USER?= dspam
DSPAM_GROUP?= dspam
DSPAM_LOGDIR?= ${DSPAM_HOME}/log
+DSPAM_LOGFILE?= ${DSPAM_LOGDIR}/dspam.log
DSPAM_DOMAIN?= yourdomain.com
DSPAM_WWWHOME?= /dspam
DSPAM_PIDDIR?= ${VARBASE}/run/dspam