DEFAULT_VERSIONS+=llvm=90 ignored?

Jan Beich jbeich at FreeBSD.org
Fri Dec 4 22:41:44 UTC 2020


Steve Kargl <sgk at troutmask.apl.washington.edu> writes:

> It takes a long time to compile on my laptop.  I have
>
> DEFAULT_VERSIONS+=llvm=90

Why do you need to redefine current default?

Mk/bsd.default-versions.mk:
LLVM_DEFAULT?=		90

> % portmaster -Byd gnuplot
> ...
>         Install devel/llvm10
> ...
>         Install devel/llvm90

devel/llvm10 is pinned by graphics/mesa-* likely to reduce QA after a
fiasco in bug 239682. Trying to unpin in bug 250869 was rejected.

graphics/mesa-dri/Makefile.common:
LLVM_DEFAULT=	10


More information about the freebsd-ports mailing list