pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/webkit24-gtk



Module Name:    pkgsrc
Committed By:   jmcneill
Date:           Sun Aug  2 23:32:27 UTC 2020

Modified Files:
        pkgsrc/www/webkit24-gtk: distinfo
Added Files:
        pkgsrc/www/webkit24-gtk/patches:
            patch-Source_JavaScriptCore_assembler_MacroAssemblerARM64.h

Log Message:
Delete shouldBlindForSpecificArch(uintptr_t) on arm64 as it is the same
as shouldBlindForSpecificArch(uint64_t)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/webkit24-gtk/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/webkit24-gtk/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM64.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/webkit24-gtk/distinfo
diff -u pkgsrc/www/webkit24-gtk/distinfo:1.9 pkgsrc/www/webkit24-gtk/distinfo:1.10
--- pkgsrc/www/webkit24-gtk/distinfo:1.9        Sun Aug  2 17:41:41 2020
+++ pkgsrc/www/webkit24-gtk/distinfo    Sun Aug  2 23:32:26 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2020/08/02 17:41:41 jmcneill Exp $
+$NetBSD: distinfo,v 1.10 2020/08/02 23:32:26 jmcneill Exp $
 
 SHA1 (webkitgtk-2.4.11.tar.xz) = e425ae86084ab6335dadb368c9e8f53600665d54
 RMD160 (webkitgtk-2.4.11.tar.xz) = e1f72498f911465f5ba152313dd9c62ae8d5eee6
@@ -9,6 +9,7 @@ SHA1 (patch-Source_JavaScriptCore_Forwar
 SHA1 (patch-Source_JavaScriptCore_assembler_ARM64Assembler.h) = 7c134294a9cb27f8d860ec3e3b8dc6ba91289c47
 SHA1 (patch-Source_JavaScriptCore_assembler_ARMAssembler.h) = 2ff343ac53b14af0692754a44059e7d2ea969b96
 SHA1 (patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp) = 69221390dd5fdac55abf341c5ae3a03267e38ae6
+SHA1 (patch-Source_JavaScriptCore_assembler_MacroAssemblerARM64.h) = b0940b60515f54a17b203843ba08240867445a3c
 SHA1 (patch-Source_JavaScriptCore_dfg_DFGNode.h) = fdd31fcf6c745394499570397c82fe3dfce02e1d
 SHA1 (patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp) = 67f66ca254f958c0650249485a64982b40f92621
 SHA1 (patch-Source_JavaScriptCore_runtime_VM.cpp) = ddc2a6edfc43df78b06e215412b2d1af1cf5777a

Added files:

Index: pkgsrc/www/webkit24-gtk/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM64.h
diff -u /dev/null pkgsrc/www/webkit24-gtk/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM64.h:1.1
--- /dev/null   Sun Aug  2 23:32:27 2020
+++ pkgsrc/www/webkit24-gtk/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM64.h Sun Aug  2 23:32:27 2020
@@ -0,0 +1,12 @@
+$NetBSD: patch-Source_JavaScriptCore_assembler_MacroAssemblerARM64.h,v 1.1 2020/08/02 23:32:27 jmcneill Exp $
+
+--- Source/JavaScriptCore/assembler/MacroAssemblerARM64.h.orig 2016-04-10 06:48:36.000000000 +0000
++++ Source/JavaScriptCore/assembler/MacroAssemblerARM64.h
+@@ -130,7 +130,6 @@ public:
+     // FIXME: Get reasonable implementations for these
+     static bool shouldBlindForSpecificArch(uint32_t value) { return value >= 0x00ffffff; }
+     static bool shouldBlindForSpecificArch(uint64_t value) { return value >= 0x00ffffff; }
+-    static bool shouldBlindForSpecificArch(uintptr_t value) { return value >= 0x00ffffff; }
+ 
+     // Integer operations:
+ 



Home | Main Index | Thread Index | Old Index