From b0d96eee671b67fce1c6479a009914cadbf2ae0e Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 8 Mar 2009 17:24:26 +0000 Subject: Update to 0.0.5. --- net-im/libnice/Makefile | 5 +++-- net-im/libnice/distinfo | 6 +++--- net-im/libnice/files/patch-agent_interfaces.c | 10 ++++++++++ net-im/libnice/pkg-plist | 27 ++++++++++++++++++++++++++- 4 files changed, 42 insertions(+), 6 deletions(-) create mode 100644 net-im/libnice/files/patch-agent_interfaces.c (limited to 'net-im') 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 + #endif + ++#include + #include + #include + #include 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 -- cgit v1.2.3