[Bug 290619] www/chromium (chromium-141.0.7390.107) build failed

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 05 Nov 2025 15:44:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290619

--- Comment #14 from commit-hook@FreeBSD.org ---
A commit in branch 2025Q4 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=c8f421f344479599da2614545cb8404933e61699

commit c8f421f344479599da2614545cb8404933e61699
Author:     Robert Nagy <rnagy@FreeBSD.org>
AuthorDate: 2025-11-05 15:37:12 +0000
Commit:     Robert Nagy <rnagy@FreeBSD.org>
CommitDate: 2025-11-05 15:44:26 +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
    (cherry picked from commit ee86324cade722c6cb8013545e6b8a8c6b05cf82)

 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.