Date: Sat, 11 Feb 2023 16:12:07 +0100 From: Jan Beich <jbeich@FreeBSD.org> To: Alexey Dokuchaev <danfe@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 6d2a9d6effb7 - main - devel/edi: add an option to build the port against libclang Message-ID: <7cwo-p77c-wny@FreeBSD.org> In-Reply-To: <Y%2Beuyy%2BUTY9Xvf1A@FreeBSD.org> (Alexey Dokuchaev's message of "Sat, 11 Feb 2023 15:05:47 %2B0000") References: <202302111217.31BCHAJB089240@gitrepo.freebsd.org> <o7q0-pec9-wny@FreeBSD.org> <Y%2Beuyy%2BUTY9Xvf1A@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Alexey Dokuchaev <danfe@freebsd.org> writes: > On Sat, Feb 11, 2023 at 01:37:58PM +0100, Jan Beich wrote: > >> Alexey Dokuchaev <danfe@FreeBSD.org> writes: >> ... >> > +LIBCLANG_LIB_DEPENDS= libclang.so:devel/llvm${LLVM_VERSION} >> > +LIBCLANG_MESON_ON= -Dlibclang-libdir=${LOCALBASE}/llvm${LLVM_VERSION}/lib \ >> > + -Dlibclang-headerdir=${LOCALBASE}/llvm${LLVM_VERSION}/include >> > +LIBCLANG_MESON_OFF= -Dlibclang=false >> > + >> > +LLVM_VERSION?= ${LLVM_DEFAULT} >> >> Can be simplified via USES=llvm e.g., [...] > > Yeah, I've thought of it, but reckoned it's less transparent while spelled out > in roughly the same number of lines. I've used USES=llvm before, but was told > that it's still under development. Maybe I'll revisit this once it stabilizes. Citation needed for "under development". Even 2023Q1 supports USES=llvm. https://docs.freebsd.org/en/books/porters-handbook/uses/#uses-llvm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7cwo-p77c-wny>