Jan Beich <jbe...@freebsd.org> writes: > Robert Clausecker <f...@fuz.su> writes: > >> Commit a2bd861 (most recent commit on 2021Q4) breaks the ports build: >> >> [00:10:17] Warning: (www/firefox): Error: www/firefox depends on >> nonexistent origin 'devel/wasi-compiler-rt12'; Please contact >> maintainer of the port to fix this. >> [00:11:44] Error: Fatal errors encountered gathering initial ports metadata > > Mk/bsd.gecko.mk sets LLVM_DEFAULT=13 but respects user wishes from > DEFAULT_VERSIONS in make.conf(5) unless LTO option is enabled. > Unfortunately, while wasi-compiler-rt13 and wasi-compiler-rt11 > do exist wasi-compiler-rt12 doesn't. Mixing LLVM subprojects from > different major versions are unlikely to be supported. > > In short, the package cluster isn't affected due to using defaults.
Nevermind. I've missed this was about 2021Q4 where Mk/bsd.gecko.mk still has LLVM_DEFAULT=12 due to lang/rust version.