Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2023 00:04:21 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: b73f1591a35e - 2023Q2 - graphics/mesa-devel: require llvm >= 15 after b0f87fc4035c
Message-ID:  <202306130004.35D04Lvc003546@gitrepo.freebsd.org>

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

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

commit b73f1591a35e0731d5d426b830ad2ca39d747272
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-06-12 23:37:47 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-06-13 00:04:16 +0000

    graphics/mesa-devel: require llvm >= 15 after b0f87fc4035c
    
    https://gitlab.freedesktop.org/mesa/mesa/-/compare/7761e93c8c8a...6dc1ae1759e0
    (cherry picked from commit 6ed9484f4ba465e984d52ea97540af895154934d)
---
 graphics/mesa-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index 120d5d7f5127..f25ac9cb5066 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -97,7 +97,7 @@ LIBUNWIND_LIB_DEPENDS=	libunwind.so:devel/libunwind
 LIBUNWIND_MESON_ENABLED=	libunwind
 
 LLVM_DESC=		Build with LLVM support (see implies)
-LLVM_USES=		llvm:min=11,lib
+LLVM_USES=		llvm:min=15,lib
 LLVM_CONFIGURE_ENV=	LLVM_CONFIG=${LLVM_CONFIG}
 LLVM_MESON_ENABLED=	llvm
 .for i in r600 radeonsi radv



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