aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-08-08 14:44:16 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-08-08 14:44:16 +0000
commit511c9f6d078df006272072df5b530870ea619d56 (patch)
tree355220877c3be7b09b4a94eb011e942dd61323ed /net-im
parent155eaa7cea0cec107efa65de4c1de6c3199e5f15 (diff)
downloadports-511c9f6d078df006272072df5b530870ea619d56.tar.gz
ports-511c9f6d078df006272072df5b530870ea619d56.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libnice-gst010/pkg-plist1
-rw-r--r--net-im/libnice-gst1/pkg-plist1
-rw-r--r--net-im/libnice/Makefile2
-rw-r--r--net-im/libnice/distinfo4
-rw-r--r--net-im/libnice/files/configure.ac16
-rw-r--r--net-im/libnice/files/patch-configure23
-rw-r--r--net-im/libnice/pkg-plist4
7 files changed, 44 insertions, 7 deletions
diff --git a/net-im/libnice-gst010/pkg-plist b/net-im/libnice-gst010/pkg-plist
index ac99e7768b32..bade04fa32bd 100644
--- a/net-im/libnice-gst010/pkg-plist
+++ b/net-im/libnice-gst010/pkg-plist
@@ -1,2 +1 @@
-lib/gstreamer-0.10/libgstnice010.a
lib/gstreamer-0.10/libgstnice010.so
diff --git a/net-im/libnice-gst1/pkg-plist b/net-im/libnice-gst1/pkg-plist
index aaaec9bc5fb0..85a21aad0539 100644
--- a/net-im/libnice-gst1/pkg-plist
+++ b/net-im/libnice-gst1/pkg-plist
@@ -1,2 +1 @@
-lib/gstreamer-1.0/libgstnice.a
lib/gstreamer-1.0/libgstnice.so
diff --git a/net-im/libnice/Makefile b/net-im/libnice/Makefile
index 2c195ee74b29..5a4a459c89f0 100644
--- a/net-im/libnice/Makefile
+++ b/net-im/libnice/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libnice
-PORTVERSION= 0.1.8
+PORTVERSION= 0.1.13
CATEGORIES= net-im devel
MASTER_SITES= http://nice.freedesktop.org/releases/
diff --git a/net-im/libnice/distinfo b/net-im/libnice/distinfo
index 996827f6c3a4..bdfbb8af7920 100644
--- a/net-im/libnice/distinfo
+++ b/net-im/libnice/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libnice-0.1.8.tar.gz) = 9da7f09909902d535389d929c3e4d69129528fb18438a6c8565ec812d9904ddf
-SIZE (libnice-0.1.8.tar.gz) = 881186
+SHA256 (libnice-0.1.13.tar.gz) = 61112d9f3be933a827c8365f20551563953af6718057928f51f487bfe88419e1
+SIZE (libnice-0.1.13.tar.gz) = 912374
diff --git a/net-im/libnice/files/configure.ac b/net-im/libnice/files/configure.ac
new file mode 100644
index 000000000000..ad35550d82ce
--- /dev/null
+++ b/net-im/libnice/files/configure.ac
@@ -0,0 +1,16 @@
+--- configure.ac.orig 2015-08-08 16:29:47.571735000 +0200
++++ configure.ac 2015-08-08 16:33:23.011860000 +0200
+@@ -231,11 +231,10 @@
+ [
+ have_gst_check=no
+ ])
+-
+- AM_CONDITIONAL(HAVE_GST_CHECK, test "$have_gst_check" = yes)
+-
+ ])
+
++AM_CONDITIONAL(HAVE_GST_CHECK, test "$have_gst_check" = yes)
++
+ AS_IF([test "$with_gstreamer010" != no], [
+
+ PKG_CHECK_MODULES(GST010, [
diff --git a/net-im/libnice/files/patch-configure b/net-im/libnice/files/patch-configure
new file mode 100644
index 000000000000..0d6779c8d471
--- /dev/null
+++ b/net-im/libnice/files/patch-configure
@@ -0,0 +1,23 @@
+--- configure.orig 2015-08-08 16:33:30.121861000 +0200
++++ configure 2015-08-08 16:33:52.533583000 +0200
+@@ -15751,7 +15751,9 @@
+
+ fi
+
+- if test "$have_gst_check" = yes; then
++fi
++
++ if test "$have_gst_check" = yes; then
+ HAVE_GST_CHECK_TRUE=
+ HAVE_GST_CHECK_FALSE='#'
+ else
+@@ -15760,9 +15762,6 @@
+ fi
+
+
+-
+-fi
+-
+ if test "$with_gstreamer010" != no; then :
+
+
diff --git a/net-im/libnice/pkg-plist b/net-im/libnice/pkg-plist
index 61759ef2872f..d09411cfbbf5 100644
--- a/net-im/libnice/pkg-plist
+++ b/net-im/libnice/pkg-plist
@@ -17,10 +17,9 @@ include/stun/usages/timer.h
include/stun/usages/turn.h
include/stun/win32_common.h
lib/girepository-1.0/Nice-0.1.typelib
-lib/libnice.a
lib/libnice.so
lib/libnice.so.10
-lib/libnice.so.10.5.0
+lib/libnice.so.10.6.2
libdata/pkgconfig/nice.pc
share/gir-1.0/Nice-0.1.gir
share/gtk-doc/html/libnice/NiceAgent.html
@@ -45,6 +44,7 @@ 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/ix12.html
share/gtk-doc/html/libnice/left-insensitive.png
share/gtk-doc/html/libnice/left.png
share/gtk-doc/html/libnice/libnice-Bind.html