pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/milter-greylist "--disable-dnsrbl" doesn't work a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/678bcd1cdc59
branches:  trunk
changeset: 536459:678bcd1cdc59
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Dec 14 18:57:54 2007 +0000

description:
"--disable-dnsrbl" doesn't work according to S.P.Zeilder. Not specifying
any "dnsrbl" related option unless we want to enable it seems to do
the job.

diffstat:

 mail/milter-greylist/options.mk |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 8a12232dd666 -r 678bcd1cdc59 mail/milter-greylist/options.mk
--- a/mail/milter-greylist/options.mk   Fri Dec 14 13:42:46 2007 +0000
+++ b/mail/milter-greylist/options.mk   Fri Dec 14 18:57:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2007/07/03 13:54:45 joerg Exp $
+# $NetBSD: options.mk,v 1.4 2007/12/14 18:57:54 tron Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.milter-greylist
 PKG_SUPPORTED_OPTIONS=         dnsrbl drac spf
@@ -9,9 +9,7 @@
 ###
 ### DNS Realtime Black List
 ###
-.if empty(PKG_OPTIONS:Mdnsrbl)
-CONFIGURE_ARGS+=       --disable-dnsrbl
-.else
+.if !empty(PKG_OPTIONS:Mdnsrbl)
 CONFIGURE_ARGS+=       --enable-dnsrbl --with-thread-safe-resolver
 .endif
 



Home | Main Index | Thread Index | Old Index