git: 2924b2c5b828 - main - lang/rust: remove max LLVM version restriction for PORT_LLVM
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Apr 2025 23:24:11 UTC
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=2924b2c5b8282065e63833e21bf6582f9d48af56 commit 2924b2c5b8282065e63833e21bf6582f9d48af56 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2025-04-08 23:22:45 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2025-04-08 23:22:45 +0000 lang/rust: remove max LLVM version restriction for PORT_LLVM LLVM 20 now supported --- lang/rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 47a06d04c238..5e77bdf85bb6 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -63,7 +63,7 @@ DOCS_VARS= _RUST_BUILD_DOCS=true \ _COMPONENTS+="rust-docs-${_PACKAGE_VERS}-${_RUST_TARGET} rust-docs-json-${_PACKAGE_VERS}-${_RUST_TARGET}" DOCS_VARS_OFF= _RUST_BUILD_DOCS=false GDB_RUN_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb -PORT_LLVM_USES= llvm:min=18,max=19,lib,noexport +PORT_LLVM_USES= llvm:min=18,lib,noexport PORT_LLVM_MAKE_ENV= RUSTFLAGS="-Lnative=${LOCALBASE}/lib" SOURCES_VARS= _COMPONENTS+=rust-src-${_PACKAGE_VERS} \ _RUST_TOOLS+=src