From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2693D15808A for ; Thu, 31 Jul 2025 12:33:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0F579341F5C for ; Thu, 31 Jul 2025 12:33:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 08A99110377; Thu, 31 Jul 2025 12:33:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F13B7110377 for ; Thu, 31 Jul 2025 12:33:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A59BD341052 for ; Thu, 31 Jul 2025 12:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44DBB29A9 for ; Thu, 31 Jul 2025 12:33:33 +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: <1753965185.2864921f7f8577abe9b6344df19a206e7c2b434b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent/, net-libs/libtorrent/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtorrent/files/libtorrent-0.15.5-find_grep.patch net-libs/libtorrent/libtorrent-0.15.5.ebuild X-VCS-Directories: net-libs/libtorrent/files/ net-libs/libtorrent/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2864921f7f8577abe9b6344df19a206e7c2b434b X-VCS-Branch: master Date: Thu, 31 Jul 2025 12:33:33 +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: 0eb5874a-414d-43c7-ade5-c9305c436035 X-Archives-Hash: 0cc1601e6a95e7303311561e3f12fc55 commit: 2864921f7f8577abe9b6344df19a206e7c2b434b Author: Nicolas PARLANT parhuet fr> AuthorDate: Tue Jul 29 12:50:15 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 31 12:33:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2864921f net-libs/libtorrent: fix GREP call scripts/common.m4 calls $GREP at configure time. this can cause problems with slibtool and maybe also split-usr env. problem raised in the forum Signed-off-by: Nicolas PARLANT parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43230 Closes: https://github.com/gentoo/gentoo/pull/43230 Signed-off-by: Sam James gentoo.org> .../libtorrent/files/libtorrent-0.15.5-find_grep.patch | 14 ++++++++++++++ net-libs/libtorrent/libtorrent-0.15.5.ebuild | 2 ++ 2 files changed, 16 insertions(+) diff --git a/net-libs/libtorrent/files/libtorrent-0.15.5-find_grep.patch b/net-libs/libtorrent/files/libtorrent-0.15.5-find_grep.patch new file mode 100644 index 000000000000..039d57231c13 --- /dev/null +++ b/net-libs/libtorrent/files/libtorrent-0.15.5-find_grep.patch @@ -0,0 +1,14 @@ +https://github.com/rakshasa/libtorrent/pull/539.patch +configure fails with slibtool because it doesn't define GREP +diff --git a/scripts/common.m4 b/scripts/common.m4 +index 480bdef..7129204 100644 +--- a/scripts/common.m4 ++++ b/scripts/common.m4 +@@ -23,6 +23,7 @@ AC_DEFUN([TORRENT_WITH_SYSROOT], [ + + AC_DEFUN([TORRENT_REMOVE_UNWANTED], + [ ++ AC_REQUIRE([AC_PROG_GREP]) + values_to_check=`for i in $2; do echo $i; done` + unwanted_values=`for i in $3; do echo $i; done` + if test -z "${unwanted_values}"; then diff --git a/net-libs/libtorrent/libtorrent-0.15.5.ebuild b/net-libs/libtorrent/libtorrent-0.15.5.ebuild index c4c97036b633..6f74e0f201b8 100644 --- a/net-libs/libtorrent/libtorrent-0.15.5.ebuild +++ b/net-libs/libtorrent/libtorrent-0.15.5.ebuild @@ -33,6 +33,8 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-0.14.0-tests-address.patch "${FILESDIR}"/${PN}-0.15.3-unbundle_udns.patch + # https://github.com/rakshasa/libtorrent/pull/539.patch + "${FILESDIR}"/${PN}-0.15.5-find_grep.patch ) src_prepare() {