Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2018 18:13:24 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471279 - head/japanese/mozc-server
Message-ID:  <201806011813.w51IDOOa063868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Fri Jun  1 18:13:24 2018
New Revision: 471279
URL: https://svnweb.freebsd.org/changeset/ports/471279

Log:
  japanese/mozc-server: Unmark BROKEN and fix poudrirere/ccache build
  
  The build failed with CCACHE_DIR_NON_ROOT_SAFE=yes in poudriere.conf.
  
  Submitted by:	bdrewery
  Reported by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>

Modified:
  head/japanese/mozc-server/Makefile   (contents, props changed)

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Fri Jun  1 18:07:06 2018	(r471278)
+++ head/japanese/mozc-server/Makefile	Fri Jun  1 18:13:24 2018	(r471279)
@@ -13,9 +13,6 @@ COMMENT?=	Mozc Japanese Input Method, Server
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-# http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2018-05-30_07h36m11s/logs/errors/ja-mozc-server-2.20.2677.102.02_8.log
-BROKEN=		fails to build
-
 BUILD_DEPENDS=	ninja:devel/ninja \
 		gyp:devel/py-gyp
 EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR}
@@ -97,6 +94,7 @@ BUILD_MOZC_CMD=	cd ${BUILD_WRKSRC} && \
 		    CXX_target="${CXX}" \
 		    LD_host="${CXX}" \
 		    AR_host="${AR}" \
+		    ${MAKE_ENV} \
 		    ${PYTHON_CMD} build_mozc.py
 BUILD_MOZC_CMD_BUILD=	${BUILD_MOZC_CMD} build -c ${BUILD_MODE} ${_MAKE_JOBS}
 BUILD_GYP_CMD=	${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/gyp



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