summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inputmethod/mozc-server/Makefile.common4
-rw-r--r--inputmethod/mozc-server/distinfo10
-rw-r--r--inputmethod/mozc-server/patches/patch-gyp_common.gypi22
3 files changed, 18 insertions, 18 deletions
diff --git a/inputmethod/mozc-server/Makefile.common b/inputmethod/mozc-server/Makefile.common
index 6295772ba47..bde36ce5610 100644
--- a/inputmethod/mozc-server/Makefile.common
+++ b/inputmethod/mozc-server/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2015/01/06 10:30:54 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.18 2015/02/17 23:55:58 ryoon Exp $
# used by inputmethod/ibus-mozc/Makefile
# used by inputmethod/mozc-elisp/Makefile
# used by inputmethod/mozc-server/Makefile
@@ -7,7 +7,7 @@
# used by inputmethod/uim-mozc/Makefile
#
-DISTNAME= mozc-2.16.2007.102
+DISTNAME= mozc-2.16.2037.102
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.xz
diff --git a/inputmethod/mozc-server/distinfo b/inputmethod/mozc-server/distinfo
index 03d798d6cd2..f4a73f33546 100644
--- a/inputmethod/mozc-server/distinfo
+++ b/inputmethod/mozc-server/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2015/01/06 10:30:54 ryoon Exp $
+$NetBSD: distinfo,v 1.13 2015/02/17 23:55:58 ryoon Exp $
-SHA1 (mozc-2.16.2007.102.tar.xz) = b77c44a6d8527b89c557068c66bc370ea1592b76
-RMD160 (mozc-2.16.2007.102.tar.xz) = d6183c14bfc3f6a4702d1192e07d7af73d287215
-Size (mozc-2.16.2007.102.tar.xz) = 47739136 bytes
+SHA1 (mozc-2.16.2037.102.tar.xz) = 74c088a81572588d8e60aaf25d066cc74b6fc989
+RMD160 (mozc-2.16.2037.102.tar.xz) = b26f8f58ef2e2f27e5ce42804c6559cb59d33aa9
+Size (mozc-2.16.2037.102.tar.xz) = 37548784 bytes
SHA1 (uim-mozc-334.tar.xz) = af86ce7a04b291629bd5dc56d5c1115332954a91
RMD160 (uim-mozc-334.tar.xz) = b988667237f65e61fabf3935f83f5d21a8059f4e
Size (uim-mozc-334.tar.xz) = 30544 bytes
@@ -29,7 +29,7 @@ SHA1 (patch-gui_dictionary__tool_dictionary__tool.cc) = 3652713857d03f847108952f
SHA1 (patch-gui_gui.gyp) = 70b6d78ca5a482b9e8fa697dbb191cccbdde1c6a
SHA1 (patch-gui_qt__libraries.gypi) = e92be78947dcf66211c80169b864b7c9d057b3db
SHA1 (patch-gui_word__register__dialog_word__register__dialog.cc) = 34a7cd2a99a0082f490c3f623c7c6a856c984f8b
-SHA1 (patch-gyp_common.gypi) = 4859bc46c17088f29f0addd75a0af6b4f5fc3525
+SHA1 (patch-gyp_common.gypi) = c9d93e9ff9c917f759694ed94568d3996e355c6c
SHA1 (patch-handwriting_handwriting.gyp) = 0261aef287b34f4a3c8424fb1af44720ae00a85c
SHA1 (patch-handwriting_zinnia.gyp) = d09ac17d17dabdbfdcb7c623193a5c72dbcacfbc
SHA1 (patch-handwriting_zinnia__handwriting.cc) = dd9363f470bf4a27fed40602f02127cb130042b2
diff --git a/inputmethod/mozc-server/patches/patch-gyp_common.gypi b/inputmethod/mozc-server/patches/patch-gyp_common.gypi
index 98f8bdd47cd..ec9308606b3 100644
--- a/inputmethod/mozc-server/patches/patch-gyp_common.gypi
+++ b/inputmethod/mozc-server/patches/patch-gyp_common.gypi
@@ -1,17 +1,17 @@
-$NetBSD: patch-gyp_common.gypi,v 1.5 2014/06/15 13:08:34 ryoon Exp $
+$NetBSD: patch-gyp_common.gypi,v 1.6 2015/02/17 23:55:58 ryoon Exp $
---- gyp/common.gypi.orig 2014-05-21 10:51:27.000000000 +0000
+--- gyp/common.gypi.orig 2015-02-17 14:35:04.000000000 +0000
+++ gyp/common.gypi
-@@ -165,7 +165,7 @@
- 'compiler_host': 'gcc',
- 'compiler_host_version_int': 406, # GCC 4.6 or higher
+@@ -158,7 +158,7 @@
+ 'compiler_host': 'clang',
+ 'compiler_host_version_int': 305, # Clang 3.5 or higher
}],
- ['target_platform=="Linux"', {
+ ['target_platform=="Linux" or target_platform=="NetBSD"', {
# enable_gtk_renderer represents if mozc_renderer is supported on Linux
# or not.
- 'compiler_target': 'gcc',
-@@ -217,7 +217,7 @@
+ 'compiler_target': 'clang',
+@@ -206,7 +206,7 @@
# server_dir represents the directory where mozc_server is
# installed. This option is only for Linux.
@@ -20,7 +20,7 @@ $NetBSD: patch-gyp_common.gypi,v 1.5 2014/06/15 13:08:34 ryoon Exp $
# Represents the directory where the source code of protobuf is
# extracted. This value is ignored when 'use_libprotobuf' is 1.
-@@ -311,7 +311,7 @@
+@@ -300,7 +300,7 @@
['channel_dev==1', {
'defines': ['CHANNEL_DEV'],
}],
@@ -29,7 +29,7 @@ $NetBSD: patch-gyp_common.gypi,v 1.5 2014/06/15 13:08:34 ryoon Exp $
'ldflags': [
'<@(linux_ldflags)',
],
-@@ -505,7 +505,7 @@
+@@ -513,7 +513,7 @@
},
},
'conditions': [
@@ -38,7 +38,7 @@ $NetBSD: patch-gyp_common.gypi,v 1.5 2014/06/15 13:08:34 ryoon Exp $
'cflags': [
'<@(debug_extra_cflags)',
],
-@@ -552,7 +552,7 @@
+@@ -574,7 +574,7 @@
},
},
'conditions': [
@@ -47,7 +47,7 @@ $NetBSD: patch-gyp_common.gypi,v 1.5 2014/06/15 13:08:34 ryoon Exp $
'cflags': [
'<@(release_extra_cflags)',
],
-@@ -808,6 +808,22 @@
+@@ -793,6 +793,22 @@
}],
],
}],