[Midnightbsd-cvs] mports [18962] trunk/net-im/libnice/pkg-plist: update libnice to 0.1.8
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri May 15 07:39:54 EDT 2015
Revision: 18962
http://svnweb.midnightbsd.org/mports/?rev=18962
Author: laffer1
Date: 2015-05-15 07:39:53 -0400 (Fri, 15 May 2015)
Log Message:
-----------
update libnice to 0.1.8
Modified Paths:
--------------
trunk/net-im/libnice/Makefile
trunk/net-im/libnice/distinfo
trunk/net-im/libnice/pkg-descr
trunk/net-im/libnice/pkg-plist
Added Paths:
-----------
trunk/net-im/libnice/files/
trunk/net-im/libnice/files/patch-Makefile.in
trunk/net-im/libnice/files/patch-gst_Makefile.in
Property Changed:
----------------
trunk/net-im/libnice/pkg-descr
Modified: trunk/net-im/libnice/Makefile
===================================================================
--- trunk/net-im/libnice/Makefile 2015-05-15 03:30:56 UTC (rev 18961)
+++ trunk/net-im/libnice/Makefile 2015-05-15 11:39:53 UTC (rev 18962)
@@ -1,10 +1,9 @@
# $MidnightBSD$
PORTNAME= libnice
-PORTVERSION= 0.1.3
+PORTVERSION= 0.1.8
CATEGORIES= net-im devel
-MASTER_SITES= http://nice.freedesktop.org/releases/ \
- http://miwibox.org/distfiles/
+MASTER_SITES= http://nice.freedesktop.org/releases/
MAINTAINER= ports at MidnightBSD.org
COMMENT= Library and transmitter that implements ICE-19
@@ -11,20 +10,40 @@
LICENSE= lgpl
# dual.. mpl or lgpl
-USES= pkgconfig gettext
-USE_GMAKE= yes
+USES= gettext gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
-USE_GNOME= gnomehack glib20 ltverhack
-USE_GSTREAMER= yes
-USE_AUTOTOOLS= libtool
-CONFIGURE_ARGS= --without-gstreamer --with-gstreamer-0.10
+USE_GNOME= glib20 introspection:build
+GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GETIFADDRS
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
+.if !defined(LIBNICE_SLAVE)
+OPTIONS_DEFINE= GUPNP
+GUPNP_DESC= UPnP IGD port mapping support
+GUPNP_LIB_DEPENDS+= libgupnp-igd-1.0.so:${PORTSDIR}/net/gupnp-igd
+GUPNP_CONFIGURE_ENABLE= gupnp
+.endif
+
+#.include <bsd.port.options.mk>
+
+.if defined(LIBNICE_SLAVE)
+. if ${LIBNICE_SLAVE}==gstreamer010
+USE_GSTREAMER= yes
+CONFIGURE_ARGS+=--without-gstreamer --with-gstreamer-0.10
+. endif
+. if ${LIBNICE_SLAVE}==gstreamer1
+USE_GSTREAMER1= yes
+CONFIGURE_ARGS+=--with-gstreamer --without-gstreamer-0.10
+. endif
+.else
+CONFIGURE_ARGS= --without-gstreamer --without-gstreamer-0.10
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|-Wno-missing-field-initializers|#|g'
- @${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers|#|g' \
- ${WRKSRC}/common.mk
+ @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure
.include <bsd.port.mk>
+
Modified: trunk/net-im/libnice/distinfo
===================================================================
--- trunk/net-im/libnice/distinfo 2015-05-15 03:30:56 UTC (rev 18961)
+++ trunk/net-im/libnice/distinfo 2015-05-15 11:39:53 UTC (rev 18962)
@@ -1,2 +1,2 @@
-SHA256 (libnice-0.1.3.tar.gz) = 046ce11f66638b54f2e042e7b1fbcc537ec99c27185fb006edbfd80d7f990074
-SIZE (libnice-0.1.3.tar.gz) = 672174
+SHA256 (libnice-0.1.8.tar.gz) = 9da7f09909902d535389d929c3e4d69129528fb18438a6c8565ec812d9904ddf
+SIZE (libnice-0.1.8.tar.gz) = 881186
Added: trunk/net-im/libnice/files/patch-Makefile.in
===================================================================
--- trunk/net-im/libnice/files/patch-Makefile.in (rev 0)
+++ trunk/net-im/libnice/files/patch-Makefile.in 2015-05-15 11:39:53 UTC (rev 18962)
@@ -0,0 +1,13 @@
+--- Makefile.in.orig 2013-05-22 07:47:08.000000000 +0000
++++ Makefile.in 2013-05-22 07:47:23.000000000 +0000
+@@ -311,9 +311,7 @@
+ agent \
+ nice \
+ gst \
+- docs \
+- tests \
+- examples
++ docs
+
+ DISTCHECK_CONFIGURE_FLAGS = --disable-assert -enable-gtk-doc
+ EXTRA_DIST = \
Property changes on: trunk/net-im/libnice/files/patch-Makefile.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net-im/libnice/files/patch-gst_Makefile.in
===================================================================
--- trunk/net-im/libnice/files/patch-gst_Makefile.in (rev 0)
+++ trunk/net-im/libnice/files/patch-gst_Makefile.in 2015-05-15 11:39:53 UTC (rev 18962)
@@ -0,0 +1,11 @@
+--- gst/Makefile.in.orig 2013-05-22 07:56:38.000000000 +0000
++++ gst/Makefile.in 2013-05-22 07:58:56.000000000 +0000
+@@ -319,7 +319,7 @@
+ -I $(top_srcdir)/stun
+
+ COMMON_LIBADD = \
+- $(top_builddir)/nice/libnice.la
++ -lnice
+
+
+ # libgstnice
Property changes on: trunk/net-im/libnice/files/patch-gst_Makefile.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/net-im/libnice/pkg-descr
===================================================================
--- trunk/net-im/libnice/pkg-descr 2015-05-15 03:30:56 UTC (rev 18961)
+++ trunk/net-im/libnice/pkg-descr 2015-05-15 11:39:53 UTC (rev 18962)
@@ -1,2 +1,4 @@
Libnice is a library and a transmitter that does ICE (as defined in the ICE-19
draft), as well as Google Talk and MSN compatible ICE-like protocols.
+
+WWW: http://nice.freedesktop.org/
Property changes on: trunk/net-im/libnice/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/net-im/libnice/pkg-plist
===================================================================
--- trunk/net-im/libnice/pkg-plist 2015-05-15 03:30:56 UTC (rev 18961)
+++ trunk/net-im/libnice/pkg-plist 2015-05-15 11:39:53 UTC (rev 18962)
@@ -16,15 +16,18 @@
include/stun/usages/timer.h
include/stun/usages/turn.h
include/stun/win32_common.h
-lib/gstreamer-0.10/libgstnice010.a
-lib/gstreamer-0.10/libgstnice010.la
-lib/gstreamer-0.10/libgstnice010.so
+lib/girepository-1.0/Nice-0.1.typelib
lib/libnice.a
-lib/libnice.la
lib/libnice.so
lib/libnice.so.10
+lib/libnice.so.10.5.0
libdata/pkgconfig/nice.pc
+share/gir-1.0/Nice-0.1.gir
share/gtk-doc/html/libnice/NiceAgent.html
+share/gtk-doc/html/libnice/NiceCandidate.html
+share/gtk-doc/html/libnice/annotation-glossary.html
+share/gtk-doc/html/libnice/api-index-deprecated.html
+share/gtk-doc/html/libnice/api-index-full.html
share/gtk-doc/html/libnice/ch01.html
share/gtk-doc/html/libnice/ch02.html
share/gtk-doc/html/libnice/ch03.html
@@ -33,6 +36,16 @@
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/ix03.html
+share/gtk-doc/html/libnice/ix04.html
+share/gtk-doc/html/libnice/ix05.html
+share/gtk-doc/html/libnice/ix06.html
+share/gtk-doc/html/libnice/ix07.html
+share/gtk-doc/html/libnice/ix08.html
+share/gtk-doc/html/libnice/ix09.html
+share/gtk-doc/html/libnice/ix10.html
+share/gtk-doc/html/libnice/ix11.html
+share/gtk-doc/html/libnice/left-insensitive.png
share/gtk-doc/html/libnice/left.png
share/gtk-doc/html/libnice/libnice-Bind.html
share/gtk-doc/html/libnice/libnice-Debug-messages.html
@@ -39,8 +52,8 @@
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-NiceCandidate.html
share/gtk-doc/html/libnice/libnice-Pseudo-TCP-Socket.html
+share/gtk-doc/html/libnice/libnice-STUN-Constants.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
@@ -49,12 +62,9 @@
share/gtk-doc/html/libnice/pt01.html
share/gtk-doc/html/libnice/pt02.html
share/gtk-doc/html/libnice/pt03.html
+share/gtk-doc/html/libnice/pt04.html
+share/gtk-doc/html/libnice/right-insensitive.png
share/gtk-doc/html/libnice/right.png
share/gtk-doc/html/libnice/style.css
+share/gtk-doc/html/libnice/up-insensitive.png
share/gtk-doc/html/libnice/up.png
- at dirrm share/gtk-doc/html/libnice
- at dirrmtry share/gtk-doc/html
- at dirrmtry share/gtk-doc
- at dirrm include/stun/usages
- at dirrm include/stun
- at dirrm include/nice
More information about the Midnightbsd-cvs
mailing list