Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 21:37:20 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397885 - head/japanese/mozc-server/files
Message-ID:  <201509252137.t8PLbKM2058447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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': [



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509252137.t8PLbKM2058447>