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 44C2D158649 for ; Sat, 13 May 2023 01:31:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 744E8E08D4; Sat, 13 May 2023 01:31:11 +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 54AD2E08D4 for ; Sat, 13 May 2023 01:31:11 +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 3B3E033BE23 for ; Sat, 13 May 2023 01:31:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F708990 for ; Sat, 13 May 2023 01:31:08 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1683941458.3d21154c5c99a552d9a79c651f09de25594a88b0.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/itk/, sci-libs/itk/files/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/itk/files/itk-5.3.0-uint8.patch sci-libs/itk/itk-5.3.0-r1.ebuild X-VCS-Directories: sci-libs/itk/files/ sci-libs/itk/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 3d21154c5c99a552d9a79c651f09de25594a88b0 X-VCS-Branch: master Date: Sat, 13 May 2023 01:31:08 +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: ae51c6c9-e929-44c0-a5d8-0c2fdf7acba5 X-Archives-Hash: b1bf4795c5264f26be8d15a10b3a4ed6 commit: 3d21154c5c99a552d9a79c651f09de25594a88b0 Author: Horea Christian chymera eu> AuthorDate: Sat May 13 01:29:30 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Sat May 13 01:30:58 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3d21154c sci-libs/itk: patch for newer gcc Signed-off-by: Horea Christian chymera.eu> sci-libs/itk/files/itk-5.3.0-uint8.patch | 10 ++++++++++ sci-libs/itk/itk-5.3.0-r1.ebuild | 2 ++ 2 files changed, 12 insertions(+) diff --git a/sci-libs/itk/files/itk-5.3.0-uint8.patch b/sci-libs/itk/files/itk-5.3.0-uint8.patch new file mode 100644 index 000000000..724314574 --- /dev/null +++ b/sci-libs/itk/files/itk-5.3.0-uint8.patch @@ -0,0 +1,10 @@ +--- a/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h ++++ b/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h +@@ -20,6 +20,7 @@ + + #include + #include "ITKMathematicalMorphologyExport.h" ++#include + + + namespace itk diff --git a/sci-libs/itk/itk-5.3.0-r1.ebuild b/sci-libs/itk/itk-5.3.0-r1.ebuild index 23f3341a2..29a3da5d0 100644 --- a/sci-libs/itk/itk-5.3.0-r1.ebuild +++ b/sci-libs/itk/itk-5.3.0-r1.ebuild @@ -92,9 +92,11 @@ BDEPEND=" S="${WORKDIR}/${MY_P}" +# uint patch applied by upstream for next release. PATCHES=( "${FILESDIR}/${PN}-5.2.1-system-tiff-has-64.patch" "${FILESDIR}/${PN}-5.3.0-system-openjpeg.patch" + "${FILESDIR}/${PN}-5.3.0-uint8.patch" ) pkg_pretend() {