git: b0d88ecb8e6e - main - editors/microsoft-edit: Change dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Jun 2025 04:47:59 UTC
The branch main has been updated by nobutaka: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0d88ecb8e6e17552bc33ebf1026bf3157664dbb commit b0d88ecb8e6e17552bc33ebf1026bf3157664dbb Author: MANTANI Nobutaka <nobutaka@FreeBSD.org> AuthorDate: 2025-06-07 04:34:13 +0000 Commit: MANTANI Nobutaka <nobutaka@FreeBSD.org> CommitDate: 2025-06-07 04:47:27 +0000 editors/microsoft-edit: Change dependency The dependency on lang/rust-nightly has been changed to lang/rust because Rust 1.87.0 provides the required features for a build. Reported by: mikael --- editors/microsoft-edit/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editors/microsoft-edit/Makefile b/editors/microsoft-edit/Makefile index 9397ddf55815..28a73eb036e1 100644 --- a/editors/microsoft-edit/Makefile +++ b/editors/microsoft-edit/Makefile @@ -15,8 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= microsoft GH_PROJECT= edit -BUILD_DEPENDS= rust-nightly>0:lang/rust-nightly -CARGO_BUILDDEP= no +CARGO_ENV+= RUSTC_BOOTSTRAP=1 PORTDOCS= CODE_OF_CONDUCT.md CONTRIBUTING.md README.md SECURITY.md