git: 98cb8991b6e2 - main - lang/rust: remove max LLVM version restriction for PORT_LLVM

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Fri, 08 Nov 2024 15:11:00 UTC
The branch main has been updated by vishwin:

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

commit 98cb8991b6e209e10dcd6714c0b0acca27349d84
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2024-11-08 15:09:42 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2024-11-08 15:09:42 +0000

    lang/rust: remove max LLVM version restriction for PORT_LLVM
---
 lang/rust/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 004fa9de631c..8c2b971e132a 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -59,7 +59,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=17,max=18,lib,noexport
+PORT_LLVM_USES=		llvm:min=17,lib,noexport
 PORT_LLVM_MAKE_ENV=	RUSTFLAGS="-Lnative=${LOCALBASE}/lib"
 SOURCES_VARS=		_COMPONENTS+=rust-src-${_PACKAGE_VERS} \
 			_RUST_TOOLS+=src