diff options
author | martti <martti@pkgsrc.org> | 2005-11-13 10:37:09 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-11-13 10:37:09 +0000 |
commit | ca9cde479317ba4b04e73c29525e704473869338 (patch) | |
tree | d394f963a4f2420684d3d8e30e06f6bfb40c8f84 /mail/postfix | |
parent | 4e5a4ce543bf9776f10c14927ce30f3323447a90 (diff) | |
download | pkgsrc-ca9cde479317ba4b04e73c29525e704473869338.tar.gz |
Regenerate the patches not to add NetBSD stuff inside Mac OS X section.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/distinfo | 4 | ||||
-rw-r--r-- | mail/postfix/patches/patch-ag | 16 |
2 files changed, 6 insertions, 14 deletions
diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 46e8cd022f6..371bf98ba21 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.91 2005/11/12 05:19:24 martti Exp $ +$NetBSD: distinfo,v 1.92 2005/11/13 10:37:09 martti Exp $ SHA1 (postfix/postfix-2.2.5.tar.gz) = 5e86340e6ccff5a9141c259a6b65f72b7396483d RMD160 (postfix/postfix-2.2.5.tar.gz) = 5508f9662319e655daf8ec8b70fb508f0bb15bb0 @@ -6,5 +6,5 @@ Size (postfix/postfix-2.2.5.tar.gz) = 2428594 bytes SHA1 (patch-aa) = 49d2bf6c7e5bbe5aac4d950ac69c7b6b32a98ef3 SHA1 (patch-ab) = c506a08b694f94ef4884fa97eec51e44c92812dd SHA1 (patch-ac) = ffcd4f8b00c1cf01f050a0c943bfe61a1ec2361a -SHA1 (patch-ag) = fec766c4172e39a26aabb53fc10f4f7a97d47f8b +SHA1 (patch-ag) = 550d1acab1c8bcd903a689207bd2c92444f42351 SHA1 (patch-ai) = d3ea006bafb5e9df869fbb2dec8c7f53b160c8e0 diff --git a/mail/postfix/patches/patch-ag b/mail/postfix/patches/patch-ag index 841744afc60..f988ad27ddd 100644 --- a/mail/postfix/patches/patch-ag +++ b/mail/postfix/patches/patch-ag @@ -1,7 +1,7 @@ -$NetBSD: patch-ag,v 1.17 2005/11/12 05:19:24 martti Exp $ +$NetBSD: patch-ag,v 1.18 2005/11/13 10:37:09 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.17 2005/11/12 05:19:24 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 |