Bug 238304

Summary: japanese/cmigemo: fix build
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: MANTANI Nobutaka <nobutaka>
Status: Closed FIXED    
Severity: Affects Only Me Flags: nobutaka: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-06-03 08:57:21 UTC
Created attachment 204799 [details]
patch

Building on releng/12.0 on powerpc64 currently fails with:
Assembler messages:
Fatal error: can't create build/object/wordbuf.o: No such file or directory

Add MAKE_JOBS_UNSAFE=yes to fix build.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-16 14:02:10 UTC
A commit references this bug:

Author: nobutaka
Date: Sun Jun 16 14:01:28 UTC 2019
New revision: 504345
URL: https://svnweb.freebsd.org/changeset/ports/504345

Log:
  - Set MAKE_JOBS_UNSAFE=yes to fix build on powerpc64. [*]
  - Regenerate patches with make makepatch.
  - Pet portlint.

  PR:		238304 [*]
  Submitted by:	pkubaj [*]

Changes:
  head/japanese/cmigemo/Makefile
  head/japanese/cmigemo/files/patch-Makefile
  head/japanese/cmigemo/files/patch-compile_Make_gcc.mak
  head/japanese/cmigemo/files/patch-compile_config.mk.in
  head/japanese/cmigemo/files/patch-compile_unix.mak
  head/japanese/cmigemo/files/patch-configure
  head/japanese/cmigemo/files/patch-dict_dict.mak
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2019-06-16 14:06:48 UTC
Committed, thanks!