summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-02-17 23:55:58 +0000
committerryoon <ryoon@pkgsrc.org>2015-02-17 23:55:58 +0000
commit4ae8c961784beeea488872c630bd101c8aa8f3cb (patch)
tree8f5e75a64d03a667c6596b8607cfd0d86ddcc21f /inputmethod/mozc-server
parent1452fc696374699b7412932231728daf030cf2de (diff)
downloadpkgsrc-4ae8c961784beeea488872c630bd101c8aa8f3cb.tar.gz
Update to 2.16.2037.102
Changelog: r510 2015-01-25 2.16.2037.102 - r494 2015-01-24 2.16.2021.102 Summary of changes between 2.16.2021.102 (r494) and 2.16.2037.102 (r510). DEPS changes: none Build related changes: libc++ is used by default to build Android target binaries. Clang 3.5 is now required to build Mozc for Android, NaCl, and Linux. See Issue 276 for the motivation behind this change. Visual C++ 2013 is required to build Mozc for Windows. Major changes: Mozc for Windows now requires Windows Vista SP2 and later. Mozc 2.16.2034.102 (r507) is the last version that can run on Windows XP and Windows 2003 Server. See Issue 277 . Known issues: Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263) Compilation errors in Android arm64 and mips64 build (Issue 273) Fixed issues: FIX: Inconsistency between suggestion candidates and conversion candidates ( Issue 274 ) FIX: Learning algorithm is sometimes too aggressive when punctuation is committed ( Issue 275 ) FIX: Require Clang to build Linux host binaries ( Issue 276 ) FIX: Discontinue the support of Windows XP / 2003 Server ( Issue 277 ) Commit summary: r510: Remove a workaround code for Visual C++ 2010 (KB813540) r509: Require Visual C++ 2013 to build Mozc for Windows r508: Require Windows Vista SP2 or later r507: Remove build_tools command from build_mozc.py r506: Require Clang to build Linux host binaries r505: Switch from stlport to libcxx in Android build r504: Remove mozc::DetachedThread as it is no longer used r503: Fix build failur of unit tests when libcxx is used on Android r502: Fix test failure in release build with Visual C++ 2013 r501: Make the conditions to learn candidates with a punctuation mark more strict r500: Apply the same hack as conversion to prediction for transition cost from history node r499: Remove an unused member field r498: As-is import of NaCl Mozc for Chromium OS r497: Remove platform-dependent mozc::Encryptor part 3 r496: Fix style violations in header include guards part 4 r495: Remove unused variables r494: Fix a typo in reading strings of Unicode Emoji data r486 2015-01-18 2.16.2020.102 - r474 2015-01-01 2.16.2008.102 Summary of changes between 2.16.2008.102 (r474) and 2.16.2020.102 (r486). DEPS changes: protobuf: bba83652e1be610bdb7ee1566ad18346d98b843c -> 172019c40bf548908ab09bfd276074c929d48415 (downgrading) Build related changes: Ubuntu 14.04 is used as the reference build/test environment for Android, NaCl, and Linux. Hereafter we will not make sure that Mozc can be built on Ubuntu 12.04. Known issues: Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263) Compilation errors in Android arm64 and mips64 build (Issue 273) Fixed issues: FIX: All resources are not released in Service.onDestory ( Issue 265 ) FIX: Many emojis are suggested from space ( Issue 266 ) FIX: Noisy candidate "itsumo" due to language aware conversion ( Issue 267 ) FIX: BuildInDocker fails when building for Android ( Issue 269 ) FIX: Runtime CHECK failure on Windows: protobuf/src/google/protobuf/descriptor.cc:1018 ( Issue 271 ) FIX: AssertionError in gen_zip_code_seed.py ( Issue 272 ) Commit summary: r486: Unsupport Ubuntu 12.04 as a build environment r485: Update copyright year in source header comments r484: Update copyright year in the about dialog to 2015 r483: Update special rules for KEN_ALL.CSV r482: Revert r438 "Update Protocol Buffers to 2.6.1" and r444 "Suppress compiler warnings for Protocol Buffers 2.6.1" r481: Revert r477 "Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh"" r480: Call CalculatorInterface::CalculateString even for x86 Android testing r479: Suppress LangAwareRewriter to suggest the raw text if the query is in the dictionary as a key r478: Handle emojis that have multiple readings correctly r477: Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh" r476: Several coding style fixes r475: Improve classic skins for Android r474: Fix resource leak on onDestroy
Diffstat (limited to 'inputmethod/mozc-server')
-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 @@
}],
],
}],