Bug 258366 - www/miniserve: drop or limit RUSTC_BOOTSTRAP
Summary: www/miniserve: drop or limit RUSTC_BOOTSTRAP
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mikael Urankar
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2021-09-08 14:54 UTC by Jan Beich
Modified: 2021-09-08 17:50 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mikael)


Attachments
v0 (389 bytes, patch)
2021-09-08 14:54 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2021-09-08 14:54:29 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-09-08 17:48:15 UTC
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(-)
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2021-09-08 17:50:05 UTC
Thanks!