Created attachment 227763 [details] v0 After ports 6bebfaa8a06c RUSTC_BOOTSTRAP=1 can be limited to RUSTC_BOOTSTRAP=<crate>,<crate>,... See https://github.com/rust-lang/rust/pull/77802. However, this port appears to build fine without any RUSTC_BOOTSTRAP. Is it still necessary e.g., for some runtime features? Disclaimer: I don't use this port.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2528066b9dd62f36b7a486fe45341594a818c04 commit d2528066b9dd62f36b7a486fe45341594a818c04 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2021-09-08 17:44:47 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-09-08 17:44:47 +0000 www/miniserve: Update to 0.17.0 While here: remove now useless RUSTC_BOOTSTRAP [1] Changes: https://github.com/svenstaro/miniserve/releases/tag/v0.17.0 PR: 258366 [1] www/miniserve/Makefile | 23 ++++++++++------------- www/miniserve/distinfo | 42 +++++++++++++++++++++--------------------- 2 files changed, 31 insertions(+), 34 deletions(-)
Thanks!