From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 7CD7A158287 for ; Sat, 17 May 2025 15:53:17 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 62B9834330F for ; Sat, 17 May 2025 15:53:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4F8FB110286; Sat, 17 May 2025 15:53:16 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 44362110286 for ; Sat, 17 May 2025 15:53:16 +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 ECCEF34311F for ; Sat, 17 May 2025 15:53:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BDCA13A6 for ; Sat, 17 May 2025 15:53:14 +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: <1747497115.17e5d1655eb61d138c0ed3a958b0a1c897e555b0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/s25rttr/, games-strategy/s25rttr/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/s25rttr/files/s25rttr-0.9.5-gcc15.patch games-strategy/s25rttr/s25rttr-0.9.5-r1.ebuild X-VCS-Directories: games-strategy/s25rttr/files/ games-strategy/s25rttr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 17e5d1655eb61d138c0ed3a958b0a1c897e555b0 X-VCS-Branch: master Date: Sat, 17 May 2025 15:53:14 +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: 1641e303-cd03-4dc2-9cd2-31a377d9df67 X-Archives-Hash: 21420f21dc6699b2e2555280c1c513e0 commit: 17e5d1655eb61d138c0ed3a958b0a1c897e555b0 Author: Sam James gentoo org> AuthorDate: Sat May 17 15:51:55 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 17 15:51:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e5d165 games-strategy/s25rttr: fix build w/ gcc-15 Closes: https://bugs.gentoo.org/938228 Signed-off-by: Sam James gentoo.org> .../s25rttr/files/s25rttr-0.9.5-gcc15.patch | 30 ++++++++++++++++++++++ games-strategy/s25rttr/s25rttr-0.9.5-r1.ebuild | 3 ++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/games-strategy/s25rttr/files/s25rttr-0.9.5-gcc15.patch b/games-strategy/s25rttr/files/s25rttr-0.9.5-gcc15.patch new file mode 100644 index 000000000000..84c710d16868 --- /dev/null +++ b/games-strategy/s25rttr/files/s25rttr-0.9.5-gcc15.patch @@ -0,0 +1,30 @@ +https://bugs.gentoo.org/938228 +https://github.com/Return-To-The-Roots/s25client/commit/0d2a837baa3b72c1154940a4ff910f701ca02fa0 + +From 0d2a837baa3b72c1154940a4ff910f701ca02fa0 Mon Sep 17 00:00:00 2001 +From: Alexander Grund +Date: Sun, 4 May 2025 18:09:06 +0200 +Subject: [PATCH] Workaround missing include in kaguya + +--- + libs/libGamedata/lua/LuaInterfaceBase.h | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/libs/libGamedata/lua/LuaInterfaceBase.h b/libs/libGamedata/lua/LuaInterfaceBase.h +index e5b472c11d..3876f3fefc 100644 +--- a/libs/libGamedata/lua/LuaInterfaceBase.h ++++ b/libs/libGamedata/lua/LuaInterfaceBase.h +@@ -1,9 +1,11 @@ +-// Copyright (C) 2005 - 2021 Settlers Freaks (sf-team at siedler25.org) ++// Copyright (C) 2005 - 2025 Settlers Freaks (sf-team at siedler25.org) + // + // SPDX-License-Identifier: GPL-2.0-or-later + + #pragma once + ++#include // Required here for missing include in kaguya/native_function.hpp ++ + #include + #include + #include + diff --git a/games-strategy/s25rttr/s25rttr-0.9.5-r1.ebuild b/games-strategy/s25rttr/s25rttr-0.9.5-r1.ebuild index e039a5eebab7..bbbdcb22504d 100644 --- a/games-strategy/s25rttr/s25rttr-0.9.5-r1.ebuild +++ b/games-strategy/s25rttr/s25rttr-0.9.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -46,6 +46,7 @@ PATCHES=( "${FILESDIR}"/${PN}-0.9.5-gcc-13.patch "${FILESDIR}"/${PN}-0.9.5-boost.patch "${FILESDIR}"/${PN}-0.9.5-miniupnpc.patch + "${FILESDIR}"/${PN}-0.9.5-gcc15.patch ) # Build type is checked but blank is valid.