Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jan 2017 06:49:14 +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: r430244 - head/japanese/mozc-server/files
Message-ID:  <201701010649.v016nE8B042419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Sun Jan  1 06:49:13 2017
New Revision: 430244
URL: https://svnweb.freebsd.org/changeset/ports/430244

Log:
  Add a patch to enable verbose build logging.

Added:
  head/japanese/mozc-server/files/patch-src-build_mozc.py   (contents, props changed)

Added: head/japanese/mozc-server/files/patch-src-build_mozc.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/mozc-server/files/patch-src-build_mozc.py	Sun Jan  1 06:49:13 2017	(r430244)
@@ -0,0 +1,11 @@
+--- src/build_mozc.py.orig	2017-01-01 14:29:01.398407000 +0900
++++ src/build_mozc.py	2017-01-01 14:30:17.894029000 +0900
+@@ -864,7 +864,7 @@
+   ninja = GetNinjaPath()
+ 
+   ninja_targets = [GetNinjaTargetName(target) for target in targets]
+-  RunOrDie([ninja, '-C', build_arg] + ninja_targets)
++  RunOrDie([ninja, '-v', '-C', build_arg] + ninja_targets)
+ 
+ 
+ def BuildOnWindows(targets):



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