aboutsummaryrefslogtreecommitdiff
path: root/net-im/libnice
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-08 17:24:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-08 17:24:26 +0000
commitb0d96eee671b67fce1c6479a009914cadbf2ae0e (patch)
tree4737e00eae0171eb5c4f41ecf8e6c958c54448d3 /net-im/libnice
parent1a53866376f28c2d8817afc012bfe0acaddec435 (diff)
downloadports-b0d96eee671b67fce1c6479a009914cadbf2ae0e.tar.gz
ports-b0d96eee671b67fce1c6479a009914cadbf2ae0e.zip
Update to 0.0.5.
Notes
Notes: svn path=/head/; revision=229686
Diffstat (limited to 'net-im/libnice')
-rw-r--r--net-im/libnice/Makefile5
-rw-r--r--net-im/libnice/distinfo6
-rw-r--r--net-im/libnice/files/patch-agent_interfaces.c10
-rw-r--r--net-im/libnice/pkg-plist27
4 files changed, 42 insertions, 6 deletions
diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile
index f0392f0f5458..e1eabb90275d 100644
--- a/net-im/libnice/Makefile
+++ b/net-im/libnice/Makefile
@@ -6,19 +6,20 @@
#
PORTNAME= libnice
-PORTVERSION= 0.0.4
+PORTVERSION= 0.0.5
CATEGORIES= net-im devel
MASTER_SITES= http://nice.freedesktop.org/releases/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library and transmitter that implements ICE-19
-WRKSRC= ${WRKDIR}/nice-${PORTVERSION}
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack pkgconfig glib20 ltverhack gnometarget
USE_GSTREAMER= yes
USE_AUTOTOOLS= libtool:15
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_GETIFADDRS" \
+ LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|__BYTE_ORDER|_BYTE_ORDER|g ; \
diff --git a/net-im/libnice/distinfo b/net-im/libnice/distinfo
index 6442b3f10956..55bd49ce8253 100644
--- a/net-im/libnice/distinfo
+++ b/net-im/libnice/distinfo
@@ -1,3 +1,3 @@
-MD5 (libnice-0.0.4.tar.gz) = 3a5a68cbc58a2f2d53d00e8c2cbb1f7a
-SHA256 (libnice-0.0.4.tar.gz) = eb16defe6e32356e193aa70daf8710e3d7617897eca0a065b41ad71b9fc70f4e
-SIZE (libnice-0.0.4.tar.gz) = 529834
+MD5 (libnice-0.0.5.tar.gz) = e6341a8039b6bcdd6c5b885bdd8fa24c
+SHA256 (libnice-0.0.5.tar.gz) = 06adbf32ec185efb0144c5255960ae4492c2f825ad2e60ca11910c52414f43c8
+SIZE (libnice-0.0.5.tar.gz) = 605689
diff --git a/net-im/libnice/files/patch-agent_interfaces.c b/net-im/libnice/files/patch-agent_interfaces.c
new file mode 100644
index 000000000000..0710be712688
--- /dev/null
+++ b/net-im/libnice/files/patch-agent_interfaces.c
@@ -0,0 +1,10 @@
+--- agent/interfaces.c.orig 2009-03-08 13:12:26.000000000 -0400
++++ agent/interfaces.c 2009-03-08 13:12:53.000000000 -0400
+@@ -43,6 +43,7 @@
+ #include <ifaddrs.h>
+ #endif
+
++#include <netinet/in.h>
+ #include <net/if.h>
+ #include <net/if_arp.h>
+ #include <arpa/inet.h>
diff --git a/net-im/libnice/pkg-plist b/net-im/libnice/pkg-plist
index b902b847104e..53ce33fb4797 100644
--- a/net-im/libnice/pkg-plist
+++ b/net-im/libnice/pkg-plist
@@ -4,6 +4,8 @@ include/nice/address.h
include/nice/agent.h
include/nice/candidate.h
include/nice/debug.h
+include/nice/http.h
+include/nice/interfaces.h
include/nice/nice.h
include/nice/pseudossl.h
include/nice/socket.h
@@ -12,6 +14,15 @@ include/nice/tcp-bsd.h
include/nice/tcp-turn.h
include/nice/turn.h
include/nice/udp-bsd.h
+include/stun/constants.h
+include/stun/debug.h
+include/stun/stunagent.h
+include/stun/stunmessage.h
+include/stun/usages/bind.h
+include/stun/usages/ice.h
+include/stun/usages/timer.h
+include/stun/usages/turn.h
+include/stun/win32_common.h
lib/gstreamer-0.10/libgstnice.a
lib/gstreamer-0.10/libgstnice.la
lib/gstreamer-0.10/libgstnice.so
@@ -20,21 +31,35 @@ lib/libnice.la
lib/libnice.so
lib/libnice.so.0
libdata/pkgconfig/nice.pc
+share/gtk-doc/html/libnice/NiceAgent.html
share/gtk-doc/html/libnice/ch01.html
+share/gtk-doc/html/libnice/ch02.html
+share/gtk-doc/html/libnice/ch03.html
+share/gtk-doc/html/libnice/ch04.html
share/gtk-doc/html/libnice/home.png
share/gtk-doc/html/libnice/index.html
share/gtk-doc/html/libnice/index.sgml
share/gtk-doc/html/libnice/left.png
+share/gtk-doc/html/libnice/libnice-Bind.html
share/gtk-doc/html/libnice/libnice-Debug-messages.html
+share/gtk-doc/html/libnice/libnice-ICE.html
+share/gtk-doc/html/libnice/libnice-Network-interfaces-discovery.html
share/gtk-doc/html/libnice/libnice-NiceAddress.html
-share/gtk-doc/html/libnice/libnice-NiceAgent.html
share/gtk-doc/html/libnice/libnice-NiceCandidate.html
+share/gtk-doc/html/libnice/libnice-StunAgent.html
+share/gtk-doc/html/libnice/libnice-StunMessage.html
+share/gtk-doc/html/libnice/libnice-TURN.html
+share/gtk-doc/html/libnice/libnice-Timer.html
share/gtk-doc/html/libnice/libnice.devhelp
share/gtk-doc/html/libnice/libnice.devhelp2
+share/gtk-doc/html/libnice/pt01.html
+share/gtk-doc/html/libnice/pt02.html
share/gtk-doc/html/libnice/right.png
share/gtk-doc/html/libnice/style.css
share/gtk-doc/html/libnice/up.png
@dirrm share/gtk-doc/html/libnice
@dirrmtry share/gtk-doc/html
@dirrmtry share/gtk-doc
+@dirrm include/stun/usages
+@dirrm include/stun
@dirrm include/nice