Created attachment 170838 [details] patch Update devel/gmake to version 4.2.
gmake fails to build on 9.3 amd64: http://package18.nyi.freebsd.org/data/93amd64-default-PR209868/2016-06-01_05h56m07s/logs/errors/gmake-4.2.log
Created attachment 170904 [details] patch2 Define PO_DEPENDS_ON_POT to fix build with fmake.
There are 3 new failures: + {"origin"=>"deskutils/tomboy", "pkgname"=>"tomboy-1.15.4", "phase"=>"build", "errortype"=>"makefile"} + {"origin"=>"devel/ocaml-deriving-ocsigen", "pkgname"=>"ocaml-deriving-ocsigen-0.3c_1", "phase"=>"build", "errortype"=>"???"} + {"origin"=>"games/0ad", "pkgname"=>"0ad-0.0.20", "phase"=>"build", "errortype"=>"missing_header"} Failure logs: http://package23.nyi.freebsd.org/data/101i386-default-PR209868/2016-06-02_20h12m43s/logs/errors/tomboy-1.15.4.log http://package23.nyi.freebsd.org/data/101i386-default-PR209868/2016-06-02_20h12m43s/logs/errors/ocaml-deriving-ocsigen-0.3c_1.log http://package23.nyi.freebsd.org/data/101i386-default-PR209868/2016-06-02_20h12m43s/logs/errors/0ad-0.0.20.log
Created attachment 170975 [details] patch3 Fix reported build failures.
games/0ad fails to build: http://package23.nyi.freebsd.org/data/101i386-default-PR209868/2016-06-04_05h30m17s/logs/errors/0ad-0.0.20.log
Created attachment 171019 [details] patch4 Disable make jobs when building bundled spidermonkey in 0ad.
Exp-run looks fine
A commit references this bug: Author: tijl Date: Sun Jun 5 14:35:02 UTC 2016 New revision: 416393 URL: https://svnweb.freebsd.org/changeset/ports/416393 Log: - Update devel/gmake to 4.2. - deskutils/tomboy, devel/ocaml-deriving-ocsigen: patch Makefile bug. - games/0ad: disable make jobs when building bundled Spidermonkey. PR: 209868 Exp-run by: antoine Approved by: portmgr (antoine) Changes: head/deskutils/tomboy/Makefile head/devel/gmake/Makefile head/devel/gmake/distinfo head/devel/gmake/pkg-descr head/devel/ocaml-deriving-ocsigen/files/ head/devel/ocaml-deriving-ocsigen/files/patch-syntax-Makefile head/games/0ad/files/patch-libraries__source__spidermonkey__build.sh