From owner-dev-commits-ports-all@freebsd.org Sun Jul 18 15:02:36 2021 Return-Path: Delivered-To: dev-commits-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 BCB6B66C248; Sun, 18 Jul 2021 15:02:36 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GSSrX4mnnz4p9y; Sun, 18 Jul 2021 15:02:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C73625A6F; Sun, 18 Jul 2021 15:02:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16IF2aiI010214; Sun, 18 Jul 2021 15:02:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16IF2aSZ010213; Sun, 18 Jul 2021 15:02:36 GMT (envelope-from git) Date: Sun, 18 Jul 2021 15:02:36 GMT Message-Id: <202107181502.16IF2aSZ010213@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Mikael Urankar Subject: git: 330c751fd758 - 2021Q3 - net-im/tg_owt: Fix build on aarch64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mikael X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 330c751fd75884ec2891ff920187c991013cf06d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2021 15:02:36 -0000 The branch 2021Q3 has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=330c751fd75884ec2891ff920187c991013cf06d commit 330c751fd75884ec2891ff920187c991013cf06d Author: Aoek AuthorDate: 2021-07-18 14:51:49 +0000 Commit: Mikael Urankar CommitDate: 2021-07-18 15:02:24 +0000 net-im/tg_owt: Fix build on aarch64 Don't build the bundled libusrsctp, use the one provided by net/libusrsctp like it's done on other arches. PR: 256998 Approved by: Henry Hu (maintainer) (cherry picked from commit eda0db32e774b8e58b831ad0b3fe4b1ecc85cd3e) --- net-im/tg_owt/files/patch-CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/net-im/tg_owt/files/patch-CMakeLists.txt b/net-im/tg_owt/files/patch-CMakeLists.txt index 8ec277f021b9..9dc40d79540b 100644 --- a/net-im/tg_owt/files/patch-CMakeLists.txt +++ b/net-im/tg_owt/files/patch-CMakeLists.txt @@ -16,6 +16,14 @@ tg_owt::libvpx tg_owt::libvpx_mmx tg_owt::libvpx_sse2 +@@ -112,7 +111,6 @@ + tg_owt::libpffft + tg_owt::librnnoise + tg_owt::libsrtp +- tg_owt::libusrsctp + tg_owt::libvpx + tg_owt::libyuv + ) @@ -137,6 +135,7 @@ endif() link_openssl(tg_owt) link_ffmpeg(tg_owt)