pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/napshare Fix build failuer with gcc4 (static v.s. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81b007eebd43
branches:  trunk
changeset: 536773:81b007eebd43
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Dec 22 11:18:17 2007 +0000

description:
Fix build failuer with gcc4 (static v.s. extern).

diffstat:

 net/napshare/distinfo         |   3 ++-
 net/napshare/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r c5d1aeb09fd7 -r 81b007eebd43 net/napshare/distinfo
--- a/net/napshare/distinfo     Sat Dec 22 11:15:52 2007 +0000
+++ b/net/napshare/distinfo     Sat Dec 22 11:18:17 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 12:13:54 agc Exp $
+$NetBSD: distinfo,v 1.8 2007/12/22 11:18:17 obache Exp $
 
 SHA1 (napshare-1.3.tar.gz) = 3024787bfa39a407771566f7703c59e08bb272ba
 RMD160 (napshare-1.3.tar.gz) = b2e000cdd652ebd02855ea0c1f7878b5fcc6ecf6
 Size (napshare-1.3.tar.gz) = 222900 bytes
+SHA1 (patch-aa) = d74807c768ab94aa61aceaa7eac6fdf351282714
diff -r c5d1aeb09fd7 -r 81b007eebd43 net/napshare/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/napshare/patches/patch-aa     Sat Dec 22 11:18:17 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2007/12/22 11:18:18 obache Exp $
+
+--- src/gnutella.h.orig        2003-10-19 13:31:37.000000000 +0000
++++ src/gnutella.h
+@@ -472,8 +472,6 @@ extern gint socks_protocol;
+ extern gchar *proxy_ip;
+ extern gint proxy_port;
+ 
+-extern guint32 gnutella_welcome_length;
+-
+ extern gchar *socksv5_user;
+ extern gchar *socksv5_pass;
+ 



Home | Main Index | Thread Index | Old Index