Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 16:49:28 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550054 - in head: . net-im net-im/libnice net-im/libnice-gst010
Message-ID:  <202009251649.08PGnSed041742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 25 16:49:28 2020
New Revision: 550054
URL: https://svnweb.freebsd.org/changeset/ports/550054

Log:
  Remove libnice-gst010 it is not depended on and support for gstreamer 0.10
  has been dropped upstream

Deleted:
  head/net-im/libnice-gst010/
Modified:
  head/MOVED
  head/net-im/Makefile
  head/net-im/libnice/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Sep 25 16:23:44 2020	(r550053)
+++ head/MOVED	Fri Sep 25 16:49:28 2020	(r550054)
@@ -15626,3 +15626,4 @@ dns/dnsmasq-devel|dns/dnsmasq|2020-09-24|Has expired: 
 shells/poshinit|shells/switchBashZsh|2020-09-24|Tracking upstream name change
 net-im/corebird||2020-09-25|Stopped working in august 2018
 devel/py-pyqi||2020-09-25|No longer developed, use devel/py-click instead
+net-im/libnice-gst010|net-im/libnice-gst1|2020-09-25|Not depended on, gstream0.10 support has been removed in newer versions

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Fri Sep 25 16:23:44 2020	(r550053)
+++ head/net-im/Makefile	Fri Sep 25 16:49:28 2020	(r550054)
@@ -55,7 +55,6 @@
     SUBDIR += libaccounts-qt5
     SUBDIR += libmesode
     SUBDIR += libnice
-    SUBDIR += libnice-gst010
     SUBDIR += libnice-gst1
     SUBDIR += libpurple
     SUBDIR += libqmatrixclient

Modified: head/net-im/libnice/Makefile
==============================================================================
--- head/net-im/libnice/Makefile	Fri Sep 25 16:23:44 2020	(r550053)
+++ head/net-im/libnice/Makefile	Fri Sep 25 16:49:28 2020	(r550054)
@@ -23,17 +23,9 @@ GUPNP_LIB_DEPENDS+=	libgupnp-igd-1.0.so: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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009251649.08PGnSed041742>