summaryrefslogtreecommitdiff
path: root/mail/exim/patches
diff options
context:
space:
mode:
authorabs <abs>2005-09-10 23:11:40 +0000
committerabs <abs>2005-09-10 23:11:40 +0000
commite472dc34a6df37ba72e181dbc29b37467df8764c (patch)
tree83daa2e1bf8cbdd42e4688dc96ca6d24347687b6 /mail/exim/patches
parent4aa744aef0b3925419c4a6e9e29c944bdf43bde3 (diff)
downloadpkgsrc-e472dc34a6df37ba72e181dbc29b37467df8764c.tar.gz
Update exim to 4.52nb2
- Fix NetBSD statvfs check for NetBSD 2.1 - Move options into options.mk, - breakout lookup_dsearch (default on) - add saslauthd (Requested by Peter Avalos)
Diffstat (limited to 'mail/exim/patches')
-rw-r--r--mail/exim/patches/patch-aa3
-rw-r--r--mail/exim/patches/patch-af4
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/exim/patches/patch-aa b/mail/exim/patches/patch-aa
index f9db5c178e2..1c280c65ddb 100644
--- a/mail/exim/patches/patch-aa
+++ b/mail/exim/patches/patch-aa
@@ -149,7 +149,7 @@
# If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
# using the name "exim-daemon.pid".
-@@ -1095,3 +1097,7 @@
+@@ -1095,3 +1097,8 @@
# SUPPORT_MOVE_FROZEN_MESSAGES=yes
# End of EDITME for Exim 4.
@@ -157,3 +157,4 @@
+@EXIM_USE_DB_CONFIG@
+@EXIM_DBMLIB@
+INCLUDE=@EXIM_INCLUDE@
++LOOKUP_LIBS=@LOOKUP_LIBS@
diff --git a/mail/exim/patches/patch-af b/mail/exim/patches/patch-af
index 3bce7dd94c1..03226a4fb94 100644
--- a/mail/exim/patches/patch-af
+++ b/mail/exim/patches/patch-af
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.5 2005/05/17 17:06:12 abs Exp $
+$NetBSD: patch-af,v 1.6 2005/09/10 23:11:40 abs Exp $
--- OS/os.h-NetBSD.orig 2005-05-04 12:35:39.000000000 +0100
+++ OS/os.h-NetBSD
@@ -8,7 +8,7 @@ $NetBSD: patch-af,v 1.5 2005/05/17 17:06:12 abs Exp $
+#include <sys/param.h>
+
-+#if __NetBSD_Version__ >= 200040000
++#if __NetBSD_Version__ >= 299000900
+#define HAVE_SYS_STATVFS_H
+#endif
+