pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/evolution Fix detection of getaddrinfo under NetB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e900e3ff70f
branches:  trunk
changeset: 487579:8e900e3ff70f
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Jan 17 08:46:34 2005 +0000

description:
Fix detection of getaddrinfo under NetBSD 1.6.2/i386; should fix the build.
Problem noticed in latest kristerw@'s bulk build.

diffstat:

 mail/evolution/distinfo         |   3 ++-
 mail/evolution/patches/patch-ac |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 544ea505a249 -r 8e900e3ff70f mail/evolution/distinfo
--- a/mail/evolution/distinfo   Mon Jan 17 08:37:31 2005 +0000
+++ b/mail/evolution/distinfo   Mon Jan 17 08:46:34 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.31 2005/01/04 08:08:28 rh Exp $
+$NetBSD: distinfo,v 1.32 2005/01/17 08:46:34 jmmv Exp $
 
 SHA1 (evolution-2.0.3.tar.bz2) = 059253acd24648b841c6fc24e376c475b2598b6d
 Size (evolution-2.0.3.tar.bz2) = 15381448 bytes
 SHA1 (patch-aa) = a89da54c40813c07af76dd98f876dd2e979c2554
 SHA1 (patch-ab) = 871a322eefd1a42e7197da764d49cd1d24f6535d
+SHA1 (patch-ac) = 5150f3163e7307e03ed82757e1d31a54310feae3
diff -r 544ea505a249 -r 8e900e3ff70f mail/evolution/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/evolution/patches/patch-ac   Mon Jan 17 08:46:34 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.12 2005/01/17 08:46:34 jmmv Exp $
+
+--- configure.orig     2004-12-06 18:27:04.000000000 +0100
++++ configure
+@@ -23078,6 +23078,7 @@ cat >>conftest.$ac_ext <<_ACEOF
+               #include <sys/socket.h>
+               #include <netinet/in.h>
+               #include <netdb.h>
++              #include <stdio.h> /* Needed to get NULL's definition */
+ 
+               #define BUFSIZE (sizeof(struct hostent)+10)
+ 



Home | Main Index | Thread Index | Old Index