summaryrefslogtreecommitdiff
path: root/mail/postfix/patches
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2005-12-01 06:46:40 +0000
committermartti <martti@pkgsrc.org>2005-12-01 06:46:40 +0000
commit438b4c5d9845766a29c8eef8a83891d65dcf805c (patch)
tree34fb08211a358e59fe51d5e288ba806a55d60464 /mail/postfix/patches
parent8f38ceeec1c0076aaf837fdde7a8f75e35915c6f (diff)
downloadpkgsrc-438b4c5d9845766a29c8eef8a83891d65dcf805c.tar.gz
Updated mail/postfix to 2.2.6
Postfix 2.2 patch 06 catches up with minor fixes that were fielded earlier in the experimental Postfix 2.3 snapshots.
Diffstat (limited to 'mail/postfix/patches')
-rw-r--r--mail/postfix/patches/patch-ab14
-rw-r--r--mail/postfix/patches/patch-ag18
2 files changed, 0 insertions, 32 deletions
diff --git a/mail/postfix/patches/patch-ab b/mail/postfix/patches/patch-ab
deleted file mode 100644
index 40d6d1591a0..00000000000
--- a/mail/postfix/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.10 2004/08/10 16:49:47 schmonz Exp $
-
---- src/dns/dns.h.orig Mon Apr 30 09:22:59 2001
-+++ src/dns/dns.h
-@@ -19,6 +19,9 @@
- #ifdef RESOLVE_H_NEEDS_STDIO_H
- #include <stdio.h>
- #endif
-+#ifdef RESOLVE_H_NEEDS_NAMESER8_COMPAT_H
-+#include <nameser8_compat.h>
-+#endif
- #include <resolv.h>
-
- /*
diff --git a/mail/postfix/patches/patch-ag b/mail/postfix/patches/patch-ag
deleted file mode 100644
index f988ad27ddd..00000000000
--- a/mail/postfix/patches/patch-ag
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ag,v 1.18 2005/11/13 10:37:09 martti Exp $
-
---- src/util/sys_defs.h.orig 2005-07-15 00:28:33.000000000 +0300
-+++ src/util/sys_defs.h 2005-11-13 09:22:07.000000000 +0200
-@@ -52,3 +52,3 @@
- #define ROOT_PATH "/bin:/usr/bin:/sbin:/usr/sbin"
--#if (defined(__NetBSD_Version__) && __NetBSD_Version__ > 200040000)
-+#if (defined(__NetBSD_Version__) && __NetBSD_Version__ > 299000900)
- # define USE_STATVFS
-@@ -124,3 +124,3 @@
-
--#if __NetBSD_Version__ >= 200060000 /* 2.0F */
-+#if __NetBSD_Version__ >= 299000900 /* 2.99.9 */
- #define HAS_CLOSEFROM
-@@ -157,2 +157,3 @@
- #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
-+#define RESOLVE_H_NEEDS_NAMESER8_COMPAT_H
- #define ROOT_PATH "/bin:/usr/bin:/sbin:/usr/sbin"