svn commit: r396511 - head/japanese/uim-mozc

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 9 14:42:41 UTC 2015


Author: amdmi3
Date: Wed Sep  9 14:42:40 2015
New Revision: 396511
URL: https://svnweb.freebsd.org/changeset/ports/396511

Log:
  - Mark MAKE_JOBS_UNSAFE as this fails sporadically
  
  ... seemingly trying to use generated protocol buffer header before it is actually generated:
  
  ./../session/key_info_util.cc:43:10: fatal error: 'protocol/commands.pb.h' file not found
  
  master port doesn't seem to suffer from this issue.
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/japanese/uim-mozc/Makefile

Modified: head/japanese/uim-mozc/Makefile
==============================================================================
--- head/japanese/uim-mozc/Makefile	Wed Sep  9 14:37:05 2015	(r396510)
+++ head/japanese/uim-mozc/Makefile	Wed Sep  9 14:42:40 2015	(r396511)
@@ -13,4 +13,6 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 
 BUILD_MOZC_LIST=uim_mozc
 
+MAKE_JOBS_UNSAFE=yes
+
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list