User Details
- User Since
- Sep 23 2016, 12:17 AM (425 w, 6 d)
May 13 2024
Apr 7 2024
Jan 5 2024
Same general problem as D39205. In https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275922 you can see it in distinfo too where crates that should go into DISTDIR/rust/crates now go into DISTDIR/jetbrains/rust/crates:
TIMESTAMP = 1702039441 SHA256 (jetbrains/rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa SIZE (jetbrains/rust/crates/autocfg-1.1.0.crate) = 13272 [...]
Oct 7 2023
fwiw, this is still approved.
Oct 6 2023
Oct 2 2023
Jun 30 2023
May 27 2023
It's using extract because extract is the bare minimum dependency where generate-lockfile could possibly work. Sometimes you don't want the patches applied. If we change it to patch then we have to manually move the patches out the way first in that case. With extract people can just run make patch cargo-crates when they need the patches applied first.
Ideally, crates should download to rust/crates regardless of ${DIST_SUBDIR} but bsd.port.mk logic prevents it I think.
Apr 17 2023
Nov 8 2022
Oct 8 2022
Sep 30 2022
Sep 27 2022
Isn't there LTO_UNSAFE to opt out of WITH_LTO?