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 8C154158074 for ; Sat, 05 Jul 2025 04:27:44 +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 73D86342080 for ; Sat, 05 Jul 2025 04:27:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 63610110462; Sat, 05 Jul 2025 04:27:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5CCD2110462 for ; Sat, 05 Jul 2025 04:27:43 +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 0362B342073 for ; Sat, 05 Jul 2025 04:27:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 413982A9D for ; Sat, 05 Jul 2025 04:27:41 +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: <1751689633.273a01dab1bac74072c051b25d00d7fd52c74c4b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-Pg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DBD-Pg/DBD-Pg-3.18.0-r1.ebuild dev-perl/DBD-Pg/DBD-Pg-3.18.0.ebuild X-VCS-Directories: dev-perl/DBD-Pg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 273a01dab1bac74072c051b25d00d7fd52c74c4b X-VCS-Branch: master Date: Sat, 05 Jul 2025 04:27:41 +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: c72db04e-26a1-4258-b50e-77bec9920ef9 X-Archives-Hash: cb6118cd66043dc8b11b762537c9a595 commit: 273a01dab1bac74072c051b25d00d7fd52c74c4b Author: Sam James gentoo org> AuthorDate: Sat Jul 5 04:26:23 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 5 04:27:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273a01da dev-perl/DBD-Pg: build w/ -std=gnu17, update deps * Build w/ -std=gnu17. It's been reported upstream already but no response yet. We especially want various dev-perl/* to be buildable right now as 5.42 is here now. * Drop useless Perl virtual deps while here. Closes: https://bugs.gentoo.org/944038 Signed-off-by: Sam James gentoo.org> .../{DBD-Pg-3.18.0.ebuild => DBD-Pg-3.18.0-r1.ebuild} | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/dev-perl/DBD-Pg/DBD-Pg-3.18.0.ebuild b/dev-perl/DBD-Pg/DBD-Pg-3.18.0-r1.ebuild similarity index 92% rename from dev-perl/DBD-Pg/DBD-Pg-3.18.0.ebuild rename to dev-perl/DBD-Pg/DBD-Pg-3.18.0-r1.ebuild index 0d24de4bda5c..4baef0eaaa6d 100644 --- a/dev-perl/DBD-Pg/DBD-Pg-3.18.0.ebuild +++ b/dev-perl/DBD-Pg/DBD-Pg-3.18.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DIST_AUTHOR=TURNSTEP -inherit perl-module +inherit flag-o-matic perl-module DESCRIPTION="PostgreSQL database driver for the DBI module" @@ -12,7 +12,6 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" - virtual/perl-version >=dev-perl/DBI-1.614.0 dev-db/postgresql:* " @@ -23,9 +22,7 @@ BDEPEND=" ${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.580.0 test? ( - virtual/perl-File-Temp >=virtual/perl-Test-Simple-0.880.0 - virtual/perl-Time-HiRes ) " @@ -51,6 +48,13 @@ src_prepare() { perl-module_src_prepare } +src_configure() { + # https://github.com/bucardo/dbdpg/issues/135 (bug #944038) + append-cflags -std=gnu17 + + perl-module_src_configure +} + src_test() { local MODULES=( "Bundle::DBD::Pg v${PV}"