aboutsummaryrefslogtreecommitdiff
path: root/japanese/mozc-tool
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2010-10-16 03:42:06 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2010-10-16 03:42:06 +0000
commitce030bd7227353b4d3d9db16b20c984672f729a1 (patch)
tree0e071dc5aa52841e567d8770896f79e5d4805943 /japanese/mozc-tool
parent8b0dfd0bf04d09fc986d7e80dd320e21cb595916 (diff)
downloadports-ce030bd7227353b4d3d9db16b20c984672f729a1.tar.gz
ports-ce030bd7227353b4d3d9db16b20c984672f729a1.zip
Update mozc relative ports from 0.13.481.102 to 0.13.499.102
Notes
Notes: svn path=/head/; revision=263072
Diffstat (limited to 'japanese/mozc-tool')
-rw-r--r--japanese/mozc-tool/Makefile2
-rw-r--r--japanese/mozc-tool/distinfo6
-rw-r--r--japanese/mozc-tool/files/patch-base_iconv.cc4
-rw-r--r--japanese/mozc-tool/files/patch-base_mutex.h4
-rw-r--r--japanese/mozc-tool/files/patch-base_process.cc4
-rw-r--r--japanese/mozc-tool/files/patch-base_util.cc6
-rw-r--r--japanese/mozc-tool/files/patch-build_mozc.py4
-rw-r--r--japanese/mozc-tool/files/patch-build_tools_mozc_version.py4
-rw-r--r--japanese/mozc-tool/files/patch-gui_about_dialog_about_dialog.cc9
-rw-r--r--japanese/mozc-tool/files/patch-gui_about_dialog_version_image_widget.cc4
-rw-r--r--japanese/mozc-tool/files/patch-gyp_common.gypi4
-rw-r--r--japanese/mozc-tool/files/patch-ipc_ipc_path_manager.cc4
-rw-r--r--japanese/mozc-tool/files/patch-ipc_unix_ipc.cc4
-rw-r--r--japanese/mozc-tool/files/patch-server_mozc_server.cc4
-rw-r--r--japanese/mozc-tool/files/patch-unix_ibus_gen_mozc_xml.py4
-rw-r--r--japanese/mozc-tool/files/patch-unix_ibus_path_util.cc4
-rw-r--r--japanese/mozc-tool/files/patch-unix_scim_scim.gyp4
17 files changed, 37 insertions, 38 deletions
diff --git a/japanese/mozc-tool/Makefile b/japanese/mozc-tool/Makefile
index e20b01cf421a..306360aa07bc 100644
--- a/japanese/mozc-tool/Makefile
+++ b/japanese/mozc-tool/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mozc-tool
-PORTVERSION= 0.13.481.102
+PORTVERSION= 0.13.499.102
CATEGORIES= japanese
MASTER_SITES= http://people.freebsd.org/~daichi/distfiles/
DISTNAME= mozc-${PORTVERSION}
diff --git a/japanese/mozc-tool/distinfo b/japanese/mozc-tool/distinfo
index 78f0b20e2249..9a74557256a8 100644
--- a/japanese/mozc-tool/distinfo
+++ b/japanese/mozc-tool/distinfo
@@ -1,3 +1,3 @@
-MD5 (mozc-0.13.481.102.tar.bz2) = c56d2ac35c55f727b78c9b5383d932a2
-SHA256 (mozc-0.13.481.102.tar.bz2) = 5026735af697e363b6bf6c35c792f8ae3e9496aaedb308073d188e098eb1cb2e
-SIZE (mozc-0.13.481.102.tar.bz2) = 38662751
+MD5 (mozc-0.13.499.102.tar.bz2) = 8405e050bc87bf7a38ad2a543498d353
+SHA256 (mozc-0.13.499.102.tar.bz2) = bc39fb757c0f7d40abf2603c2c72b37a2ca4c9614bf1ca12ce8639bced94602c
+SIZE (mozc-0.13.499.102.tar.bz2) = 39139600
diff --git a/japanese/mozc-tool/files/patch-base_iconv.cc b/japanese/mozc-tool/files/patch-base_iconv.cc
index b1c846ee17a0..d8a5c8b01083 100644
--- a/japanese/mozc-tool/files/patch-base_iconv.cc
+++ b/japanese/mozc-tool/files/patch-base_iconv.cc
@@ -1,5 +1,5 @@
---- base/iconv.cc.org 2010-09-25 10:26:07.239337059 +0900
-+++ base/iconv.cc 2010-09-25 10:26:55.505337905 +0900
+--- base/iconv.cc.org 2010-10-16 11:54:05.538175977 +0900
++++ base/iconv.cc 2010-10-16 11:55:04.017187136 +0900
@@ -52,7 +52,11 @@
size_t olen_org = olen;
iconv(ic, 0, &ilen, 0, &olen); // reset iconv state
diff --git a/japanese/mozc-tool/files/patch-base_mutex.h b/japanese/mozc-tool/files/patch-base_mutex.h
index 70d4febf5fb6..7dc8acf1d04f 100644
--- a/japanese/mozc-tool/files/patch-base_mutex.h
+++ b/japanese/mozc-tool/files/patch-base_mutex.h
@@ -1,5 +1,5 @@
---- base/mutex.h.org 2010-09-25 11:01:36.626334847 +0900
-+++ base/mutex.h 2010-09-25 11:02:17.429334111 +0900
+--- base/mutex.h.org 2010-10-16 11:55:20.326178921 +0900
++++ base/mutex.h 2010-10-16 11:55:50.442396765 +0900
@@ -82,11 +82,11 @@
// PTHREAD_MUTEX_RECURSIVE_NP and PTHREAD_MUTEX_RECURSIVE seem to be
// variants. For example, Mac OS X 10.4 had
diff --git a/japanese/mozc-tool/files/patch-base_process.cc b/japanese/mozc-tool/files/patch-base_process.cc
index 24b4bc7cdb2a..bb913423d394 100644
--- a/japanese/mozc-tool/files/patch-base_process.cc
+++ b/japanese/mozc-tool/files/patch-base_process.cc
@@ -1,5 +1,5 @@
---- base/process.cc.org 2010-09-25 11:02:43.698333384 +0900
-+++ base/process.cc 2010-09-25 11:03:27.524341996 +0900
+--- base/process.cc.org 2010-10-16 11:55:55.790185101 +0900
++++ base/process.cc 2010-10-16 11:56:38.273785950 +0900
@@ -194,13 +194,18 @@
return ShellExecuteInSystemDir(L"open", wurl.c_str(), NULL, SW_SHOW);
#endif
diff --git a/japanese/mozc-tool/files/patch-base_util.cc b/japanese/mozc-tool/files/patch-base_util.cc
index c6abf9555696..120ffbf64f3e 100644
--- a/japanese/mozc-tool/files/patch-base_util.cc
+++ b/japanese/mozc-tool/files/patch-base_util.cc
@@ -1,6 +1,6 @@
---- base/util.cc.org 2010-09-25 11:03:37.453334648 +0900
-+++ base/util.cc 2010-09-25 11:04:14.026334568 +0900
-@@ -1525,9 +1525,13 @@
+--- base/util.cc.org 2010-10-16 11:56:45.879185798 +0900
++++ base/util.cc 2010-10-16 11:58:28.386189342 +0900
+@@ -1571,9 +1571,13 @@
return MacUtil::GetServerDirectory();
#endif // OS_MACOSX
diff --git a/japanese/mozc-tool/files/patch-build_mozc.py b/japanese/mozc-tool/files/patch-build_mozc.py
index 0fa4859ff128..956d6d6c6b48 100644
--- a/japanese/mozc-tool/files/patch-build_mozc.py
+++ b/japanese/mozc-tool/files/patch-build_mozc.py
@@ -1,5 +1,5 @@
---- build_mozc.py.org 2010-09-25 11:04:25.422333501 +0900
-+++ build_mozc.py 2010-10-03 12:55:53.425314392 +0900
+--- build_mozc.py.org 2010-10-16 11:58:32.818179161 +0900
++++ build_mozc.py 2010-10-16 11:58:50.886185011 +0900
@@ -69,7 +69,7 @@
def IsLinux():
diff --git a/japanese/mozc-tool/files/patch-build_tools_mozc_version.py b/japanese/mozc-tool/files/patch-build_tools_mozc_version.py
index 17ec991fe896..14e749ee43e3 100644
--- a/japanese/mozc-tool/files/patch-build_tools_mozc_version.py
+++ b/japanese/mozc-tool/files/patch-build_tools_mozc_version.py
@@ -1,5 +1,5 @@
---- build_tools/mozc_version.py.org 2010-09-25 11:06:06.607334667 +0900
-+++ build_tools/mozc_version.py 2010-09-25 11:06:24.382334562 +0900
+--- build_tools/mozc_version.py.org 2010-10-16 11:59:00.003180328 +0900
++++ build_tools/mozc_version.py 2010-10-16 11:59:15.492182701 +0900
@@ -55,7 +55,7 @@
def IsLinux():
diff --git a/japanese/mozc-tool/files/patch-gui_about_dialog_about_dialog.cc b/japanese/mozc-tool/files/patch-gui_about_dialog_about_dialog.cc
index a3be9022277f..e49936e1936b 100644
--- a/japanese/mozc-tool/files/patch-gui_about_dialog_about_dialog.cc
+++ b/japanese/mozc-tool/files/patch-gui_about_dialog_about_dialog.cc
@@ -1,10 +1,9 @@
---- gui/about_dialog/about_dialog.cc.org 2010-09-25 11:06:33.059334293 +0900
-+++ gui/about_dialog/about_dialog.cc 2010-09-25 11:07:21.090335160 +0900
-@@ -113,8 +113,11 @@
-
+--- gui/about_dialog/about_dialog.cc.org 2010-10-16 11:59:20.527184356 +0900
++++ gui/about_dialog/about_dialog.cc 2010-10-16 11:59:55.382185760 +0900
+@@ -114,7 +114,11 @@
SetLabelText(label_terms);
SetLabelText(label_credits);
--
+
+#ifdef __FreeBSD__
+ product_image_.reset(new QImage("@@LOCALBASE@@/share/mozc-tool/icons/product_logo.png"));
+#else
diff --git a/japanese/mozc-tool/files/patch-gui_about_dialog_version_image_widget.cc b/japanese/mozc-tool/files/patch-gui_about_dialog_version_image_widget.cc
index c85b950afe19..5f96ae273a2d 100644
--- a/japanese/mozc-tool/files/patch-gui_about_dialog_version_image_widget.cc
+++ b/japanese/mozc-tool/files/patch-gui_about_dialog_version_image_widget.cc
@@ -1,5 +1,5 @@
---- gui/about_dialog/version_image_widget.cc.org 2010-09-25 11:07:28.324337247 +0900
-+++ gui/about_dialog/version_image_widget.cc 2010-09-25 11:07:59.689335312 +0900
+--- gui/about_dialog/version_image_widget.cc.org 2010-10-16 12:00:02.576178852 +0900
++++ gui/about_dialog/version_image_widget.cc 2010-10-16 12:00:34.221317549 +0900
@@ -41,7 +41,11 @@
void VersionImageWidget::loadImage() {
// Currently the version is always latest.
diff --git a/japanese/mozc-tool/files/patch-gyp_common.gypi b/japanese/mozc-tool/files/patch-gyp_common.gypi
index 4582d24138dc..7857675804f3 100644
--- a/japanese/mozc-tool/files/patch-gyp_common.gypi
+++ b/japanese/mozc-tool/files/patch-gyp_common.gypi
@@ -1,5 +1,5 @@
---- gyp/common.gypi.org 2010-09-25 11:08:08.270335412 +0900
-+++ gyp/common.gypi 2010-09-25 11:08:34.704344483 +0900
+--- gyp/common.gypi.org 2010-10-16 12:00:39.281175157 +0900
++++ gyp/common.gypi 2010-10-16 12:01:01.287193240 +0900
@@ -436,6 +436,12 @@
'-lz',
'<@(extra_linux_libs)',
diff --git a/japanese/mozc-tool/files/patch-ipc_ipc_path_manager.cc b/japanese/mozc-tool/files/patch-ipc_ipc_path_manager.cc
index 88c616e7db46..f6bc190c0632 100644
--- a/japanese/mozc-tool/files/patch-ipc_ipc_path_manager.cc
+++ b/japanese/mozc-tool/files/patch-ipc_ipc_path_manager.cc
@@ -1,5 +1,5 @@
---- ipc/ipc_path_manager.cc.org 2010-09-25 11:09:39.543334634 +0900
-+++ ipc/ipc_path_manager.cc 2010-09-25 11:10:01.975326409 +0900
+--- ipc/ipc_path_manager.cc.org 2010-10-16 12:01:06.246177971 +0900
++++ ipc/ipc_path_manager.cc 2010-10-16 12:01:26.641179012 +0900
@@ -265,7 +265,7 @@
*ipc_name = kIPCPrefix;
#endif // OS_WINDOWS
diff --git a/japanese/mozc-tool/files/patch-ipc_unix_ipc.cc b/japanese/mozc-tool/files/patch-ipc_unix_ipc.cc
index 3fddccdc9d3c..c72f23f08ced 100644
--- a/japanese/mozc-tool/files/patch-ipc_unix_ipc.cc
+++ b/japanese/mozc-tool/files/patch-ipc_unix_ipc.cc
@@ -1,5 +1,5 @@
---- ipc/unix_ipc.cc.org 2010-09-25 11:11:08.117335240 +0900
-+++ ipc/unix_ipc.cc 2010-09-25 11:14:56.074335641 +0900
+--- ipc/unix_ipc.cc.org 2010-10-16 12:01:47.982178217 +0900
++++ ipc/unix_ipc.cc 2010-10-16 12:04:36.610176748 +0900
@@ -41,7 +41,7 @@
#include <sys/time.h>
#include <sys/types.h>
diff --git a/japanese/mozc-tool/files/patch-server_mozc_server.cc b/japanese/mozc-tool/files/patch-server_mozc_server.cc
index af77f5dc27b0..02086d954321 100644
--- a/japanese/mozc-tool/files/patch-server_mozc_server.cc
+++ b/japanese/mozc-tool/files/patch-server_mozc_server.cc
@@ -1,5 +1,5 @@
---- server/mozc_server.cc.org 2010-09-25 12:45:06.069338637 +0900
-+++ server/mozc_server.cc 2010-09-25 12:46:24.810331975 +0900
+--- server/mozc_server.cc.org 2010-10-16 12:04:43.449185058 +0900
++++ server/mozc_server.cc 2010-10-16 12:06:18.373180984 +0900
@@ -30,6 +30,9 @@
#ifdef OS_WINDOWS
#include <windows.h>
diff --git a/japanese/mozc-tool/files/patch-unix_ibus_gen_mozc_xml.py b/japanese/mozc-tool/files/patch-unix_ibus_gen_mozc_xml.py
index af6c217e6826..2254745c1524 100644
--- a/japanese/mozc-tool/files/patch-unix_ibus_gen_mozc_xml.py
+++ b/japanese/mozc-tool/files/patch-unix_ibus_gen_mozc_xml.py
@@ -1,5 +1,5 @@
---- unix/ibus/gen_mozc_xml.py.org 2010-09-25 11:17:57.221333653 +0900
-+++ unix/ibus/gen_mozc_xml.py 2010-09-25 11:22:33.363336338 +0900
+--- unix/ibus/gen_mozc_xml.py.org 2010-10-16 12:06:25.692183819 +0900
++++ unix/ibus/gen_mozc_xml.py 2010-10-16 12:07:20.965178571 +0900
@@ -39,6 +39,7 @@
import optparse
diff --git a/japanese/mozc-tool/files/patch-unix_ibus_path_util.cc b/japanese/mozc-tool/files/patch-unix_ibus_path_util.cc
index 057ebce9b680..d797f194af01 100644
--- a/japanese/mozc-tool/files/patch-unix_ibus_path_util.cc
+++ b/japanese/mozc-tool/files/patch-unix_ibus_path_util.cc
@@ -1,5 +1,5 @@
---- unix/ibus/path_util.cc.org 2010-09-25 11:25:36.706333562 +0900
-+++ unix/ibus/path_util.cc 2010-09-25 11:26:16.410339239 +0900
+--- unix/ibus/path_util.cc.org 2010-10-16 12:07:47.547186060 +0900
++++ unix/ibus/path_util.cc 2010-10-16 12:08:37.461176526 +0900
@@ -30,14 +30,22 @@
#include "unix/ibus/path_util.h"
diff --git a/japanese/mozc-tool/files/patch-unix_scim_scim.gyp b/japanese/mozc-tool/files/patch-unix_scim_scim.gyp
index bc138153697a..e5595ebfa185 100644
--- a/japanese/mozc-tool/files/patch-unix_scim_scim.gyp
+++ b/japanese/mozc-tool/files/patch-unix_scim_scim.gyp
@@ -1,5 +1,5 @@
---- unix/scim/scim.gyp.org 2010-09-25 11:26:23.393336519 +0900
-+++ unix/scim/scim.gyp 2010-09-25 11:26:45.064334370 +0900
+--- unix/scim/scim.gyp.org 2010-10-16 12:08:42.286177748 +0900
++++ unix/scim/scim.gyp 2010-10-16 12:08:59.542185425 +0900
@@ -44,7 +44,7 @@
'../../session/session.gyp:session',
],