From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1592516-garchives=archives.gentoo.org@lists.gentoo.org> 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 C4A2B15838C for <garchives@archives.gentoo.org>; Sat, 20 Jan 2024 11:49:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21922E2A00; Sat, 20 Jan 2024 11:49:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 09D98E2A00 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Jan 2024 11:49:03 +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 D25893433D6 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Jan 2024 11:49:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FA5314B5 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Jan 2024 11:49:00 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1705751312.e85be751c4ed80c056dfe7e1bde1441bcea07d5d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/, app-office/gnucash/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gnucash/files/gnucash-5.3-include-algorithm.patch app-office/gnucash/gnucash-5.3.ebuild X-VCS-Directories: app-office/gnucash/ app-office/gnucash/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e85be751c4ed80c056dfe7e1bde1441bcea07d5d X-VCS-Branch: master Date: Sat, 20 Jan 2024 11:49:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 67bf428b-a864-4b39-9c2c-a11dc5d4d8c4 X-Archives-Hash: 2cd01ef4635da114a98be30b6e53a389 commit: e85be751c4ed80c056dfe7e1bde1441bcea07d5d Author: Christopher Fore <csfore <AT> posteo <DOT> net> AuthorDate: Wed Dec 6 15:09:39 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 20 11:48:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85be751 app-office/gnucash: add algorithm patch to 5.3 GCC 14 no longer includes <algorithm> by default, this will add a patch that will include it. Upstream's already accepted it and the patch should no longer be needed in 5.5. Upstream bug: https://bugs.gnucash.org/show_bug.cgi?id=799134 Closes: https://bugs.gentoo.org/917598 Signed-off-by: Christopher Fore <csfore <AT> posteo.net> Closes: https://github.com/gentoo/gentoo/pull/34013 Signed-off-by: Sam James <sam <AT> gentoo.org> app-office/gnucash/files/gnucash-5.3-include-algorithm.patch | 12 ++++++++++++ app-office/gnucash/gnucash-5.3.ebuild | 3 +++ 2 files changed, 15 insertions(+) diff --git a/app-office/gnucash/files/gnucash-5.3-include-algorithm.patch b/app-office/gnucash/files/gnucash-5.3-include-algorithm.patch new file mode 100644 index 000000000000..d9998c8c66ed --- /dev/null +++ b/app-office/gnucash/files/gnucash-5.3-include-algorithm.patch @@ -0,0 +1,12 @@ +diff --git a/libgnucash/engine/gnc-option-impl.hpp b/libgnucash/engine/gnc-option-impl.hpp +index 4ebaa36..4d157d5 100644 +--- a/libgnucash/engine/gnc-option-impl.hpp ++++ b/libgnucash/engine/gnc-option-impl.hpp +@@ -49,6 +49,7 @@ + #include <variant> + #include <iostream> + #include <limits> ++#include <algorithm> + + #include "gnc-option-uitype.hpp" + diff --git a/app-office/gnucash/gnucash-5.3.ebuild b/app-office/gnucash/gnucash-5.3.ebuild index 9767e2a6665a..e8c2e7d7026e 100644 --- a/app-office/gnucash/gnucash-5.3.ebuild +++ b/app-office/gnucash/gnucash-5.3.ebuild @@ -108,6 +108,9 @@ PATCHES=( # This is only to prevent webkit2gtk-4 from being selected. # https://bugs.gentoo.org/893676 "${FILESDIR}/${PN}-5.0-webkit2gtk-4.1.patch" + + # GCC 14 no longer includes <algorithm> by default, this is fixed in 5.5 + "${FILESDIR}/${PN}-5.3-include-algorithm.patch" ) # guile generates ELF files without use of C or machine code