summaryrefslogtreecommitdiff
path: root/mail/enma/patches
diff options
context:
space:
mode:
authorobache <obache>2012-02-01 10:38:18 +0000
committerobache <obache>2012-02-01 10:38:18 +0000
commitba67fc54380b761c1ff80122590df97ee11a5534 (patch)
treee18fc655e218b63c8e79225d26f0edc7570ecb7c /mail/enma/patches
parent8d54b513bda50f466feff79577258ce79c99d9ae (diff)
downloadpkgsrc-ba67fc54380b761c1ff80122590df97ee11a5534.tar.gz
Update enma to 1.2.0.
2012-01-31 SUZUKI Takahiko <takahiko@iij.ad.jp> * 1.2.0 * [DKIM] fix mis-canonicalization of empty message body in "relax" mode 2011-12-05 SUZUKI Takahiko <takahiko@iij.ad.jp> * 1.1.992 * support platforms which doesn't have EAI_NODATA any more * adjust configure.ac not to link with librt when ldns is chosen as a resolver 2011-11-28 SUZUKI Takahiko <takahiko@iij.ad.jp> * 1.1.991 * switch default resolver from libbind to ldns * [SPF/SIDF] fix memory allocation error at expanding "p" macro when <ip> has no validated domain names * [SPF/SIDF] fix misevaluation on domain names longer than 63 characters (thanks to KODAMA Daisuke, NEC BIGLOBE) * [DKIM] catch up the updates from RFC4871, RFC5672 to RFC6376 * [DKIM] change result from "none" to "permerror" of message without any Author header * [DKIM] fix mis-canonicalization of header field name includes WSP in "relax" mode * [DKIM] fix memory allocation error on message with syntax errors in sig-i-tag value
Diffstat (limited to 'mail/enma/patches')
-rw-r--r--mail/enma/patches/patch-ac22
1 files changed, 17 insertions, 5 deletions
diff --git a/mail/enma/patches/patch-ac b/mail/enma/patches/patch-ac
index b624fbcc75f..1a05fb5e724 100644
--- a/mail/enma/patches/patch-ac
+++ b/mail/enma/patches/patch-ac
@@ -1,9 +1,21 @@
-$NetBSD: patch-ac,v 1.1 2009/04/09 02:25:38 obache Exp $
+$NetBSD: patch-ac,v 1.2 2012/02/01 10:38:18 obache Exp $
---- configure.orig 2009-03-02 05:01:02.000000000 +0000
+* Not to be unwanted CFLAGS modification.
+* Use pkgsrc's PTHREAD related compiler flags.
+
+--- configure.orig 2012-01-30 08:06:13.000000000 +0000
+++ configure
-@@ -4170,8 +4170,8 @@ fi
+@@ -18548,8 +18548,6 @@ fi
+ if test "${enable_debug+set}" = set; then
+ enableval="$enable_debug"
+ CFLAGS="$CFLAGS -g3 -O0"
+-else
+- CFLAGS="$CFLAGS -g -O2"
+ fi;
+
+@@ -18641,8 +18639,8 @@ else
+ fi;
CFLAGS="$CFLAGS -std=gnu99 -Wall -Wextra"
-CPPFLAGS="$CPPFLAGS -I$includedir -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS"
@@ -11,5 +23,5 @@ $NetBSD: patch-ac,v 1.1 2009/04/09 02:25:38 obache Exp $
+CPPFLAGS="$CPPFLAGS -I$includedir $PTHREAD_CFLAGS"
+LDFLAGS="$LDFLAGS -L$libdir $PTHREAD_LDFLAGS $PTHREAD_LIBS"
- { echo "$as_me:$LINENO: checking for __res_ndestroy in -lbind" >&5
- echo $ECHO_N "checking for __res_ndestroy in -lbind... $ECHO_C" >&6; }
+
+ # Check whether --with-resolver or --without-resolver was given.