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 A20FB158090 for ; Wed, 4 May 2022 23:17:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6D21E07A9; Wed, 4 May 2022 23:17:55 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E7C1E07A9 for ; Wed, 4 May 2022 23:17:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9273A341B7D for ; Wed, 4 May 2022 23:17:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24FF43BF for ; Wed, 4 May 2022 23:17:53 +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: <1651706265.44e06b49c3347e6f660d85af4db4fd5d207d551c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gdal/gdal-3.4.3-r1.ebuild sci-libs/gdal/gdal-3.4.3.ebuild X-VCS-Directories: sci-libs/gdal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 44e06b49c3347e6f660d85af4db4fd5d207d551c X-VCS-Branch: master Date: Wed, 4 May 2022 23:17:53 +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: 6ea1dd54-7f04-4e9e-b0a9-81505e32e8ac X-Archives-Hash: 74cad1575e725cd8bf4a8472748e2dc9 commit: 44e06b49c3347e6f660d85af4db4fd5d207d551c Author: Sam James gentoo org> AuthorDate: Wed May 4 23:15:01 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 4 23:17:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e06b49 sci-libs/gdal: restore missing changes from 3.4.2-r2 Signed-off-by: Sam James gentoo.org> sci-libs/gdal/{gdal-3.4.3.ebuild => gdal-3.4.3-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-libs/gdal/gdal-3.4.3.ebuild b/sci-libs/gdal/gdal-3.4.3-r1.ebuild similarity index 98% rename from sci-libs/gdal/gdal-3.4.3.ebuild rename to sci-libs/gdal/gdal-3.4.3-r1.ebuild index 48c279d2b06e..0542e701d8c1 100644 --- a/sci-libs/gdal/gdal-3.4.3.ebuild +++ b/sci-libs/gdal/gdal-3.4.3-r1.ebuild @@ -41,7 +41,7 @@ BDEPEND=" DEPEND=" dev-libs/expat dev-libs/json-c:= - dev-libs/libpcre + dev-libs/libpcre2 dev-libs/libxml2:2 dev-libs/openssl:= media-libs/tiff @@ -148,6 +148,7 @@ src_configure() { --with-libtiff --with-libtool --with-libz="${ESYSROOT}"/usr + --with-pcre2 --without-blosc --without-charls --without-dods-root @@ -176,6 +177,7 @@ src_configure() { --without-rasterlite2 # Revisit when OpenEXR 3 / ilmmath migration is more complete in tree --without-exr + --without-pcre --without-pcraster --without-pdfium --without-perl @@ -294,7 +296,7 @@ src_install() { if use java; then # bug #752399 java-pkg_dojar "${S}"/swig/java/gdal.jar - dolib.so "${S}"/swig/java/.libs/libgdalalljni.so.* + dolib.so "${S}"/swig/java/.libs/libgdalalljni.so* fi if use perl; then