diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2023-10-02 21:50:35 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2023-10-03 04:50:51 +0000 |
commit | 9204fb371cbe4ba3422c3326465590214d6876f6 (patch) | |
tree | 89814d880712e62455c090e935c4f1b4a216f79c | |
parent | 694ea8fda2813e675ecb9b4e46c50562104d480f (diff) | |
download | ports-9204fb371cbe4ba3422c3326465590214d6876f6.tar.gz ports-9204fb371cbe4ba3422c3326465590214d6876f6.zip |
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
-rw-r--r-- | Mk/bsd.default-versions.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |