svn commit: r430244 - head/japanese/mozc-server/files

Hiroki Sato hrs at FreeBSD.org
Sun Jan 1 06:49:15 UTC 2017


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):


More information about the svn-ports-all mailing list