pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
webkit-gtk: regen remaining patches
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sat Dec 24 15:18:57 2022 +0100
Changeset: febfb5485980a88d9d24e8b64af5c5e4bc30cffd
Modified Files:
webkit-gtk/distinfo
webkit-gtk/patches/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp
webkit-gtk/patches/patch-Source_JavaScriptCore_offlineasm_arm64.rb
Log Message:
webkit-gtk: regen remaining patches
Adjust remaining patches due different context (no actual code
change done).
Now all patches should apply cleanly.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=febfb5485980a88d9d24e8b64af5c5e4bc30cffd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
webkit-gtk/distinfo | 4 ++--
.../patches/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp | 6 +++---
webkit-gtk/patches/patch-Source_JavaScriptCore_offlineasm_arm64.rb | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diffs:
diff --git a/webkit-gtk/distinfo b/webkit-gtk/distinfo
index 020e4a751b..5a213c6a65 100644
--- a/webkit-gtk/distinfo
+++ b/webkit-gtk/distinfo
@@ -8,8 +8,8 @@ SHA1 (patch-Source_JavaScriptCore_Scripts_generate-unified-sources.sh) = 532091a
SHA1 (patch-Source_JavaScriptCore_assembler_ARM64Assembler.h) = 79c282ca90d0ba2ef4769da40d4648f5f709951b
SHA1 (patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h) = 70975aac175ec4131a4ed26a54dfe51e16ffb7cd
SHA1 (patch-Source_JavaScriptCore_heap_MarkedSpace.cpp) = 8f324091df41be96b011bcbeed5fd64c4464f010
-SHA1 (patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp) = 7f6c0c57d46478e83c4ff21dae2415f44085ba32
-SHA1 (patch-Source_JavaScriptCore_offlineasm_arm64.rb) = 8c05dafa317667bbf55504d05eeb8ae06fba4e93
+SHA1 (patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp) = 26eaf16f38a6fd3f37a7acfc99aa359968eb2212
+SHA1 (patch-Source_JavaScriptCore_offlineasm_arm64.rb) = 351e477eea36357e9aaeea8f8befb3fbc4eab30f
SHA1 (patch-Source_ThirdParty_ANGLE_src_common_third__party_smhasher_src_PMurHash.cpp) = 73dfe781efe7e8aa7d49094af8820a87c501818f
SHA1 (patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h) = 10debffda84bc752ed434657a337a466aad19a3a
SHA1 (patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h) = ac07d4d8faa6dab606bcea31936340d260fcda33
diff --git a/webkit-gtk/patches/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp b/webkit-gtk/patches/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp
index 0825520e9e..d2cd684645 100644
--- a/webkit-gtk/patches/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp
+++ b/webkit-gtk/patches/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp
@@ -6,11 +6,11 @@ Avoid to (pre)allocate 1GB of memory on OpenBSD:
From OpenBSD ports.
---- Source/JavaScriptCore/jit/ExecutableAllocator.cpp.orig 2020-08-12 09:17:53.000000000 +0000
+--- Source/JavaScriptCore/jit/ExecutableAllocator.cpp.orig 2022-09-14 11:58:10.356862300 +0000
+++ Source/JavaScriptCore/jit/ExecutableAllocator.cpp
-@@ -93,7 +93,7 @@ static constexpr size_t maxIslandsPerReg
+@@ -112,7 +112,7 @@ static constexpr size_t fixedExecutableM
#else
- static constexpr size_t fixedExecutableMemoryPoolSize = 128 * MB;
+ static constexpr size_t fixedExecutableMemoryPoolSize = 16 * MB;
#endif
-#elif CPU(X86_64)
+#elif CPU(X86_64) && !OS(OPENBSD)
diff --git a/webkit-gtk/patches/patch-Source_JavaScriptCore_offlineasm_arm64.rb b/webkit-gtk/patches/patch-Source_JavaScriptCore_offlineasm_arm64.rb
index 6521177f99..06a32b0d17 100644
--- a/webkit-gtk/patches/patch-Source_JavaScriptCore_offlineasm_arm64.rb
+++ b/webkit-gtk/patches/patch-Source_JavaScriptCore_offlineasm_arm64.rb
@@ -4,10 +4,10 @@ Add support for FreeBSD and NetBSD.
From FreeBSD ports.
---- Source/JavaScriptCore/offlineasm/arm64.rb.orig 2019-02-12 11:21:03.000000000 +0000
+--- Source/JavaScriptCore/offlineasm/arm64.rb.orig 2022-08-31 07:59:51.730492400 +0000
+++ Source/JavaScriptCore/offlineasm/arm64.rb
-@@ -1033,8 +1033,8 @@ class Instruction
- $asm.puts "L_offlineasm_loh_ldr_#{uid}:"
+@@ -1225,8 +1225,8 @@ class Instruction
+ $asm.puts "Ljsc_llint_loh_ldr_#{uid}:"
$asm.puts "ldr #{operands[1].arm64Operand(:quad)}, [#{operands[1].arm64Operand(:quad)}, #{operands[0].asmLabel}@GOTPAGEOFF]"
- # On Linux, use ELF GOT relocation specifiers.
Home |
Main Index |
Thread Index |
Old Index