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.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 82578158046 for ; Sun, 13 Oct 2024 13:43:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0428E089C; Sun, 13 Oct 2024 13:43:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id BBB56E089C for ; Sun, 13 Oct 2024 13:43:04 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16F63343279 for ; Sun, 13 Oct 2024 13:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D7C41F64 for ; Sun, 13 Oct 2024 13:43:01 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1728826805.ef96c5e1938bc4370bdd9678ffa793f431891976.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git/files/git-2.37.2-darwin-prefix-gettext.patch X-VCS-Directories: dev-vcs/git/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ef96c5e1938bc4370bdd9678ffa793f431891976 X-VCS-Branch: master Date: Sun, 13 Oct 2024 13:43:01 +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: a9e83c18-56a3-433a-863b-60e228ba8448 X-Archives-Hash: f4feab2d16c13d9f01c6ddf6d69ea335 commit: ef96c5e1938bc4370bdd9678ffa793f431891976 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Oct 12 17:45:14 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Oct 13 13:40:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef96c5e1 dev-vcs/git: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> .../files/git-2.37.2-darwin-prefix-gettext.patch | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-vcs/git/files/git-2.37.2-darwin-prefix-gettext.patch b/dev-vcs/git/files/git-2.37.2-darwin-prefix-gettext.patch deleted file mode 100644 index af267347e65e..000000000000 --- a/dev-vcs/git/files/git-2.37.2-darwin-prefix-gettext.patch +++ /dev/null @@ -1,22 +0,0 @@ -Don't examine outside of the prefix for gettext on macOS/Darwin. -https://bugs.gentoo.org/757309 ---- a/config.mak.uname -+++ b/config.mak.uname -@@ -148,17 +148,6 @@ ifeq ($(uname_S),Darwin) - HAVE_NS_GET_EXECUTABLE_PATH = YesPlease - CSPRNG_METHOD = arc4random - -- # Workaround for `gettext` being keg-only and not even being linked via -- # `brew link --force gettext`, should be obsolete as of -- # https://github.com/Homebrew/homebrew-core/pull/53489 -- ifeq ($(shell test -d /usr/local/opt/gettext/ && echo y),y) -- BASIC_CFLAGS += -I/usr/local/include -I/usr/local/opt/gettext/include -- BASIC_LDFLAGS += -L/usr/local/lib -L/usr/local/opt/gettext/lib -- ifeq ($(shell test -x /usr/local/opt/gettext/bin/msgfmt && echo y),y) -- MSGFMT = /usr/local/opt/gettext/bin/msgfmt -- endif -- endif -- - # The builtin FSMonitor on MacOS builds upon Simple-IPC. Both require - # Unix domain sockets and PThreads. - ifndef NO_PTHREADS