head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.2 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.1.0.2 pkgsrc-2013Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2013.04.29.09.52.16; author ryoon; state dead; branches; next 1.2; 1.2 date 2013.04.29.09.21.24; author ryoon; state Exp; branches; next 1.1; 1.1 date 2013.01.18.11.36.40; author ryoon; state Exp; branches; next ; desc @@ 1.3 log @Change base package to mozc-server from ibus-mozc. This change encourages uim-mozc, fcitx-mozc and so on. @ text @$NetBSD: patch-protobuf_genproto.gypi,v 1.2 2013/04/29 09:21:24 ryoon Exp $ --- protobuf/genproto.gypi.orig 2013-03-29 04:33:43.000000000 +0000 +++ protobuf/genproto.gypi @@@@ -33,19 +33,19 @@@@ 'wrapper_path': '<(DEPTH)/build_tools/protoc_wrapper.py', }, 'conditions': [ - ['target_platform!="linux"', { + ['target_platform!="Linux" and target_platform!="NetBSD"', { 'variables': { - 'protoc_command%': '<(mozc_build_tools_dir)/protoc<(EXECUTABLE_SUFFIX)', + 'protoc_command%': '@@PREFIX@@/bin/protoc<(EXECUTABLE_SUFFIX)', }, }, { # else 'conditions': [ ['use_libprotobuf==0', { 'variables': { - 'protoc_command%': '<(mozc_build_tools_dir)/protoc<(EXECUTABLE_SUFFIX)', + 'protoc_command%': '@@PREFIX@@/bin/protoc<(EXECUTABLE_SUFFIX)', }, }, { # else 'variables': { - 'protoc_command%': 'protoc<(EXECUTABLE_SUFFIX)', + 'protoc_command%': '@@PREFIX@@/bin/protoc<(EXECUTABLE_SUFFIX)', }, }], ], @ 1.2 log @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 @ text @d1 1 a1 1 $NetBSD: patch-protobuf_genproto.gypi,v 1.1 2013/01/18 11:36:40 ryoon Exp $ @ 1.1 log @Import ibus-mozc-1.6.1187.102 as inputmethod/ibus-mozc. Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as Chromium OS, Windows, Mac and Linux. This open-source project originates from Google Japanese Input. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- protobuf/genproto.gypi.orig 2012-08-31 05:37:07.000000000 +0000 d5 3 a7 1 @@@@ -36,13 +36,13 @@@@ d9 2 a10 1 ['OS!="linux"', { d12 2 a13 2 - 'protoc_command%': '<(relative_dir)/<(mozc_build_tools_dir)/protoc<(EXECUTABLE_SUFFIX)', + 'protoc_command%': 'protoc<(EXECUTABLE_SUFFIX)', d19 2 a20 2 - 'protoc_command%': '<(relative_dir)/<(mozc_build_tools_dir)/protoc<(EXECUTABLE_SUFFIX)', + 'protoc_command%': 'protoc<(EXECUTABLE_SUFFIX)', d24 5 @