pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dspam Remove duplicate virtualusers option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea9f175b2aff
branches:  trunk
changeset: 522462:ea9f175b2aff
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Dec 10 00:30:01 2006 +0000

description:
Remove duplicate virtualusers option.

diffstat:

 mail/dspam/options.mk |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r 141f96df4e76 -r ea9f175b2aff mail/dspam/options.mk
--- a/mail/dspam/options.mk     Sun Dec 10 00:18:17 2006 +0000
+++ b/mail/dspam/options.mk     Sun Dec 10 00:30:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2006/06/05 15:49:05 xtraeme Exp $
+# $NetBSD: options.mk,v 1.17 2006/12/10 00:30:01 xtraeme Exp $
 
 .if defined(DSPAM_DELIVERY_AGENT) && !empty(DSPAM_DELIVERY_AGENT:Mcustom)
 DSPAM_DELIVERY_AGENT:= ${DSPAM_DELIVERY_AGENT_ARGS}
@@ -6,7 +6,7 @@
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.dspam
 PKG_SUPPORTED_OPTIONS= largescale homedir long-usernames graphs \
-                       domainscale virtualusers preferences-extension \
+                       domainscale preferences-extension \
                        clamav ldap syslog debug verbose-debug
 
 .include "../../mk/bsd.options.mk"
@@ -143,7 +143,7 @@
 ### Enable DSPAM's graph.cgi to produce graphs of spam statistics.
 ###
 .if !empty(PKG_OPTIONS:Mgraphs)
-DEPENDS+=      p5-GDGraph3d-[0-9]*:../../graphics/p5-GDGraph3d
+DEPENDS+=              p5-GDGraph3d-[0-9]*:../../graphics/p5-GDGraph3d
 .endif
 
 ###
@@ -193,10 +193,10 @@
 ### set flat logfile pathname for logging
 ###
 .if !empty(PKG_OPTIONS:Msyslog)
-CONFIGURE_ARGS+=--enable-syslog
+CONFIGURE_ARGS+=       --enable-syslog
 .else
-CONFIGURE_ARGS+=--disable-syslog
-CONFIGURE_ARGS+=--with-logfile=${DSPAM_LOGFILE}
+CONFIGURE_ARGS+=       --disable-syslog
+CONFIGURE_ARGS+=       --with-logfile=${DSPAM_LOGFILE}
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index