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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DED48158042 for ; Sun, 27 Oct 2024 12:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FDD3E0805; Sun, 27 Oct 2024 12:47:33 +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 E4A26E0805 for ; Sun, 27 Oct 2024 12:47:32 +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 02C723430FB for ; Sun, 27 Oct 2024 12:47:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 604E1AE7 for ; Sun, 27 Oct 2024 12:47:30 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1730033237.20c369ebe5f2bcfe368d7651edaccbab06965c7e.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/files/, net-libs/webkit-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/webkit-gtk/files/2.46.1-riscv-buildfix.patch net-libs/webkit-gtk/webkit-gtk-2.46.2-r410.ebuild net-libs/webkit-gtk/webkit-gtk-2.46.2-r600.ebuild net-libs/webkit-gtk/webkit-gtk-2.46.2.ebuild X-VCS-Directories: net-libs/webkit-gtk/ net-libs/webkit-gtk/files/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 20c369ebe5f2bcfe368d7651edaccbab06965c7e X-VCS-Branch: master Date: Sun, 27 Oct 2024 12:47:30 +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: d6f2f518-4962-4f38-9ca3-fd956f2757e8 X-Archives-Hash: 9a8dea2747d33d44cdeb5e57ead3350f commit: 20c369ebe5f2bcfe368d7651edaccbab06965c7e Author: Michael Orlitzky gentoo org> AuthorDate: Sun Oct 27 12:46:40 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Oct 27 12:47:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c369eb net-libs/webkit-gtk: patch cleanup for 2.46.x Signed-off-by: Michael Orlitzky gentoo.org> .../webkit-gtk/files/2.46.1-riscv-buildfix.patch | 43 ---------------------- net-libs/webkit-gtk/webkit-gtk-2.46.2-r410.ebuild | 2 - net-libs/webkit-gtk/webkit-gtk-2.46.2-r600.ebuild | 2 - net-libs/webkit-gtk/webkit-gtk-2.46.2.ebuild | 2 - 4 files changed, 49 deletions(-) diff --git a/net-libs/webkit-gtk/files/2.46.1-riscv-buildfix.patch b/net-libs/webkit-gtk/files/2.46.1-riscv-buildfix.patch deleted file mode 100644 index 7c9110280020..000000000000 --- a/net-libs/webkit-gtk/files/2.46.1-riscv-buildfix.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 2f69282c9271c76e8783412766a50477288e5888 Mon Sep 17 00:00:00 2001 -From: Markus Volk -Date: Thu, 3 Oct 2024 12:34:03 +0200 -Subject: [PATCH] JavaScriptCore/jit/GPRInfo.h: fix typo in RISCV64Registers - -RICSV64Registers -> RISCV64Registers - -Signed-off-by: Markus Volk ---- - Source/JavaScriptCore/jit/GPRInfo.h | 20 ++++++++++---------- - 1 file changed, 10 insertions(+), 10 deletions(-) - -diff --git a/Source/JavaScriptCore/jit/GPRInfo.h b/Source/JavaScriptCore/jit/GPRInfo.h -index fa7bf0aac48de..df5871957b3f5 100644 ---- a/Source/JavaScriptCore/jit/GPRInfo.h -+++ b/Source/JavaScriptCore/jit/GPRInfo.h -@@ -779,16 +779,16 @@ class GPRInfo { - static constexpr GPRReg wasmBaseMemoryPointer = regCS3; - static constexpr GPRReg wasmBoundsCheckingSizeRegister = regCS4; - -- static constexpr GPRReg regWS0 = RICSV64Registers::x6; -- static constexpr GPRReg regWS1 = RICSV64Registers::x7; -- static constexpr GPRReg regWA0 = RICSV64Registers::x10; -- static constexpr GPRReg regWA1 = RICSV64Registers::x11; -- static constexpr GPRReg regWA2 = RICSV64Registers::x12; -- static constexpr GPRReg regWA3 = RICSV64Registers::x13; -- static constexpr GPRReg regWA4 = RICSV64Registers::x14; -- static constexpr GPRReg regWA5 = RICSV64Registers::x15; -- static constexpr GPRReg regWA6 = RICSV64Registers::x16; -- static constexpr GPRReg regWA7 = RICSV64Registers::x17; -+ static constexpr GPRReg regWS0 = RISCV64Registers::x6; -+ static constexpr GPRReg regWS1 = RISCV64Registers::x7; -+ static constexpr GPRReg regWA0 = RISCV64Registers::x10; -+ static constexpr GPRReg regWA1 = RISCV64Registers::x11; -+ static constexpr GPRReg regWA2 = RISCV64Registers::x12; -+ static constexpr GPRReg regWA3 = RISCV64Registers::x13; -+ static constexpr GPRReg regWA4 = RISCV64Registers::x14; -+ static constexpr GPRReg regWA5 = RISCV64Registers::x15; -+ static constexpr GPRReg regWA6 = RISCV64Registers::x16; -+ static constexpr GPRReg regWA7 = RISCV64Registers::x17; - - static constexpr GPRReg patchpointScratchRegister = RISCV64Registers::x30; // Should match dataTempRegister - diff --git a/net-libs/webkit-gtk/webkit-gtk-2.46.2-r410.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.46.2-r410.ebuild index d7ad93f005eb..2b20ac28e17d 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.46.2-r410.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.46.2-r410.ebuild @@ -150,8 +150,6 @@ pkg_setup() { src_prepare() { cmake_src_prepare gnome2_src_prepare - - eapply "${FILESDIR}/2.46.1-riscv-buildfix.patch" } src_configure() { diff --git a/net-libs/webkit-gtk/webkit-gtk-2.46.2-r600.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.46.2-r600.ebuild index 8c4f3556c6b3..9943c5467da0 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.46.2-r600.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.46.2-r600.ebuild @@ -161,8 +161,6 @@ pkg_setup() { src_prepare() { cmake_src_prepare gnome2_src_prepare - - eapply "${FILESDIR}/2.46.1-riscv-buildfix.patch" } src_configure() { diff --git a/net-libs/webkit-gtk/webkit-gtk-2.46.2.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.46.2.ebuild index ae809ea078f4..c7591b6bc2df 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.46.2.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.46.2.ebuild @@ -150,8 +150,6 @@ pkg_setup() { src_prepare() { cmake_src_prepare gnome2_src_prepare - - eapply "${FILESDIR}/2.46.1-riscv-buildfix.patch" } src_configure() {