Re: git: a93cbed8b0ee - main - lang/rust: bump PORT_LLVM minimum version to 18
- In reply to: Mikael Urankar : "git: a93cbed8b0ee - main - lang/rust: bump PORT_LLVM minimum version to 18"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Jul 2025 08:53:14 UTC
On 7/7/25 10:52, Mikael Urankar wrote:
> The branch main has been updated by mikael:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=a93cbed8b0ee1e13290a8c393a30ec871b90947f
>
> commit a93cbed8b0ee1e13290a8c393a30ec871b90947f
> Author: Mikael Urankar <mikael@FreeBSD.org>
> AuthorDate: 2025-07-07 08:50:07 +0000
> Commit: Mikael Urankar <mikael@FreeBSD.org>
> CommitDate: 2025-07-07 08:50:07 +0000
>
> lang/rust: bump PORT_LLVM minimum version to 18
>
> Source:
> https://github.com/rust-lang/rust/pull/139275/commits/12167d7064597993355e41d3a8c20654bccaf0be
>
> Reported by: Mark Millard <marklmi@yahoo.com>
> ---
> lang/rust/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lang/rust/Makefile b/lang/rust/Makefile
> index 61395c21e0fe..017672f2c31b 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,lib,noexport
> +PORT_LLVM_USES= llvm:min=19,lib,noexport
> PORT_LLVM_MAKE_ENV= RUSTFLAGS="-Lnative=${LOCALBASE}/lib"
> SOURCES_VARS= _COMPONENTS+=rust-src-${_PACKAGE_VERS} \
> _RUST_TOOLS+=src
lang/rust: bump PORT_LLVM minimum version to *19*