From owner-svn-ports-head@freebsd.org Fri Sep 25 21:37:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DB8DA081AA; Fri, 25 Sep 2015 21:37:20 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E9FF1CFD; Fri, 25 Sep 2015 21:37:20 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8PLbKpE058448; Fri, 25 Sep 2015 21:37:20 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8PLbKM2058447; Fri, 25 Sep 2015 21:37:20 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201509252137.t8PLbKM2058447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 25 Sep 2015 21:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397885 - head/japanese/mozc-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 21:37:20 -0000 Author: hrs Date: Fri Sep 25 21:37:19 2015 New Revision: 397885 URL: https://svnweb.freebsd.org/changeset/ports/397885 Log: Add a missing dependency which could cause a build failure. Modified: head/japanese/mozc-server/files/extra-patch-src-unix-uim-uim.gyp Modified: head/japanese/mozc-server/files/extra-patch-src-unix-uim-uim.gyp ============================================================================== --- head/japanese/mozc-server/files/extra-patch-src-unix-uim-uim.gyp Fri Sep 25 21:37:12 2015 (r397884) +++ head/japanese/mozc-server/files/extra-patch-src-unix-uim-uim.gyp Fri Sep 25 21:37:19 2015 (r397885) @@ -1,5 +1,5 @@ --- src/unix/uim/uim.gyp.orig 2014-10-27 02:24:13.000000000 +0900 -+++ src/unix/uim/uim.gyp 2015-07-13 15:29:56.322735000 +0900 ++++ src/unix/uim/uim.gyp 2015-09-26 06:34:58.683557000 +0900 @@ -31,6 +31,7 @@ { 'variables': { @@ -17,11 +17,12 @@ ], }, 'targets': [ -@@ -49,7 +52,7 @@ +@@ -49,7 +52,8 @@ 'key_translator.cc', ], 'dependencies': [ - '../../session/session_base.gyp:session_protocol', ++ '../../protocol/protocol.gyp:commands_proto', + '../../session/session_base.gyp:ime_switch_util', ], 'cflags': [