diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-25 17:29:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-25 17:29:05 +0000 |
commit | 1a92511186ba71b9123be68426d0e823679c209f (patch) | |
tree | dd165d0aff6a5b9c6e8775e30a9c8c47055cd18a /net/gtk-gnutella | |
parent | 73d122d5f062f77029e1857dcf4e4596df92ac7e (diff) | |
download | pkgsrc-1a92511186ba71b9123be68426d0e823679c209f.tar.gz |
Make compile on Alpha.
Patches from Rhialto in PR 18287.
Diffstat (limited to 'net/gtk-gnutella')
-rw-r--r-- | net/gtk-gnutella/distinfo | 5 | ||||
-rw-r--r-- | net/gtk-gnutella/patches/patch-aa | 12 | ||||
-rw-r--r-- | net/gtk-gnutella/patches/patch-ab | 12 | ||||
-rw-r--r-- | net/gtk-gnutella/patches/patch-ac | 13 |
4 files changed, 41 insertions, 1 deletions
diff --git a/net/gtk-gnutella/distinfo b/net/gtk-gnutella/distinfo index 2b66c1dc5c4..4b8f5ba8e6f 100644 --- a/net/gtk-gnutella/distinfo +++ b/net/gtk-gnutella/distinfo @@ -1,4 +1,7 @@ -$NetBSD: distinfo,v 1.8 2002/08/25 21:49:58 jlam Exp $ +$NetBSD: distinfo,v 1.9 2002/09/25 17:29:05 wiz Exp $ SHA1 (gtk-gnutella-0.90.tar.gz) = b31984b6e83b0471a5ee2de2486d85b3400ecb67 Size (gtk-gnutella-0.90.tar.gz) = 469236 bytes +SHA1 (patch-aa) = 0ab24e5e1fd58d5b36b891b73b9144cf038afed2 +SHA1 (patch-ab) = 23c2cbb171b55d8fd4a14b419c3bb2a1767ef980 +SHA1 (patch-ac) = 11390fbda764df5861a38f91c3f938617488c760 diff --git a/net/gtk-gnutella/patches/patch-aa b/net/gtk-gnutella/patches/patch-aa new file mode 100644 index 00000000000..12449f888f5 --- /dev/null +++ b/net/gtk-gnutella/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2002/09/25 17:29:05 wiz Exp $ + +--- src/filter.c.orig Mon Jun 24 18:53:53 2002 ++++ src/filter.c +@@ -23,6 +23,7 @@ + *---------------------------------------------------------------------- + */ + ++#include <sys/types.h> + #include <netinet/in.h> + #include <arpa/inet.h> + diff --git a/net/gtk-gnutella/patches/patch-ab b/net/gtk-gnutella/patches/patch-ab new file mode 100644 index 00000000000..7770d6941a4 --- /dev/null +++ b/net/gtk-gnutella/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2002/09/25 17:29:05 wiz Exp $ + +--- src/filter_gui.c.orig Sun Jun 23 19:59:33 2002 ++++ src/filter_gui.c +@@ -26,6 +26,7 @@ + /* + * For ntohl and inet_addr + */ ++#include <sys/types.h> + #include <netinet/in.h> + #include <arpa/inet.h> + diff --git a/net/gtk-gnutella/patches/patch-ac b/net/gtk-gnutella/patches/patch-ac new file mode 100644 index 00000000000..e0a70e751d5 --- /dev/null +++ b/net/gtk-gnutella/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2002/09/25 17:29:05 wiz Exp $ + +--- src/hosts.c.orig Fri Jun 21 07:21:25 2002 ++++ src/hosts.c +@@ -257,7 +257,7 @@ void host_save_valid(guint32 ip, guint16 + + void host_init(void) + { +- static void pcache_init(void); ++ void pcache_init(void); + + ht_known_hosts = g_hash_table_new(host_hash, host_eq); + pcache_init(); |