https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290619
--- Comment #13 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee86324cade722c6cb8013545e6b8a8c6b05cf82 commit ee86324cade722c6cb8013545e6b8a8c6b05cf82 Author: Robert Nagy <[email protected]> AuthorDate: 2025-11-05 15:37:12 +0000 Commit: Robert Nagy <[email protected]> CommitDate: 2025-11-05 15:39:18 +0000 www/*chromium: fix build when rust is not installed in time VAR!= gets expanded on the first make invocation and because rust is a build dependency, it might not be installed at that time, so getting the version of rustc was erratic use gn to get the version instead PR: 290619 www/chromium/Makefile | 4 +--- www/chromium/files/patch-build_config_rust.gni | 14 ++++++++++++-- www/chromium/files/patch-build_dotfile__settings.gni (new) | 10 ++++++++++ www/ungoogled-chromium/Makefile | 4 +--- www/ungoogled-chromium/files/patch-build_config_rust.gni | 14 ++++++++++++-- .../files/patch-build_dotfile__settings.gni (new) | 10 ++++++++++ 6 files changed, 46 insertions(+), 10 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
