pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dspam o Fix PKG_SUPPORTED_OPTIONS to list all pos...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43e688f9a6dc
branches:  trunk
changeset: 494560:43e688f9a6dc
user:      cube <cube%pkgsrc.org@localhost>
date:      Wed May 25 15:36:06 2005 +0000

description:
o Fix PKG_SUPPORTED_OPTIONS to list all possible options [hi xtraeme!],
  otherwise whatever the user provides in PKG_OPTIONS_VAR gets silently
  ignored [hi dillo!].
o Fix PLIST which was missing a header file.  PKGREVISION++.

diffstat:

 mail/dspam/Makefile   |  3 ++-
 mail/dspam/PLIST      |  3 ++-
 mail/dspam/options.mk |  5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r 35d6746e1b7e -r 43e688f9a6dc mail/dspam/Makefile
--- a/mail/dspam/Makefile       Wed May 25 14:51:01 2005 +0000
+++ b/mail/dspam/Makefile       Wed May 25 15:36:06 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2005/05/09 11:10:54 xtraeme Exp $
+# $NetBSD: Makefile,v 1.32 2005/05/25 15:36:06 cube Exp $
 
 DISTNAME=      dspam-3.4.6
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  http://www.nuclearelephant.com/projects/dspam/sources/
 
diff -r 35d6746e1b7e -r 43e688f9a6dc mail/dspam/PLIST
--- a/mail/dspam/PLIST  Wed May 25 14:51:01 2005 +0000
+++ b/mail/dspam/PLIST  Wed May 25 15:36:06 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2005/05/02 20:34:00 reed Exp $
+@comment $NetBSD: PLIST,v 1.9 2005/05/25 15:36:06 cube Exp $
 bin/dspam
 bin/dspam_2sql
 bin/dspam_admin
@@ -13,6 +13,7 @@
 bin/dspamc
 include/dspam/buffer.h
 include/dspam/config.h
+include/dspam/config_shared.h
 include/dspam/decode.h
 include/dspam/diction.h
 include/dspam/error.h
diff -r 35d6746e1b7e -r 43e688f9a6dc mail/dspam/options.mk
--- a/mail/dspam/options.mk     Wed May 25 14:51:01 2005 +0000
+++ b/mail/dspam/options.mk     Wed May 25 15:36:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2005/04/14 23:37:11 xtraeme Exp $
+# $NetBSD: options.mk,v 1.10 2005/05/25 15:36:06 cube Exp $
 
 .if defined(DSPAM_DELIVERY_AGENT) && !empty(DSPAM_DELIVERY_AGENT:Mcustom)
 DSPAM_DELIVERY_AGENT:= ${DSPAM_DELIVERY_AGENT_ARGS}
@@ -6,7 +6,8 @@
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.dspam
 PKG_SUPPORTED_OPTIONS= largescale homedir long-usernames graphs \
-                       domainscale
+                       domainscale virtualusers preferences-extension \
+                       neural
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index