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 30DCB159C9B for ; Sat, 3 Aug 2024 02:58:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1E4FE29F2; Sat, 3 Aug 2024 02:58:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6233E29F2 for ; Sat, 3 Aug 2024 02:58:26 +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 B5F94341C25 for ; Sat, 3 Aug 2024 02:58:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECEA11E9D for ; Sat, 3 Aug 2024 02:58:23 +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: <1722653791.3db506579f0478f32a6a3acf8036e0473e801a9f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphite2/, media-gfx/graphite2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphite2/files/graphite2-1.3.14-gcc15.patch media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild X-VCS-Directories: media-gfx/graphite2/files/ media-gfx/graphite2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3db506579f0478f32a6a3acf8036e0473e801a9f X-VCS-Branch: master Date: Sat, 3 Aug 2024 02:58:23 +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: 42616452-e785-4e29-af59-20693aa34ede X-Archives-Hash: 2b346573049d61a5fb96edcbe8b66569 commit: 3db506579f0478f32a6a3acf8036e0473e801a9f Author: Sam James gentoo org> AuthorDate: Sat Aug 3 02:56:31 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 3 02:56:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db50657 media-gfx/graphite2: fix build w/ gcc-15 Signed-off-by: Sam James gentoo.org> .../graphite2/files/graphite2-1.3.14-gcc15.patch | 29 ++++++++++++++++++++++ .../graphite2/graphite2-1.3.14_p20210810-r3.ebuild | 1 + 2 files changed, 30 insertions(+) diff --git a/media-gfx/graphite2/files/graphite2-1.3.14-gcc15.patch b/media-gfx/graphite2/files/graphite2-1.3.14-gcc15.patch new file mode 100644 index 000000000000..3eaf56808666 --- /dev/null +++ b/media-gfx/graphite2/files/graphite2-1.3.14-gcc15.patch @@ -0,0 +1,29 @@ +https://github.com/silnrsi/graphite/pull/91 + +From fb5e7313802a32783cf0a3f1c28880f11e9588a5 Mon Sep 17 00:00:00 2001 +From: Sergei Trofimovich +Date: Fri, 2 Aug 2024 22:31:44 +0100 +Subject: [PATCH] tests/featuremap/featuremaptest.cpp: add missing + include + +Without the change `graphite` build fails on upcoming `gcc-15` as: + + tests/featuremap/featuremaptest.cpp:30:15: error: 'uint8_t' was not declared in this scope + 30 | std::vector _ttf; + | ^~~~~~~ + tests/featuremap/featuremaptest.cpp:16:1: note: 'uint8_t' is defined in header ''; + this is probably fixable by adding '#include ' + 15 | #include "inc/Face.h" + +++ |+#include + 16 | #include "inc/FeatureMap.h" +--- a/tests/featuremap/featuremaptest.cpp ++++ b/tests/featuremap/featuremaptest.cpp +@@ -6,6 +6,7 @@ + #include + #include + #include ++#include + #include + #include + + diff --git a/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild b/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild index 294ba366f782..de205065cc19 100644 --- a/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild +++ b/media-gfx/graphite2/graphite2-1.3.14_p20210810-r3.ebuild @@ -44,6 +44,7 @@ PATCHES=( "${FILESDIR}/${PN}-1.3.14-fix-nodefaultlibs-deux.patch" "${FILESDIR}/${PN}-1.3.14-fix-nodefaultlibs.patch" "${FILESDIR}/${PN}-1.3.5-fix-gcc-linking.patch" + "${FILESDIR}/${PN}-1.3.14-gcc15.patch" ) pkg_setup() {