summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authormartti <martti>2005-11-13 10:37:09 +0000
committermartti <martti>2005-11-13 10:37:09 +0000
commit7be90e1a3a01c8db2c9fc58e9faf64ee3ec12287 (patch)
treed394f963a4f2420684d3d8e30e06f6bfb40c8f84 /mail/postfix-current
parentd4caa3e54863205aa0540ec0e264659717ddac6a (diff)
downloadpkgsrc-7be90e1a3a01c8db2c9fc58e9faf64ee3ec12287.tar.gz
Regenerate the patches not to add NetBSD stuff inside Mac OS X section.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/distinfo4
-rw-r--r--mail/postfix-current/patches/patch-ag16
2 files changed, 6 insertions, 14 deletions
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 1f1fdc1c320..cc16158fc20 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2005/11/12 05:23:17 martti Exp $
+$NetBSD: distinfo,v 1.16 2005/11/13 10:37:10 martti Exp $
SHA1 (postfix/postfix-2.3-20050922.tar.gz) = 392548fef18c860bc6d75155f0e6b259fd4489a5
RMD160 (postfix/postfix-2.3-20050922.tar.gz) = 848bcfcc5e044fdae3f42ed384bbc7bea98a1ae5
@@ -6,5 +6,5 @@ Size (postfix/postfix-2.3-20050922.tar.gz) = 2508873 bytes
SHA1 (patch-aa) = 3f45ca9b05bf080bd0f9ef3c9f8c24a1ef992edd
SHA1 (patch-ab) = aa08339399411b8c1e12856f6b5f8406b7775840
SHA1 (patch-ac) = 1b0fb6da368b65ccd6e47c94ff867f0169aaa839
-SHA1 (patch-ag) = fec766c4172e39a26aabb53fc10f4f7a97d47f8b
+SHA1 (patch-ag) = 550d1acab1c8bcd903a689207bd2c92444f42351
SHA1 (patch-ai) = adc9996118adc6162efbec21d6aa491e6962706b
diff --git a/mail/postfix-current/patches/patch-ag b/mail/postfix-current/patches/patch-ag
index dc6a7dcad86..661bccd545c 100644
--- a/mail/postfix-current/patches/patch-ag
+++ b/mail/postfix-current/patches/patch-ag
@@ -1,7 +1,7 @@
-$NetBSD: patch-ag,v 1.10 2005/11/12 05:23:17 martti Exp $
+$NetBSD: patch-ag,v 1.11 2005/11/13 10:37:10 martti Exp $
---- src/util/sys_defs.h.orig 2005-07-11 23:00:38.000000000 +0300
-+++ src/util/sys_defs.h 2005-11-11 06:01:49.000000000 +0200
+--- 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)
@@ -12,15 +12,7 @@ $NetBSD: patch-ag,v 1.10 2005/11/12 05:23:17 martti Exp $
-#if __NetBSD_Version__ >= 200060000 /* 2.0F */
+#if __NetBSD_Version__ >= 299000900 /* 2.99.9 */
#define HAS_CLOSEFROM
-@@ -157,5 +157,11 @@
+@@ -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"
-+#if (defined(__NetBSD__) && __NetBSD_Version__ >= 299000900) /* NetBSD 2.99.9 */
-+#define USE_STATVFS
-+#define STATVFS_IN_SYS_STATVFS_H
-+#else
- #define USE_STATFS
- #define STATFS_IN_SYS_MOUNT_H
-+#endif
- #define HAS_POSIX_REGEXP