Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Nov 2025 15:39:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 290619] www/chromium (chromium-141.0.7390.107) build failed
Message-ID:  <bug-290619-28929-NL6Sgemo0s@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-290619-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-290619-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D290619

--- Comment #13 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dee86324cade722c6cb8013545e6b8a8=
c6b05cf82

commit ee86324cade722c6cb8013545e6b8a8c6b05cf82
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:39:18 +0000

    www/*chromium: fix build when rust is not installed in time

    VAR!=3D 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(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-290619-28929-NL6Sgemo0s>