summaryrefslogtreecommitdiff
path: root/mail/postfix/patches/patch-ae
diff options
context:
space:
mode:
authoragc <agc>2004-07-08 08:33:49 +0000
committeragc <agc>2004-07-08 08:33:49 +0000
commit1486be61d2a11c6bb84e5b77dbac588ba9311b7c (patch)
tree600182460a9679b1e137c6efeade2aa1889043ef /mail/postfix/patches/patch-ae
parent72ed11cb660cf898be1c15e9e64ec73fa927da20 (diff)
downloadpkgsrc-1486be61d2a11c6bb84e5b77dbac588ba9311b7c.tar.gz
Pullup ticket 47 to the pkgsrc-2004Q2 branch, requested by Martti Kuparinen.
Update postfix to 2.1.3. Module Name: pkgsrc Committed By: martti Date: Mon Jun 21 16:13:24 UTC 2004 Modified Files: pkgsrc/mail/postfix: Makefile PLIST PLIST.tls distinfo pkgsrc/mail/postfix/patches: patch-aa patch-ae patch-af patch-ag patch-ai Removed Files: pkgsrc/mail/postfix/patches: patch-ad patch-ba patch-bb patch-bc patch-bd Log Message: Updated postfix to 2.1.3 This is the new 2.1.x series, please see www.postfix.org for complete list of changes since 2.0.20.
Diffstat (limited to 'mail/postfix/patches/patch-ae')
-rw-r--r--mail/postfix/patches/patch-ae27
1 files changed, 5 insertions, 22 deletions
diff --git a/mail/postfix/patches/patch-ae b/mail/postfix/patches/patch-ae
index 821ebcc8edd..3f102bc8546 100644
--- a/mail/postfix/patches/patch-ae
+++ b/mail/postfix/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.7 2004/03/05 22:59:32 grant Exp $
+$NetBSD: patch-ae,v 1.7.4.1 2004/07/08 08:33:49 agc Exp $
---- src/global/mail_params.h.orig 2003-03-04 09:07:03.000000000 +1100
-+++ src/global/mail_params.h
-@@ -64,7 +64,7 @@ extern uid_t var_owner_uid;
+--- src/global/mail_params.h.orig 2004-04-21 14:56:04.000000000 -0400
++++ src/global/mail_params.h 2004-05-23 22:44:13.000000000 -0400
+@@ -64,7 +64,7 @@
extern gid_t var_owner_gid;
#define VAR_SGID_GROUP "setgid_group"
@@ -11,14 +11,8 @@ $NetBSD: patch-ae,v 1.7 2004/03/05 22:59:32 grant Exp $
extern char *var_sgid_group;
extern gid_t var_sgid_gid;
-@@ -187,18 +187,18 @@ extern char *var_queue_dir;
+@@ -202,13 +202,13 @@
*/
- #define VAR_PROGRAM_DIR "program_directory"
- #ifndef DEF_PROGRAM_DIR
--#define DEF_PROGRAM_DIR "/usr/libexec/postfix"
-+#define DEF_PROGRAM_DIR "__PREFIX/libexec/postfix"
- #endif
-
#define VAR_DAEMON_DIR "daemon_directory"
#ifndef DEF_DAEMON_DIR
-#define DEF_DAEMON_DIR "/usr/libexec/postfix"
@@ -33,14 +27,3 @@ $NetBSD: patch-ae,v 1.7 2004/03/05 22:59:32 grant Exp $
#endif
extern char *var_command_dir;
-@@ -324,6 +324,10 @@ extern char *var_send_canon_maps;
- #define DEF_RCPT_CANON_MAPS ""
- extern char *var_rcpt_canon_maps;
-
-+#define VAR_CANON_ENV_RCPT "canonicalize_envelope_recipient"
-+#define DEF_CANON_ENV_RCPT 1
-+extern bool var_canon_env_rcpt;
-+
- #define VAR_TRANSPORT_MAPS "transport_maps"
- #define DEF_TRANSPORT_MAPS ""
- extern char *var_transport_maps;