From owner-svn-ports-all@freebsd.org Fri Sep 25 16:49:29 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BAE123FC967; Fri, 25 Sep 2020 16:49:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BydDT4XvBz4DQS; Fri, 25 Sep 2020 16:49:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8029B16323; Fri, 25 Sep 2020 16:49:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08PGnTiX041748; Fri, 25 Sep 2020 16:49:29 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08PGnSed041742; Fri, 25 Sep 2020 16:49:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202009251649.08PGnSed041742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 25 Sep 2020 16:49:28 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head: . net-im net-im/libnice net-im/libnice-gst010 X-SVN-Commit-Revision: 550054 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2020 16:49:29 -0000 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 - .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