summaryrefslogtreecommitdiff
path: root/mail/dk-milter/patches/patch-ab
diff options
context:
space:
mode:
authortv <tv>2005-07-20 19:42:50 +0000
committertv <tv>2005-07-20 19:42:50 +0000
commitc0bd6b0943ea5bf1ae5b9b1025e883f63da0af68 (patch)
treeb96973191e2c6c1134a69ece88d9f329d41999d4 /mail/dk-milter/patches/patch-ab
parent6f89519df9a666eb97bf13741594a42fae251889 (diff)
downloadpkgsrc-c0bd6b0943ea5bf1ae5b9b1025e883f63da0af68.tar.gz
Add dk-milter 0.3.0, based on adrianp's dk-milter package from
the pkgsrc-wip project. (Take ownership with adrianp's permission.) ===== The dk-milter package is an open source implementation of the DomainKeys sender authentication system proposed by Yahoo!, Inc. It consists of a library that implements the DomainKeys service, and a milter-based filter application that can plug in to the sendmail MTA to provide that service to sufficiently recent sendmail MTAs. An optional asynchronous resolver library is also provided to work around limitations of the basic BIND resolver which comes installed on most systems.
Diffstat (limited to 'mail/dk-milter/patches/patch-ab')
-rw-r--r--mail/dk-milter/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/dk-milter/patches/patch-ab b/mail/dk-milter/patches/patch-ab
new file mode 100644
index 00000000000..88b11aefae0
--- /dev/null
+++ b/mail/dk-milter/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2005/07/20 19:42:50 tv Exp $
+
+--- libdk/Makefile.m4.orig 2004-09-03 16:39:01.000000000 -0400
++++ libdk/Makefile.m4
+@@ -9,7 +9,7 @@ dnl APPENDDEF(`confENVDEF', `-DUSE_ARLIB
+ dnl APPENDDEF(`confINCDIRS', `-I../libar/ ')
+
+ dnl Enable and edit this as appropriate for your system:
+-dnl APPENDDEF(`confINCDIRS', `-I/usr/local/ssl/include ')
++APPENDDEF(`confINCDIRS', `-I@SSLBASE@/include ')
+
+
+ define(`confMT', `true')