pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
webkit-gtk: Remove `XXX' comment
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Oct 21 16:17:36 2018 +0200
Changeset: 0749aeed4821611b174dba58ac600269cdf0dd1b
Modified Files:
webkit-gtk/distinfo
webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_MachineContext.h
Log Message:
webkit-gtk: Remove `XXX' comment
The registers was later double-checked and hopefully should be
consistent with other operating systems. Be a little less pessimistic!
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0749aeed4821611b174dba58ac600269cdf0dd1b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
webkit-gtk/distinfo | 2 +-
.../patch-Source_JavaScriptCore_runtime_MachineContext.h | 11 +----------
2 files changed, 2 insertions(+), 11 deletions(-)
diffs:
diff --git a/webkit-gtk/distinfo b/webkit-gtk/distinfo
index 79d131739d..c6a6045510 100644
--- a/webkit-gtk/distinfo
+++ b/webkit-gtk/distinfo
@@ -9,7 +9,7 @@ SHA1 (patch-Source_JavaScriptCore_assembler_ARMAssembler.h) = aad458e8b062c08331
SHA1 (patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp) = f78e6150ed8901b3fe046b2ef182f50f1c7500a4
SHA1 (patch-Source_JavaScriptCore_heap_MarkedSpace.cpp) = e6a23d5ef22bddd0a9606fb0e472960e4cf5673e
SHA1 (patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp) = 36d29a5db03c2413ae93224ac391f3ff248983e8
-SHA1 (patch-Source_JavaScriptCore_runtime_MachineContext.h) = 07d505040a175c89c1e8e84b431c333c96293312
+SHA1 (patch-Source_JavaScriptCore_runtime_MachineContext.h) = 23bc86a389f8009ec829c3ee0fe3effe3f20b012
SHA1 (patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h) = f1eee7f9d3012edee1915234c837cff820f97092
SHA1 (patch-Source_WTF_wtf_Platform.h) = 5cf36cf7cca8a39d75a788ca988758927b421d95
SHA1 (patch-Source_WTF_wtf_StackBounds.cpp) = 22a71daac8443f079ad8bcc7285cfd7319c972b3
diff --git a/webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_MachineContext.h b/webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_MachineContext.h
index c25759f08d..193faba963 100644
--- a/webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_MachineContext.h
+++ b/webkit-gtk/patches/patch-Source_JavaScriptCore_runtime_MachineContext.h
@@ -1,15 +1,6 @@
$NetBSD$
-Add support for NetBSD
-
-XXX:
-XXX: Only CPU(X86_64) was tested and all other CPU should be reviewed and maybe
-XXX: adjusted (especially ARM, ARM64 and MIPS!).
-XXX:
-XXX: Probably using `OS(FUCHSIA) || defined(__GLIBC__) || defined(__BIONIC__)'
-XXX: can be a good way to adapt it and then check
-XXX: src/sys/arch/*/include/mcontext.h for the corresponding registers.
-XXX:
+Add support for NetBSD.
--- Source/JavaScriptCore/runtime/MachineContext.h.orig 2018-08-21 16:06:10.000000000 +0000
+++ Source/JavaScriptCore/runtime/MachineContext.h
Home |
Main Index |
Thread Index |
Old Index