Date: Tue, 3 Oct 2023 04:50:59 GMT From: Enji Cooper <ngie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9204fb371cbe - main - default-versions: add rust-bootstrap to RUST section Message-ID: <202310030450.3934oxqI028852@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ngie: URL: https://cgit.FreeBSD.org/ports/commit/?id=9204fb371cbe4ba3422c3326465590214d6876f6 commit 9204fb371cbe4ba3422c3326465590214d6876f6 Author: Enji Cooper <ngie@FreeBSD.org> AuthorDate: 2023-10-02 21:50:35 +0000 Commit: Enji Cooper <ngie@FreeBSD.org> CommitDate: 2023-10-03 04:50:51 +0000 default-versions: add rust-bootstrap to RUST section lang/rust-bootstrap is another potential option for RUST. document the value in the comment so others might consider its use. lang/rust-bootstrap has more tunable knobs which allow for more minimal builds of the rust toolchain than lang/rust -- which may be desirable for appliance or iterative builds. Approved by: portmgr (bapt) Reviewed by: allanjude, bapt Differential Revision: https://reviews.freebsd.org/D42052 --- Mk/bsd.default-versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 2d7ca4c54b7b..113adc25b1bc 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -140,7 +140,7 @@ PYTHON_DEFAULT?= 3.9 PYTHON2_DEFAULT?= 2.7 # Possible values: 3.0, 3.1, 3.2, 3.3 RUBY_DEFAULT?= 3.1 -# Possible values: rust, rust-nightly +# Possible values: rust, rust-bootstrap, rust-nightly RUST_DEFAULT?= rust # Possible values: 4.13, 4.16 SAMBA_DEFAULT?= 4.13
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310030450.3934oxqI028852>