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 167FC158451 for ; Mon, 8 Jan 2024 23:32:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8404F2BC017; Mon, 8 Jan 2024 23:32:01 +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 54AEE2BC017 for ; Mon, 8 Jan 2024 23:32:01 +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 43FB83432C1 for ; Mon, 8 Jan 2024 23:32:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71022AE5 for ; Mon, 8 Jan 2024 23:31:58 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1704756710.43ac4e061e2033642bd8c137e0a5753ea6070b53.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/files/, sci-visualization/paraview/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/paraview/files/paraview-5.11.1-missing-include.patch sci-visualization/paraview/paraview-5.11.1.ebuild X-VCS-Directories: sci-visualization/paraview/ sci-visualization/paraview/files/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 43ac4e061e2033642bd8c137e0a5753ea6070b53 X-VCS-Branch: master Date: Mon, 8 Jan 2024 23:31:58 +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: 57a630cb-05fe-4631-a6a9-741dfbab1103 X-Archives-Hash: 3e04856b776e7794e6f8b51f65cd6d7d commit: 43ac4e061e2033642bd8c137e0a5753ea6070b53 Author: Matthias Maier gentoo org> AuthorDate: Mon Jan 8 22:48:01 2024 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Jan 8 23:31:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ac4e06 sci-visualization/paraview: fix compilation Thanks to Attila Tóth for the patch Closes: https://bugs.gentoo.org/910541 Signed-off-by: Matthias Maier gentoo.org> .../paraview/files/paraview-5.11.1-missing-include.patch | 11 +++++++++++ sci-visualization/paraview/paraview-5.11.1.ebuild | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/sci-visualization/paraview/files/paraview-5.11.1-missing-include.patch b/sci-visualization/paraview/files/paraview-5.11.1-missing-include.patch new file mode 100644 index 000000000000..d59d78412750 --- /dev/null +++ b/sci-visualization/paraview/files/paraview-5.11.1-missing-include.patch @@ -0,0 +1,11 @@ +diff -urNp ParaView-v5.11.1-orig/VTK/ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp ParaView-v5.11.1-dwok/VTK/ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp +--- ParaView-v5.11.1-orig/VTK/ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp 2023-03-30 16:08:08.000000000 +0200 ++++ ParaView-v5.11.1-dwok/VTK/ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp 2023-08-26 14:53:20.211944383 +0200 +@@ -33,6 +33,7 @@ + + #include + #include ++#include + + #define CPL_DLL + diff --git a/sci-visualization/paraview/paraview-5.11.1.ebuild b/sci-visualization/paraview/paraview-5.11.1.ebuild index 5816780dbe50..b1415ed7b27c 100644 --- a/sci-visualization/paraview/paraview-5.11.1.ebuild +++ b/sci-visualization/paraview/paraview-5.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -104,6 +104,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-5.5.0-allow_custom_build_type.patch + "${FILESDIR}"/${P}-missing-include.patch ) pkg_pretend() {