pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/quakeforge fix build failure w/ ipv6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3db0c1e9523b
branches:  trunk
changeset: 537986:3db0c1e9523b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Jan 23 05:30:59 2008 +0000

description:
fix build failure w/ ipv6

diffstat:

 games/quakeforge/distinfo         |   3 ++-
 games/quakeforge/patches/patch-aw |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r b13217c01fdb -r 3db0c1e9523b games/quakeforge/distinfo
--- a/games/quakeforge/distinfo Wed Jan 23 04:59:35 2008 +0000
+++ b/games/quakeforge/distinfo Wed Jan 23 05:30:59 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2008/01/23 04:59:35 tnn Exp $
+$NetBSD: distinfo,v 1.7 2008/01/23 05:30:59 tnn Exp $
 
 SHA1 (quakeforge-0.5.5.tar.gz) = 3ceb229b3d777b6c5e0cb1530b4547b20737f402
 RMD160 (quakeforge-0.5.5.tar.gz) = d22b29498e950bfdf96169bafee6409fca1a8e11
@@ -25,3 +25,4 @@
 SHA1 (patch-at) = 3e8bb9d7882c5428cec94d78295668e7930624e6
 SHA1 (patch-au) = 5fbe311a03bc65e39e501b38f50a9c42b298a03a
 SHA1 (patch-av) = 8ba99fa13916ab9efd881a89760307fc5863e9d5
+SHA1 (patch-aw) = d02d3a0cfbb47ad2f73e3ee523aed2964a8fcbae
diff -r b13217c01fdb -r 3db0c1e9523b games/quakeforge/patches/patch-aw
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/quakeforge/patches/patch-aw Wed Jan 23 05:30:59 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aw,v 1.1 2008/01/23 05:30:59 tnn Exp $
+
+--- libs/net/nc/net_udp6.c.orig        2004-04-13 01:38:08.000000000 +0200
++++ libs/net/nc/net_udp6.c
+@@ -123,6 +123,7 @@ static __attribute__ ((unused)) const ch
+ 
+ netadr_t    net_from;
+ netadr_t    net_local_adr;
++netadr_t    net_loopback_adr;
+ int         net_socket;
+ 
+ static sizebuf_t _net_message_message;



Home | Main Index | Thread Index | Old Index