pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libnice Make it build on DragonFly and probably so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fdafaa74d60
branches:  trunk
changeset: 398079:4fdafaa74d60
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Sun Aug 23 15:26:47 2009 +0000

description:
Make it build on DragonFly and probably some others.

diffstat:

 net/libnice/distinfo         |   5 ++++-
 net/libnice/patches/patch-aa |  12 ++++++++++++
 net/libnice/patches/patch-ab |  12 ++++++++++++
 net/libnice/patches/patch-ac |  12 ++++++++++++
 4 files changed, 40 insertions(+), 1 deletions(-)

diffs (61 lines):

diff -r 8f1d32c5b695 -r 4fdafaa74d60 net/libnice/distinfo
--- a/net/libnice/distinfo      Sun Aug 23 15:23:36 2009 +0000
+++ b/net/libnice/distinfo      Sun Aug 23 15:26:47 2009 +0000
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/17 21:10:28 wiz Exp $
+$NetBSD: distinfo,v 1.2 2009/08/23 15:26:47 hasso Exp $
 
 SHA1 (libnice-0.0.9.tar.gz) = 821cbeeb972874855724d8a9cfbaaa3086f62881
 RMD160 (libnice-0.0.9.tar.gz) = 4b8f7e7f72dffa5af2d4ba251a18f8ab022d4d48
 Size (libnice-0.0.9.tar.gz) = 627674 bytes
+SHA1 (patch-aa) = 2cc697d3bf493296a8ae67a3ea178b09a9eaff98
+SHA1 (patch-ab) = 4fadc44f00905a794baeec60adcffff7b7ccc909
+SHA1 (patch-ac) = 44bfa064cf005a59fa366d716046f4c633092987
diff -r 8f1d32c5b695 -r 4fdafaa74d60 net/libnice/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libnice/patches/patch-aa      Sun Aug 23 15:26:47 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2009/08/23 15:26:48 hasso Exp $
+
+--- stun/stunmessage.c.orig    2009-08-23 18:15:06 +0300
++++ stun/stunmessage.c 2009-08-23 18:15:25 +0300
+@@ -46,6 +46,7 @@
+ #else
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ #endif
+ 
+ 
diff -r 8f1d32c5b695 -r 4fdafaa74d60 net/libnice/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libnice/patches/patch-ab      Sun Aug 23 15:26:47 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2009/08/23 15:26:48 hasso Exp $
+
+--- stun/utils.h.orig  2009-08-23 18:16:34 +0300
++++ stun/utils.h       2009-08-23 18:16:44 +0300
+@@ -49,6 +49,7 @@
+ #else
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ #endif
+ 
+ # ifdef __cplusplus
diff -r 8f1d32c5b695 -r 4fdafaa74d60 net/libnice/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libnice/patches/patch-ac      Sun Aug 23 15:26:47 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2009/08/23 15:26:48 hasso Exp $
+
+--- agent/interfaces.c.orig    2009-08-23 18:17:31 +0300
++++ agent/interfaces.c 2009-08-23 18:18:07 +0300
+@@ -47,6 +47,7 @@
+ #include <net/if.h>
+ #include <net/if_arp.h>
+ #include <arpa/inet.h>
++#include <netinet/in.h>
+ 
+ #ifdef HAVE_GETIFADDRS
+ 



Home | Main Index | Thread Index | Old Index