Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2023 00:04:03 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: 6ed9484f4ba4 - main - graphics/mesa-devel: require llvm >= 15 after b0f87fc4035c
Message-ID:  <202306130004.35D043ow003311@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=6ed9484f4ba465e984d52ea97540af895154934d

commit 6ed9484f4ba465e984d52ea97540af895154934d
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:03:29 +0000

    graphics/mesa-devel: require llvm >= 15 after b0f87fc4035c
    
    https://gitlab.freedesktop.org/mesa/mesa/-/compare/7761e93c8c8a...6dc1ae1759e0
---
 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 c97382685609..386a46dd1e29 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -98,7 +98,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.35D043ow003311>