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 BD1A5158020 for ; Wed, 7 Dec 2022 17:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E2ACE07EF; Wed, 7 Dec 2022 17:51:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 pigeon.gentoo.org (Postfix) with ESMTPS id E6CBBE07EF for ; Wed, 7 Dec 2022 17:51:07 +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 16293341241 for ; Wed, 7 Dec 2022 17:51:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 752E76F2 for ; Wed, 7 Dec 2022 17:51:05 +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: <1670435427.01b65c1ab8739171aa41a3ff28bc1c2fef2f8f46.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxslt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxslt/libxslt-1.1.37-r1.ebuild dev-libs/libxslt/libxslt-1.1.37.ebuild X-VCS-Directories: dev-libs/libxslt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 01b65c1ab8739171aa41a3ff28bc1c2fef2f8f46 X-VCS-Branch: master Date: Wed, 7 Dec 2022 17:51:05 +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: 65753745-deb7-4f72-b34a-239c12f2059f X-Archives-Hash: f0580eff02ce013016d5db6d5ecd303d commit: 01b65c1ab8739171aa41a3ff28bc1c2fef2f8f46 Author: Allen Webb google com> AuthorDate: Wed Dec 7 17:02:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 7 17:50:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b65c1a dev-libs/libxslt: Enable LFS support switch to using LFS-capable functions: fopen -> fopen64 gzopen -> gzopen64 readdir -> readdir64 stat -> stat64 Closes: https://bugs.gentoo.org/884717 Signed-off-by: Allen Webb google.com> Closes: https://github.com/gentoo/gentoo/pull/28592 Signed-off-by: Sam James gentoo.org> .../libxslt/{libxslt-1.1.37.ebuild => libxslt-1.1.37-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-libs/libxslt/libxslt-1.1.37.ebuild b/dev-libs/libxslt/libxslt-1.1.37-r1.ebuild similarity index 93% rename from dev-libs/libxslt/libxslt-1.1.37.ebuild rename to dev-libs/libxslt/libxslt-1.1.37-r1.ebuild index 2c7268bf940f..151e80a2ac14 100644 --- a/dev-libs/libxslt/libxslt-1.1.37.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.37-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Note: Please bump this in sync with dev-libs/libxml2. PYTHON_COMPAT=( python3_{8..11} ) -inherit python-r1 multilib-minimal +inherit flag-o-matic python-r1 multilib-minimal DESCRIPTION="XSLT libraries and tools" HOMEPAGE="https://gitlab.gnome.org/GNOME/libxslt" @@ -53,6 +53,10 @@ src_prepare() { } multilib_src_configure() { + # Remove this after upstream merge request to add AC_SYS_LARGEFILE lands: + # https://gitlab.gnome.org/GNOME/libxslt/-/merge_requests/55 + append-lfs-flags + libxslt_configure() { ECONF_SOURCE="${S}" econf \ --without-python \