pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/soup remove extern declaration of static variable ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2c65de95426d
branches: trunk
changeset: 514274:2c65de95426d
user: dbj <dbj%pkgsrc.org@localhost>
date: Fri Jun 09 20:36:31 2006 +0000
description:
remove extern declaration of static variable that causes
build failure on darwin
diffstat:
net/soup/distinfo | 4 ++--
net/soup/patches/patch-ag | 12 ++++++++++--
2 files changed, 12 insertions(+), 4 deletions(-)
diffs (39 lines):
diff -r 0694aebf2eda -r 2c65de95426d net/soup/distinfo
--- a/net/soup/distinfo Fri Jun 09 20:09:28 2006 +0000
+++ b/net/soup/distinfo Fri Jun 09 20:36:31 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2005/10/10 20:25:07 joerg Exp $
+$NetBSD: distinfo,v 1.12 2006/06/09 20:36:31 dbj Exp $
SHA1 (soup-0.7.11.tar.bz2) = 47b185b57311053eb8a30c655981b7136c228923
RMD160 (soup-0.7.11.tar.bz2) = d63a0af5a4739a6e529bd797e5cb570e872b6d6b
@@ -9,4 +9,4 @@
SHA1 (patch-ad) = 5d14207d9b8f6c634016f098f876c66438ebdabf
SHA1 (patch-ae) = 9f33467fae553b666fb9890197fd7b15dde78722
SHA1 (patch-af) = 27e30c8ae3ebdca706551b656bee6adcdc8f28ac
-SHA1 (patch-ag) = d23dd67a5124269dad0aa3b138afec4e752b8c9a
+SHA1 (patch-ag) = 0e09f12a2a4eaf2b7aabf8d2d3e734d96f5fa706
diff -r 0694aebf2eda -r 2c65de95426d net/soup/patches/patch-ag
--- a/net/soup/patches/patch-ag Fri Jun 09 20:09:28 2006 +0000
+++ b/net/soup/patches/patch-ag Fri Jun 09 20:36:31 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ag,v 1.1 2005/10/10 20:25:07 joerg Exp $
+$NetBSD: patch-ag,v 1.2 2006/06/09 20:36:31 dbj Exp $
---- src/libsoup/soup-private.h.orig 2005-07-10 16:03:45.000000000 +0000
+--- src/libsoup/soup-private.h.orig 2003-01-02 14:04:09.000000000 -0500
+++ src/libsoup/soup-private.h
@@ -31,7 +31,9 @@
# pragma alloca
@@ -12,3 +12,11 @@
# endif
# endif
# endif
+@@ -68,7 +70,6 @@ extern "C" {
+ #define RESPONSE_BLOCK_SIZE 8192
+
+ extern gboolean soup_initialized;
+-extern GSList *soup_active_requests; /* CONTAINS: SoupMessage */
+ extern GHashTable *soup_hosts; /* KEY: uri->host, VALUE: SoupHost */
+
+ extern SoupAuthorizeFn soup_auth_fn;
Home |
Main Index |
Thread Index |
Old Index