Re: git: 9fd4b7c836f0 - main - wasi: drop support for LLVM < 17

From: Antoine Brodin <antoine_at_freebsd.org>
Date: Fri, 18 Oct 2024 12:02:32 UTC
On Fri, Oct 18, 2024 at 1:30 PM Charlie Li <vishwin@freebsd.org> wrote:
> Antoine Brodin wrote:
> > This broke the ports tree:
> >   wasi-libcxx-master-0: no entry for /usr/ports/devel/wasi-compiler-rt15
> >
> Is there a consumer that got missed somewhere after this chain because
> LLVM_DEFAULT is still at 15? All the corresponding devel/wasi-libcxx
> were also removed in this commit so nothing should be referencing the
> removed devel/wasi-compiler-rt.

devel/wasi-libcxx refers to devel/wasi-compiler-rt15

> Also those PKGNAMESUFFIX=-master ports should be IGNOREd as declared.

No,  master ports are not supposed to work like this.
Please fix or revert.

Antoine