pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/postfix Make this compile on -current without NI_...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c947c5ae8902
branches: trunk
changeset: 485618:c947c5ae8902
user: kim <kim%pkgsrc.org@localhost>
date: Fri Dec 17 19:36:01 2004 +0000
description:
Make this compile on -current without NI_WITHSCOPEID
Closes PR pkg/28686
diffstat:
mail/postfix/distinfo | 3 ++-
mail/postfix/patches/patch-aj | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r dfa75ce265c8 -r c947c5ae8902 mail/postfix/distinfo
--- a/mail/postfix/distinfo Fri Dec 17 18:56:12 2004 +0000
+++ b/mail/postfix/distinfo Fri Dec 17 19:36:01 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.77 2004/11/30 20:54:38 jlam Exp $
+$NetBSD: distinfo,v 1.78 2004/12/17 19:36:01 kim Exp $
SHA1 (postfix/postfix-2.1.5.tar.gz) = bbc65c9fdc1cbd8e553816a5549b2685255cf69d
Size (postfix/postfix-2.1.5.tar.gz) = 1971931 bytes
@@ -12,3 +12,4 @@
SHA1 (patch-ab) = c506a08b694f94ef4884fa97eec51e44c92812dd
SHA1 (patch-ag) = d5e9aab43b5d3be6df9ad8e3f03572b9a228f784
SHA1 (patch-ai) = f166c2d52bfb8a441db22a9090312c0a2de56a6f
+SHA1 (patch-aj) = c2e79b1954dae272e22bb38bf3c0586f1b7c9543
diff -r dfa75ce265c8 -r c947c5ae8902 mail/postfix/patches/patch-aj
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/postfix/patches/patch-aj Fri Dec 17 19:36:01 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.6 2004/12/17 19:36:01 kim Exp $
+
+--- src/util/inet_addr_list.h.orig 2004-12-17 04:30:07.000000000 -0500
++++ src/util/inet_addr_list.h 2004-12-17 04:36:47.000000000 -0500
+@@ -58,7 +58,7 @@
+ * Only on KAME? Use without implementation will result in EAI_BADFLAGS.
+ */
+ #ifdef INET6
+-# ifndef INET6_KAME
++# if !defined(INET6_KAME) || (defined(__NetBSD_Version__) && (__NetBSD_Version__ >= 299001100))
+ # ifdef NI_WITHSCOPEID
+ # undef NI_WITHSCOPEID
+ # endif
Home |
Main Index |
Thread Index |
Old Index