https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278693
--- Comment #11 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8fed35cd38a5a5ded99113e7f23044d32d1190a8 commit 8fed35cd38a5a5ded99113e7f23044d32d1190a8 Author: Jason E. Hale <jh...@freebsd.org> AuthorDate: 2024-05-15 04:06:03 +0000 Commit: Jason E. Hale <jh...@freebsd.org> CommitDate: 2024-05-15 04:11:25 +0000 devel/electron29: Fix build with ninja 1.12.0 Fix race conditions where generated headers are not created before they are needed in the build. Ninja 1.12.0 removed the `-w dupbuild` option and the default behavior is now equivalent to passing `-w dupbuild=err` in previous versions. PR: 278693 Approved by: portmgr (blanket) devel/electron29/files/patch-net_dns_BUILD.gn | 16 +++++++++++++--- .../files/patch-tools_gn_bootstrap_bootstrap.py (new) | 11 +++++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.