pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/nodejs Fix build with textproc/icu 59.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd4359579aa1
branches:  trunk
changeset: 361944:cd4359579aa1
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Apr 29 12:35:29 2017 +0000

description:
Fix build with textproc/icu 59.1

diffstat:

 lang/nodejs/distinfo                                          |   3 +-
 lang/nodejs/patches/patch-deps_v8_src_runtime_runtime-i18n.cc |  14 +++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 8d829a5e9d6c -r cd4359579aa1 lang/nodejs/distinfo
--- a/lang/nodejs/distinfo      Sat Apr 29 10:21:54 2017 +0000
+++ b/lang/nodejs/distinfo      Sat Apr 29 12:35:29 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.92 2017/04/12 11:26:51 fhajny Exp $
+$NetBSD: distinfo,v 1.93 2017/04/29 12:35:29 ryoon Exp $
 
 SHA1 (node-v7.9.0.tar.gz) = 19f3feadd52ada7417e63e360fdf9a96be1dd49e
 RMD160 (node-v7.9.0.tar.gz) = 43d62e5e6e8665d4eeb0c7b11e651b3f189e6adc
@@ -18,6 +18,7 @@
 SHA1 (patch-deps_v8_src_base_platform_semaphore.cc) = aa84bf1dbaac5808529f6b01502d117c88751649
 SHA1 (patch-deps_v8_src_compiler_types.h) = 547954c73ae3c86d5bb2108488ca21a34ece501c
 SHA1 (patch-deps_v8_src_log-utils.h) = 32bbf2de2af7a8ab6900a4d5e968dcc1357f6de2
+SHA1 (patch-deps_v8_src_runtime_runtime-i18n.cc) = 54bb9451e13251671d33f283974ea7eb8fc35118
 SHA1 (patch-deps_v8_tools_run-llprof.sh) = 39aa3faf77492ef8dd35b411b7b0e4605b469af3
 SHA1 (patch-src_cares__wrap.cc) = d9510afd0cd4b0156a604d9197d9f97d6e3b291f
 SHA1 (patch-src_node.cc) = 7004baf140e252861494b4fb003beeaa8581be78
diff -r 8d829a5e9d6c -r cd4359579aa1 lang/nodejs/patches/patch-deps_v8_src_runtime_runtime-i18n.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/nodejs/patches/patch-deps_v8_src_runtime_runtime-i18n.cc     Sat Apr 29 12:35:29 2017 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-deps_v8_src_runtime_runtime-i18n.cc,v 1.1 2017/04/29 12:35:29 ryoon Exp $
+
+* Fix build with icu 59.1
+
+--- deps/v8/src/runtime/runtime-i18n.cc.orig   2017-04-11 15:48:44.000000000 +0000
++++ deps/v8/src/runtime/runtime-i18n.cc
+@@ -41,6 +41,7 @@
+ #include "unicode/uloc.h"
+ #include "unicode/unistr.h"
+ #include "unicode/unum.h"
++#include "unicode/ustring.h"
+ #include "unicode/uversion.h"
+ 
+ 



Home | Main Index | Thread Index | Old Index