git: dbc2286b18e0 - main - lang/rust: bump PORT_LLVM minimum version to 17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 12:56:56 UTC
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbc2286b18e07d370609d9b7eeaadacd537e7dab commit dbc2286b18e07d370609d9b7eeaadacd537e7dab Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2024-06-18 12:56:04 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2024-06-18 12:56:04 +0000 lang/rust: bump PORT_LLVM minimum version to 17 Source: https://github.com/rust-lang/rust/commit/1ac0239bd23e06330d7d8ba7fc40584bb13a460d --- lang/rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 342d0037f331..f3019bd23342 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=16,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