Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2024 15:11:00 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 98cb8991b6e2 - main - lang/rust: remove max LLVM version restriction for PORT_LLVM
Message-ID:  <202411081511.4A8FB0ZZ091554@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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