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 5755115ACFB for ; Wed, 19 Apr 2023 03:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 799DDE087F; Wed, 19 Apr 2023 03:24:42 +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 5E7F3E087F for ; Wed, 19 Apr 2023 03:24:42 +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 665C3340DB9 for ; Wed, 19 Apr 2023 03:24:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93A78A43 for ; Wed, 19 Apr 2023 03:24:39 +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: <1681874186.3fd99ef96cb5cef6dc9db82bf844076064718503.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/openmsx/files/, games-emulation/openmsx/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/openmsx/files/openmsx-18.0-gcc13.patch games-emulation/openmsx/openmsx-18.0-r2.ebuild X-VCS-Directories: games-emulation/openmsx/ games-emulation/openmsx/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3fd99ef96cb5cef6dc9db82bf844076064718503 X-VCS-Branch: master Date: Wed, 19 Apr 2023 03:24:39 +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: 6abbe442-276f-4de9-b7d3-05bb6a2d30eb X-Archives-Hash: bb1bb3a686c8696ac57902116ed6cc99 commit: 3fd99ef96cb5cef6dc9db82bf844076064718503 Author: Sam James gentoo org> AuthorDate: Wed Apr 19 03:16:26 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 19 03:16:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd99ef9 games-emulation/openmsx: fix build w/ gcc 13 Closes: https://bugs.gentoo.org/898908 Signed-off-by: Sam James gentoo.org> .../openmsx/files/openmsx-18.0-gcc13.patch | 20 ++++++++++++++++++++ games-emulation/openmsx/openmsx-18.0-r2.ebuild | 7 +++++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/games-emulation/openmsx/files/openmsx-18.0-gcc13.patch b/games-emulation/openmsx/files/openmsx-18.0-gcc13.patch new file mode 100644 index 000000000000..3da34aba3aa0 --- /dev/null +++ b/games-emulation/openmsx/files/openmsx-18.0-gcc13.patch @@ -0,0 +1,20 @@ +https://bugs.gentoo.org/898908 +https://github.com/openMSX/openMSX/commit/b50d02069c09f11c687637c64ca1b459a5def28c + +From b50d02069c09f11c687637c64ca1b459a5def28c Mon Sep 17 00:00:00 2001 +From: m9710797 +Date: Sat, 4 Feb 2023 16:37:39 +0100 +Subject: [PATCH] Added missing #include + +Thanks to 'musuruan' for reporting. +https://github.com/openMSX/openMSX/issues/1487 +--- a/src/utils/hash_set.hh ++++ b/src/utils/hash_set.hh +@@ -11,6 +11,7 @@ + #include "unreachable.hh" + #include "xrange.hh" + #include ++#include + #include + #include + #include diff --git a/games-emulation/openmsx/openmsx-18.0-r2.ebuild b/games-emulation/openmsx/openmsx-18.0-r2.ebuild index ba32a858f88c..d2c45954266a 100644 --- a/games-emulation/openmsx/openmsx-18.0-r2.ebuild +++ b/games-emulation/openmsx/openmsx-18.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,7 +38,10 @@ the following directories: /usr/share/${PN}/systemroms or ~/.openMSX/share/systemroms " -PATCHES=( "${FILESDIR}/${P}-add-ctime.patch" ) +PATCHES=( + "${FILESDIR}/${P}-add-ctime.patch" + "${FILESDIR}/${P}-gcc13.patch" +) src_prepare() { default