pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/webkit-gtk webkit-gtk: isinf/isnan needs <cmath> i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/706495834faa
branches:  trunk
changeset: 339738:706495834faa
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Sep 15 10:58:52 2019 +0000

description:
webkit-gtk: isinf/isnan needs <cmath> in SymbolTable_autogen.cpp

diffstat:

 www/webkit-gtk/distinfo                                                                    |   3 +-
 www/webkit-gtk/patches/patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h |  14 ++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 3a4b0ac8a9ea -r 706495834faa www/webkit-gtk/distinfo
--- a/www/webkit-gtk/distinfo   Sun Sep 15 10:38:01 2019 +0000
+++ b/www/webkit-gtk/distinfo   Sun Sep 15 10:58:52 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.126 2019/09/10 22:10:04 leot Exp $
+$NetBSD: distinfo,v 1.127 2019/09/15 10:58:52 leot Exp $
 
 SHA1 (webkitgtk-2.26.0.tar.xz) = e0c6f707bdf9edf3d444117736cb3c040eca78e7
 RMD160 (webkitgtk-2.26.0.tar.xz) = b1edf5799ca58bf1b449b510d97515b36fa1a965
@@ -14,6 +14,7 @@
 SHA1 (patch-Source_JavaScriptCore_offlineasm_arm64.rb) = 8c05dafa317667bbf55504d05eeb8ae06fba4e93
 SHA1 (patch-Source_JavaScriptCore_runtime_MachineContext.h) = 23bc86a389f8009ec829c3ee0fe3effe3f20b012
 SHA1 (patch-Source_ThirdParty_ANGLE_adjust-angle-include-paths.sh) = b536bcbe0ac4ff158b5bc35dfa363d00120ed2f0
+SHA1 (patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h) = 00ee667591627b104135862658f8182895b51003
 SHA1 (patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h) = a5454eb891ad1f9d8285c28af2e9efb4ff439e6b
 SHA1 (patch-Source_WTF_wtf_FileSystem.cpp) = 53a8e65970f15202b3cdf1f4149d35b431c32a46
 SHA1 (patch-Source_WTF_wtf_Platform.h) = 584720f4e248ff7e51166c267d08954786c28ab7
diff -r 3a4b0ac8a9ea -r 706495834faa www/webkit-gtk/patches/patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/webkit-gtk/patches/patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h        Sun Sep 15 10:58:52 2019 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h,v 1.1 2019/09/15 10:58:52 leot Exp $
+
+Include <cmath> for is isinf/isnan used in SymbolTable_autogen.cpp.
+
+--- Source/ThirdParty/ANGLE/src/compiler/translator/SymbolTable.h.orig 2019-08-28 11:46:28.000000000 +0000
++++ Source/ThirdParty/ANGLE/src/compiler/translator/SymbolTable.h
+@@ -30,6 +30,7 @@
+ //   are tracked in the intermediate representation, not the symbol table.
+ //
+ 
++#include <cmath>
+ #include <memory>
+ #include <set>
+ 



Home | Main Index | Thread Index | Old Index