Re: git: f815d3802109 - main - devel/gnome-builder: prepare for LLVM_DEFAULT=15
- In reply to: Jan Beich : "Re: git: f815d3802109 - main - devel/gnome-builder: prepare for LLVM_DEFAULT=15"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Dec 2022 23:24:26 UTC
Ah, that might explain why I had to do the followup be52987d67ee9f248be21a4f9579fb00d63a9b6c after it worked the first time around. mfg Tobias On Sun, 18 Dec 2022 at 00:20, Jan Beich <jbeich@freebsd.org> wrote: > > "Tobias C. Berner" <tcberner@FreeBSD.org> writes: > > > # track the latest llvm/clang version, the config script picks the newest available > > -LLVM_VER= ${LLVM_DEFAULT} > > CLANG_DESC= Build the clang plugin > > CLANG_MESON_TRUE= plugin_clang > > -CLANG_BUILD_DEPENDS= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} > > -CLANG_RUN_DEPENDS= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} > > +CLANG_USES= llvm:build,run > > +CLANG_BINARY_ALIAS= llvm-config=${LLVM_CONFIG} > > BINARY_ALIAS=llvm-config=... with USES=meson isn't deterministic. > See https://cgit.freebsd.org/ports/commit/?id=dfe189dac467