git: 469251e0ea3b - main - Revert "default-versions: add rust-bootstrap to RUST section"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Oct 2023 11:32:14 UTC
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=469251e0ea3b782ba46d21670e5df6e6635e1f42 commit 469251e0ea3b782ba46d21670e5df6e6635e1f42 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2023-10-06 11:30:39 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2023-10-06 11:30:39 +0000 Revert "default-versions: add rust-bootstrap to RUST section" This reverts commit 9204fb371cbe4ba3422c3326465590214d6876f6. lang/rust-bootstrap doesn't install a toolchain and can never be a "possible value" for RUST_DEFAULT. --- 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 113adc25b1bc..2d7ca4c54b7b 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-bootstrap, rust-nightly +# Possible values: rust, rust-nightly RUST_DEFAULT?= rust # Possible values: 4.13, 4.16 SAMBA_DEFAULT?= 4.13