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_protobuf.gyp,v 1.2 2013/04/29 09:21:24 ryoon Exp $ --- protobuf/protobuf.gyp.orig 2013-03-29 04:33:43.000000000 +0000 +++ protobuf/protobuf.gyp @@@@ -140,7 +140,7 @@@@ ], 'conditions': [ # for gcc and clang - ['OS=="linux" or OS=="mac"', { + ['OS=="linux" or OS=="mac" OS=="netbsd"', { 'cflags': [ '-Wno-conversion-null', # coded_stream.cc uses NULL to bool. '-Wno-unused-function', @@@@ -176,7 +176,7 @@@@ '.', ], 'conditions': [ - ['OS=="linux"', { + ['OS=="linux" or OS=="netbsd"', { 'conditions': [ ['use_libprotobuf!=1', { 'cflags': [ @@@@ -212,7 +212,7 @@@@ }, 'conditions': [ # use system-installed protoc on Linux - ['OS!="linux"', { + ['OS!="linux" and OS!="netbsd"', { 'includes' : [ '../gyp/install_build_tool.gypi', ], @ 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_protobuf.gyp,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/protobuf.gyp.orig 2012-08-31 05:37:07.000000000 +0000 d5 2 a6 2 @@@@ -138,7 +138,7 @@@@ }, d10 1 a10 1 + ['OS=="linux" or OS=="mac" or OS="netbsd"', { d14 1 a14 1 @@@@ -159,7 +159,7 @@@@ d23 1 a23 1 @@@@ -196,7 +196,7 @@@@ @