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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F21A7158083 for ; Thu, 26 Sep 2024 16:04:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBF4E2BC014; Thu, 26 Sep 2024 16:04:39 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDA3E2BC014 for ; Thu, 26 Sep 2024 16:04:39 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A54133431DE for ; Thu, 26 Sep 2024 16:04:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 065001ACF for ; Thu, 26 Sep 2024 16:04:37 +0000 (UTC) From: "Mats Lidell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mats Lidell" Message-ID: <1727366664.5cfb56344c1caa63e87ce7e3a890b0f62843d1c7.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xemacs/, app-editors/xemacs/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/xemacs/files/xemacs-21.5.35-which.patch app-editors/xemacs/xemacs-21.5.35-r2.ebuild app-editors/xemacs/xemacs-21.5.35-r3.ebuild X-VCS-Directories: app-editors/xemacs/ app-editors/xemacs/files/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 5cfb56344c1caa63e87ce7e3a890b0f62843d1c7 X-VCS-Branch: master Date: Thu, 26 Sep 2024 16:04:37 +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: fadc6e5f-a52d-40ec-8a40-2c25c156cd70 X-Archives-Hash: b2c3067dff0a014e809f1b2c0f4a3291 commit: 5cfb56344c1caa63e87ce7e3a890b0f62843d1c7 Author: Mats Lidell gentoo org> AuthorDate: Thu Sep 26 16:00:24 2024 +0000 Commit: Mats Lidell gentoo org> CommitDate: Thu Sep 26 16:04:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfb5634 app-editors/xemacs: Do not use which in configure Close: https://bugs.gentoo.org/940218 Signed-off-by: Mats Lidell gentoo.org> app-editors/xemacs/files/xemacs-21.5.35-which.patch | 12 ++++++++++++ .../{xemacs-21.5.35-r2.ebuild => xemacs-21.5.35-r3.ebuild} | 1 + 2 files changed, 13 insertions(+) diff --git a/app-editors/xemacs/files/xemacs-21.5.35-which.patch b/app-editors/xemacs/files/xemacs-21.5.35-which.patch new file mode 100644 index 000000000000..cf8b554490fc --- /dev/null +++ b/app-editors/xemacs/files/xemacs-21.5.35-which.patch @@ -0,0 +1,12 @@ +diff -r 22f2684b1b82 configure.ac +--- a/configure.ac Mon Sep 23 16:24:03 2024 +0100 ++++ b/configure.ac Thu Sep 26 07:57:11 2024 +0200 +@@ -2518,7 +2518,7 @@ + dnl We need a recent version of makeinfo + AC_MSG_CHECKING([for makeinfo >= 4.12]) + MAKEINFO= +-for prog in `which -a makeinfo`; do ++for prog in `type -P makeinfo`; do + mi_verstr=[`$prog --version | sed -n '1s/^.* \([0-9][0-9.]*\)$/\1/p'`] + mi_major=`echo $mi_verstr | cut -d. -f1` + mi_minor=`echo $mi_verstr | cut -d. -f2` diff --git a/app-editors/xemacs/xemacs-21.5.35-r2.ebuild b/app-editors/xemacs/xemacs-21.5.35-r3.ebuild similarity index 99% rename from app-editors/xemacs/xemacs-21.5.35-r2.ebuild rename to app-editors/xemacs/xemacs-21.5.35-r3.ebuild index 16f96c54d3de..c6d6120f7236 100644 --- a/app-editors/xemacs/xemacs-21.5.35-r2.ebuild +++ b/app-editors/xemacs/xemacs-21.5.35-r3.ebuild @@ -63,6 +63,7 @@ src_prepare() { eapply "${FILESDIR}/${P}-configure.patch" eapply "${FILESDIR}/${P}-mule-tests.patch" eapply "${FILESDIR}/${P}-configure-libc-version.patch" + eapply "${FILESDIR}/${P}-which.patch" eapply_user