On Wed, 30 Aug 2023 10:04:59 +0100 Nuno Teixeira <[email protected]> wrote:
> Hello all, > > bsd.default-versions.mk LLVM is 15 and bsd.gecko.mk is also configured to > use default version llvm. > > Can't understand why firefox build still depends on llvm13 or am I missing > something? > > Thanks, > > -- > Nuno Teixeira > FreeBSD Committer (ports) Hi. It would just because www/firefox[-esr] depends on devel/wasi-[compiler-rt13|libc|libcxx] ports, which all stay depending on devel/llvm13. For devel/wasi-[libcxx|compiler-rt], updates are proposed as Bug 266341 [1] and Bug 266342 [2] respectively by Eric Camachat, but not at all handled. Not sure why update for devel/wasi-libc is proposed. (Not needed anymore? Or not?) [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266341 [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266342 -- Tomoaki AOKI <[email protected]>
