1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 0.0.5.

This commit is contained in:
Joe Marcus Clarke 2009-03-08 17:24:26 +00:00
parent 1a53866376
commit b0d96eee67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229686
4 changed files with 42 additions and 6 deletions

View File

@ -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 ; \

View File

@ -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

View File

@ -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>

View File

@ -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