Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2022 16:37:17 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 08a052375a24 - main - graphics/mesa-devel: convert to USES=llvm
Message-ID:  <202212241637.2BOGbH8i075243@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=08a052375a24d64bd549cf1572e8b69da2bbce3e

commit 08a052375a24d64bd549cf1572e8b69da2bbce3e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-24 16:12:03 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-24 16:35:29 +0000

    graphics/mesa-devel: convert to USES=llvm
---
 graphics/mesa-devel/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index 5e9137c8a97c..830f66aaac6b 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -95,8 +95,8 @@ LIBUNWIND_LIB_DEPENDS=	libunwind.so:devel/libunwind
 LIBUNWIND_MESON_ENABLED=	libunwind
 
 LLVM_DESC=		Build with LLVM support (see implies)
-LLVM_LIB_DEPENDS=	libLLVM-${LLVM_DEFAULT:C/^([6-9])0/\1/:S/-devel/16git/}.so:devel/llvm${LLVM_DEFAULT}
-LLVM_CONFIGURE_ENV=	LLVM_CONFIG=llvm-config${LLVM_DEFAULT}
+LLVM_USES=		llvm:min=11,lib
+LLVM_CONFIGURE_ENV=	LLVM_CONFIG=${LLVM_CONFIG}
 LLVM_MESON_ENABLED=	llvm
 .for i in r600 radeonsi radv
 ${i}_IMPLIES+=		LLVM



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212241637.2BOGbH8i075243>