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 160CF15ACFC for ; Fri, 5 May 2023 09:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E20D3E07AE; Fri, 5 May 2023 09:04:46 +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 C669FE07AE for ; Fri, 5 May 2023 09:04:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C77C634124F for ; Fri, 5 May 2023 09:04:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FA9DA57 for ; Fri, 5 May 2023 09:04:44 +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: <1683277475.f6aef9a48475f4cb7f3df463687dc9e78a6d2d50.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/freecad/files/, media-gfx/freecad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/freecad/files/freecad-0.20.2-libE57Format-fix-compile-using-gcc13.patch media-gfx/freecad/freecad-0.20.2-r1.ebuild X-VCS-Directories: media-gfx/freecad/files/ media-gfx/freecad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f6aef9a48475f4cb7f3df463687dc9e78a6d2d50 X-VCS-Branch: master Date: Fri, 5 May 2023 09:04:44 +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: 6afbe50d-8544-4d2c-8182-dd3c0206c888 X-Archives-Hash: 9d94adba35b4f3f327ff85b8f32fc2cb commit: f6aef9a48475f4cb7f3df463687dc9e78a6d2d50 Author: Bernd Waibel posteo net> AuthorDate: Fri May 5 08:42:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 5 09:04:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6aef9a4 media-gfx/freecad: fix build with gcc-13 Closes: https://bugs.gentoo.org/905451 Signed-off-by: Bernd Waibel posteo.net> Closes: https://github.com/gentoo/gentoo/pull/30879 Signed-off-by: Sam James gentoo.org> ...20.2-libE57Format-fix-compile-using-gcc13.patch | 24 ++++++++++++++++++++++ media-gfx/freecad/freecad-0.20.2-r1.ebuild | 1 + 2 files changed, 25 insertions(+) diff --git a/media-gfx/freecad/files/freecad-0.20.2-libE57Format-fix-compile-using-gcc13.patch b/media-gfx/freecad/files/freecad-0.20.2-libE57Format-fix-compile-using-gcc13.patch new file mode 100644 index 000000000000..c26c8db4e867 --- /dev/null +++ b/media-gfx/freecad/files/freecad-0.20.2-libE57Format-fix-compile-using-gcc13.patch @@ -0,0 +1,24 @@ +https://github.com/FreeCAD/FreeCAD/commit/f91ad00ed23e92c81fff2bd0073c662291efad32 +https://bugs.gentoo.org/905451 + +From f91ad00ed23e92c81fff2bd0073c662291efad32 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= +Date: Mon, 27 Mar 2023 11:45:20 +0200 +Subject: [PATCH 011/420] libE57Format: fix compile using gcc13 + +Adding missing header file. Also submitted this upstream here: + +https://github.com/asmaloney/libE57Format/pull/243 +--- a/src/3rdParty/libE57Format/include/E57Format.h ++++ b/src/3rdParty/libE57Format/include/E57Format.h +@@ -33,6 +33,7 @@ + + #include + #include ++#include + #include + + #include "E57Exception.h" +-- +2.40.1 + diff --git a/media-gfx/freecad/freecad-0.20.2-r1.ebuild b/media-gfx/freecad/freecad-0.20.2-r1.ebuild index 4099ed239e45..117cfb16b291 100644 --- a/media-gfx/freecad/freecad-0.20.2-r1.ebuild +++ b/media-gfx/freecad/freecad-0.20.2-r1.ebuild @@ -139,6 +139,7 @@ PATCHES=( "${FILESDIR}"/${PN}-0.19.1-0001-Gentoo-specific-Remove-ccache-usage.patch "${FILESDIR}"/${PN}-0.20.2-Netgen-add-headers-to-support-recent-Netgen.patch "${FILESDIR}"/${PN}-0.20.2-Fixes-8206-FreeCAD-segfaults-being-run-with-paramete.patch + "${FILESDIR}"/${PN}-0.20.2-libE57Format-fix-compile-using-gcc13.patch ) DOCS=( CODE_OF_CONDUCT.md ChangeLog.txt README.md )