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 480A21581D3 for ; Sun, 19 May 2024 16:02:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C946E2A09; Sun, 19 May 2024 16:02:48 +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 2B436E2A09 for ; Sun, 19 May 2024 16:02:48 +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 1FFB933BE93 for ; Sun, 19 May 2024 16:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57E76132F for ; Sun, 19 May 2024 16:02:45 +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: <1716134503.93f46f4f8dfd02fc6bc515d6f8293a65dccfa154.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sed/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sed/sed-4.9-r1.ebuild sys-apps/sed/sed-4.9.ebuild X-VCS-Directories: sys-apps/sed/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 93f46f4f8dfd02fc6bc515d6f8293a65dccfa154 X-VCS-Branch: master Date: Sun, 19 May 2024 16:02:45 +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: f21f7817-ec09-42b0-98ac-b97c8ebdf6a1 X-Archives-Hash: dfcd8a39bd324356e7619187b76ca2f3 commit: 93f46f4f8dfd02fc6bc515d6f8293a65dccfa154 Author: Eli Schwartz gmail com> AuthorDate: Fri May 17 06:05:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 19 16:01:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f46f4f sys-apps/sed: regenerate autoconf to get a Modern C fix in There are also some suppressions that are going to be added to portage itself for gnulib checks that are *expected* to fail. Backported to sys-apps/portage. [sam: Revbump.] Closes: https://bugs.gentoo.org/900382 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> sys-apps/sed/{sed-4.9.ebuild => sed-4.9-r1.ebuild} | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sys-apps/sed/sed-4.9.ebuild b/sys-apps/sed/sed-4.9-r1.ebuild similarity index 89% rename from sys-apps/sed/sed-4.9.ebuild rename to sys-apps/sed/sed-4.9-r1.ebuild index ef4336465acc..96c05b2fc320 100644 --- a/sys-apps/sed/sed-4.9.ebuild +++ b/sys-apps/sed/sed-4.9-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/sed.asc -inherit flag-o-matic verify-sig +inherit autotools flag-o-matic verify-sig DESCRIPTION="Super-useful stream editor" HOMEPAGE="https://www.gnu.org/software/sed/" @@ -33,6 +33,12 @@ DEPEND="${RDEPEND} BDEPEND="nls? ( sys-devel/gettext ) verify-sig? ( sec-keys/openpgp-keys-sed )" +src_prepare() { + default + # Modern C fixes from latest autotools. bug #900382 + eautoreconf +} + src_configure() { use static && append-ldflags -static