summaryrefslogtreecommitdiff
path: root/mail/postfix/patches/patch-bb
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-bb
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-bb')
-rw-r--r--mail/postfix/patches/patch-bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/postfix/patches/patch-bb b/mail/postfix/patches/patch-bb
deleted file mode 100644
index 9540af4e645..00000000000
--- a/mail/postfix/patches/patch-bb
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-bb,v 1.4 2004/03/05 22:59:32 grant Exp $
-
---- src/cleanup/cleanup.h.orig 2002-12-04 01:58:11.000000000 +1100
-+++ src/cleanup/cleanup.h
-@@ -118,6 +118,7 @@ extern void cleanup_free(CLEANUP_STATE *
- extern void cleanup_all(void);
- extern void cleanup_pre_jail(char *, char **);
- extern void cleanup_post_jail(char *, char **);
-+extern CONFIG_BOOL_TABLE cleanup_bool_table[];
- extern CONFIG_INT_TABLE cleanup_int_table[];
- extern CONFIG_STR_TABLE cleanup_str_table[];
- extern CONFIG_TIME_TABLE cleanup_time_table[];