pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/milter-greylist Don't check for a thread-safe res...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0edf7f8408a2
branches:  trunk
changeset: 534084:0edf7f8408a2
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Oct 11 09:49:59 2007 +0000

description:
Don't check for a thread-safe resolver library if both SPF and DNS RBL
support are disabled. Based on a patch by Emmanuel Dreyfus.

This should fix PR pkg/37064 by Petar Bogdanovic.

diffstat:

 mail/milter-greylist/distinfo         |   3 ++-
 mail/milter-greylist/patches/patch-ad |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r a20a197dd2b6 -r 0edf7f8408a2 mail/milter-greylist/distinfo
--- a/mail/milter-greylist/distinfo     Thu Oct 11 09:46:51 2007 +0000
+++ b/mail/milter-greylist/distinfo     Thu Oct 11 09:49:59 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2007/03/07 17:33:51 gdt Exp $
+$NetBSD: distinfo,v 1.19 2007/10/11 09:49:59 tron Exp $
 
 SHA1 (milter-greylist-3.0.tgz) = 38b334300fe1141a8329fe198754e63286981129
 RMD160 (milter-greylist-3.0.tgz) = 6391883be9076b1f790ab582070b152b80e2050c
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 2e31f7db50a8aac45e21e4ae4642d0c6631e8c78
 SHA1 (patch-ab) = c2f0859a0b9353c59810c330fbaddb9f7634daee
 SHA1 (patch-ac) = 7409182f4d5870615183e9e3d4baa27084a4c4d5
+SHA1 (patch-ad) = f78435062740966a04b8be96d73ec070c0925354
diff -r a20a197dd2b6 -r 0edf7f8408a2 mail/milter-greylist/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/milter-greylist/patches/patch-ad     Thu Oct 11 09:49:59 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2007/10/11 09:49:59 tron Exp $
+
+--- configure.orig     2006-11-20 20:51:36.000000000 +0000
++++ configure  2007-10-11 10:37:03.000000000 +0100
+@@ -9031,7 +9031,7 @@
+ # Check whether --enable-dnsrbl or --disable-dnsrbl was given.
+ if test "${enable_dnsrbl+set}" = set; then
+   enableval="$enable_dnsrbl"
+-  if test x$enableval = xyes -a $rdns = yes; then
++  if test $rdns = yes; then
+               CFLAGS=$CFLAGS" -DUSE_DNSRBL"
+        else
+               echo "--enable-dnsrbl used but DNS resolver is not thread safe";



Home | Main Index | Thread Index | Old Index