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 0219D15800A for ; Fri, 21 Jul 2023 10:40:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35F7DE0928; Fri, 21 Jul 2023 10:40:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CD10E0928 for ; Fri, 21 Jul 2023 10:40:53 +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 9FF43335D7F for ; Fri, 21 Jul 2023 10:40:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8AB6B5C for ; Fri, 21 Jul 2023 10:40:50 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1689936048.9ae5b2ce437363878cc3546d94e6bba20df906a4.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/files/firefox-114-ppc64-profiler.patch www-client/firefox/files/firefox-114-ppc64-webrtc.patch X-VCS-Directories: www-client/firefox/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9ae5b2ce437363878cc3546d94e6bba20df906a4 X-VCS-Branch: master Date: Fri, 21 Jul 2023 10:40:50 +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: 5114ef78-f8fa-4dac-91f2-a6cb7b7786d3 X-Archives-Hash: f5664c13ff1650bb38140f1c78d03ec5 commit: 9ae5b2ce437363878cc3546d94e6bba20df906a4 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Jul 20 18:13:04 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jul 21 10:40:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae5b2ce www-client/firefox: remove unused patches Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31973 Signed-off-by: Joonas Niilola gentoo.org> .../firefox/files/firefox-114-ppc64-profiler.patch | 29 ------------------ .../firefox/files/firefox-114-ppc64-webrtc.patch | 35 ---------------------- 2 files changed, 64 deletions(-) diff --git a/www-client/firefox/files/firefox-114-ppc64-profiler.patch b/www-client/firefox/files/firefox-114-ppc64-profiler.patch deleted file mode 100644 index 5a2bfa4e3bd5..000000000000 --- a/www-client/firefox/files/firefox-114-ppc64-profiler.patch +++ /dev/null @@ -1,29 +0,0 @@ -#from: https://phabricator.services.mozilla.com/D181042 - -diff --git a/tools/profiler/gecko/ProfilerParent.cpp b/tools/profiler/gecko/ProfilerParent.cpp ---- a/tools/profiler/gecko/ProfilerParent.cpp -+++ b/tools/profiler/gecko/ProfilerParent.cpp -@@ -722,18 +722,22 @@ - } - } - - Unused << SendStop(); - } -+#endif // MOZ_GECKO_PROFILER - - ProfilerParent::~ProfilerParent() { - MOZ_COUNT_DTOR(ProfilerParent); - - MOZ_RELEASE_ASSERT(NS_IsMainThread()); -+#ifdef MOZ_GECKO_PROFILER - ProfilerParentTracker::StopTracking(this); -+#endif - } - -+#ifdef MOZ_GECKO_PROFILER - /* static */ - nsTArray - ProfilerParent::GatherProfiles() { - nsTArray results; - if (!NS_IsMainThread()) { - diff --git a/www-client/firefox/files/firefox-114-ppc64-webrtc.patch b/www-client/firefox/files/firefox-114-ppc64-webrtc.patch deleted file mode 100644 index 14e8c4a6baaa..000000000000 --- a/www-client/firefox/files/firefox-114-ppc64-webrtc.patch +++ /dev/null @@ -1,35 +0,0 @@ -#https://www.talospace.com/2023/06/firefox-114-on-power.html -#https://gist.github.com/classilla/95b5dd53627528448f8512a82205672c - -diff -r 954df08c7f0b third_party/libwebrtc/moz.build ---- a/third_party/libwebrtc/moz.build Tue Jun 06 08:55:21 2023 +0000 -+++ b/third_party/libwebrtc/moz.build Mon Jun 19 09:33:12 2023 -0700 -@@ -595,16 +595,28 @@ - "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", - "/third_party/libwebrtc/modules/portal/portal_gn", - "/third_party/libwebrtc/third_party/drm/drm_gn", - "/third_party/libwebrtc/third_party/gbm/gbm_gn", - "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn", - "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" - ] - -+if CONFIG["CPU_ARCH"] == "ppc64" and CONFIG["OS_TARGET"] == "Linux": -+ -+ DIRS += [ -+ "/third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn", -+ "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", -+ "/third_party/libwebrtc/modules/portal/portal_gn", -+ "/third_party/libwebrtc/third_party/drm/drm_gn", -+ "/third_party/libwebrtc/third_party/gbm/gbm_gn", -+ "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn", -+ "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" -+ ] -+ - if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "OpenBSD": - - DIRS += [ - "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", - "/third_party/libwebrtc/common_audio/common_audio_neon_gn" - ] - - if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "OpenBSD":