From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28C6013835A for ; Mon, 4 Jan 2021 16:59:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D64ADE0A62; Mon, 4 Jan 2021 16:59:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6D11E0A62 for ; Mon, 4 Jan 2021 16:59:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92D573411F3 for ; Mon, 4 Jan 2021 16:59:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 006BE489 for ; Mon, 4 Jan 2021 16:59:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609777968.2d666342dbf4ed53ff1dd77946722dd91918bf96.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/yate/files/, net-voip/yate/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/yate/files/yate-9999-dont-mess-with-cflags.patch net-voip/yate/yate-9999.ebuild X-VCS-Directories: net-voip/yate/ net-voip/yate/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2d666342dbf4ed53ff1dd77946722dd91918bf96 X-VCS-Branch: master Date: Mon, 4 Jan 2021 16:59:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d659f6bc-c355-4bc2-8ef2-10397d83bfd3 X-Archives-Hash: b5c416eb95243bd91017e108f94edd91 commit: 2d666342dbf4ed53ff1dd77946722dd91918bf96 Author: Jaco Kroon uls co za> AuthorDate: Tue Dec 29 13:57:09 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 4 16:32:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d666342 net-voip/yate: bring -9999 in line with 6.2.0. This basically brings in the known required patches, and removes duplicate -9999 patch from files/. Signed-off-by: Jaco Kroon uls.co.za> Closes: https://bugs.gentoo.org/666012 Signed-off-by: Sam James gentoo.org> net-voip/yate/files/yate-9999-dont-mess-with-cflags.patch | 14 -------------- net-voip/yate/yate-9999.ebuild | 9 ++++++--- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/net-voip/yate/files/yate-9999-dont-mess-with-cflags.patch b/net-voip/yate/files/yate-9999-dont-mess-with-cflags.patch deleted file mode 100644 index 1a2a98c24e9..00000000000 --- a/net-voip/yate/files/yate-9999-dont-mess-with-cflags.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://build.opensuse.org/package/view_file/network:telephony/yate/dont-mess-with-cflags.patch?expand=1 - -Index: yate/configure.ac -=================================================================== ---- yate.orig/configure.ac -+++ yate/configure.ac -@@ -1652,7 +1652,6 @@ fi - - - INSTALL_D="install -D" --CFLAGS=`echo "$CFLAGS" | sed 's/\(^\| \+\)-g[[0-9]]*//' | sed 's/[[[:space:]]]\{2,\}/ /g'` - MODULE_CFLAGS="-fno-exceptions -fPIC $HAVE_GCC_FORMAT_CHECK $HAVE_BLOCK_RETURN" - MODULE_CPPFLAGS="$HAVE_NO_OVERLOAD_VIRT_WARN $RTTI_OPT $MODULE_CFLAGS" - MODULE_LDRELAX="-rdynamic -shared" diff --git a/net-voip/yate/yate-9999.ebuild b/net-voip/yate/yate-9999.ebuild index adfc9f09121..5ed8e890f9e 100644 --- a/net-voip/yate/yate-9999.ebuild +++ b/net-voip/yate/yate-9999.ebuild @@ -24,12 +24,12 @@ IUSE="doc cpu_flags_x86_sse2 sctp dahdi zaptel wpcard tdmcard wanpipe +ilbc +ilb RDEPEND=" postgres? ( dev-db/postgresql:* ) - mysql? ( virtual/mysql ) + mysql? ( dev-db/mysql-connector-c:= ) gsm? ( media-sound/gsm ) speex? ( media-libs/speex ) ssl? ( dev-libs/openssl:0 ) zlib? ( sys-libs/zlib ) - ilbc? ( dev-libs/ilbc-rfc3951 ) + ilbc? ( media-libs/libilbc ) spandsp? ( >=media-libs/spandsp-0.0.3 ) dahdi? ( net-misc/dahdi ) " @@ -37,7 +37,10 @@ DEPEND="doc? ( app-doc/doxygen ) virtual/pkgconfig ${RDEPEND}" -PATCHES=( "${FILESDIR}"/${P}-dont-mess-with-cflags.patch ) +PATCHES=( + "${FILESDIR}/${PN}-6.0.0-dont-mess-with-cflags.patch" + "${FILESDIR}/${PN}-6.2.0-my_bool.patch" +) src_prepare() { default_src_prepare