git: d2fc4ce57de6 - main - lang/rust: bump PORT_LLVM minimum version to 16

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Mon, 19 Feb 2024 14:12:40 UTC
The branch main has been updated by vishwin:

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

commit d2fc4ce57de6728dc9189190148365b6afd94807
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2024-02-19 14:10:01 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2024-02-19 14:10:01 +0000

    lang/rust: bump PORT_LLVM minimum version to 16
    
    Source: https://github.com/rust-lang/rust/commit/7de6d04bc8033644c09fd1273b6fb3164d04fab3
---
 lang/rust/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 999c15d165f5..74f486efe745 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -60,7 +60,7 @@ DOCS_VARS=		_RUST_BUILD_DOCS=true \
 			_RUST_TOOLS+=rustdoc
 DOCS_VARS_OFF=		_RUST_BUILD_DOCS=false
 GDB_RUN_DEPENDS=	${LOCALBASE}/bin/gdb:devel/gdb
-PORT_LLVM_USES=		llvm:min=15,lib,noexport
+PORT_LLVM_USES=		llvm:min=16,lib,noexport
 PORT_LLVM_MAKE_ENV=	RUSTFLAGS="-Lnative=${LOCALBASE}/lib"
 SOURCES_VARS=		_COMPONENTS+=rust-src-${_PACKAGE_VERS} \
 			_RUST_TOOLS+=src