summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-04-29 09:21:24 +0000
committerryoon <ryoon@pkgsrc.org>2013-04-29 09:21:24 +0000
commite37f1c1e191558f77dea4edac0db22f0588503f6 (patch)
tree2230403fcf28400f27e78cc5a5d305848ef6efc1 /inputmethod/mozc-server
parentd49c42c4d5f5d0cb90aa4e78f3fef304092d9787 (diff)
downloadpkgsrc-e37f1c1e191558f77dea4edac0db22f0588503f6.tar.gz
Update to 1.10.1390.102
Changelog: r147 2012-03-29 1.10.1390.102 Check Qt version in GNU/Linux build ( Issue 183 ) Add missing semicolon for ibus-mozc ( Issue 184 ) Remove unnecessary dependency on libzinnia from Android build. r131 2012-03-28 1.10.1389.102 Support IBus 1.5 ( Issue 161 ) Support Mac OS X 10.8 as a build environment ( Issue 166 , Issue 176 ) Fix build failure on Windows ( Issue 173 ) Increase opaque buffer size for x32 ( Issue 177 ) Check physycal monitor area in mozc_renderer ( Issue 180 ) Add missing properties for gnome-shell ( Issue 182 ) Switch to Protocol Buffers 2.5 Switch to Ninja from msbuild to build Mozc for Windows Support Android build Unsupport Visual C++ 2008 Remove RX from the repository
Diffstat (limited to 'inputmethod/mozc-server')
-rw-r--r--inputmethod/mozc-server/Makefile9
-rw-r--r--inputmethod/mozc-server/PLIST4
2 files changed, 6 insertions, 7 deletions
diff --git a/inputmethod/mozc-server/Makefile b/inputmethod/mozc-server/Makefile
index e2db23df926..e620f80de77 100644
--- a/inputmethod/mozc-server/Makefile
+++ b/inputmethod/mozc-server/Makefile
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.4 2013/02/16 11:22:44 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2013/04/29 09:22:04 ryoon Exp $
#
PKGNAME= ${DISTNAME:S/mozc-/mozc-server-/}
-PKGREVISION= 2
INSTALLATION_DIRS+= libexec
do-build:
cd ${WRKSRC} && env ${MAKE_ENV} \
- ${PYTHONBIN} build_mozc.py build -c Release ${_MAKE_JOBS} \
+ ${PYTHONBIN} build_mozc.py build -c ${MOZC_BUILD_MODE} ${_MAKE_JOBS} \
server/server.gyp:mozc_server
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/Release/mozc_server \
- ${DESTDIR}${PREFIX}/libexec/mozc_server_japanese
+ ${INSTALL_PROGRAM} ${WRKSRC}/out_${OSDEST}/${MOZC_BUILD_MODE}/mozc_server \
+ ${DESTDIR}${PREFIX}/libexec/mozc_server
.include "../../inputmethod/ibus-mozc/Makefile.common"
diff --git a/inputmethod/mozc-server/PLIST b/inputmethod/mozc-server/PLIST
index 7f1dfb21acd..4c91cdb460d 100644
--- a/inputmethod/mozc-server/PLIST
+++ b/inputmethod/mozc-server/PLIST
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2013/01/18 11:38:40 ryoon Exp $
-libexec/mozc_server_japanese
+@comment $NetBSD: PLIST,v 1.2 2013/04/29 09:22:04 ryoon Exp $
+libexec/mozc_server