Please advise if I've sent this to the wrong place. Thanks <3
From: Madeline Baggins <madeline@baggins.family>
Sent: 7 May 2026 4:09:08 pm AEST
To: semarie@kapouay.eu.org
Subject: lang/rust Port - Missing proc-macro-srv binary
? cvs_diff.txt Index: Makefile =================================================================== RCS file: /cvs/ports/lang/rust/Makefile,v diff -u -p -r1.233 Makefile --- Makefile 18 Sep 2025 14:10:27 -0000 1.233 +++ Makefile 7 May 2026 06:04:01 -0000 @@ -221,7 +221,7 @@ do-configure: echo 'gdb = "${LOCALBASE}/bin/egdb"' >>${WRKBUILD}/config.toml echo 'vendor = true' >>${WRKBUILD}/config.toml echo 'extended = true' >>${WRKBUILD}/config.toml - echo 'tools = ["cargo", "clippy", "rustdoc", "rustfmt"]' >>${WRKBUILD}/config.toml + echo 'tools = ["cargo", "clippy", "rustdoc", "rustfmt", "rust-analyzer"]' >>${WRKBUILD}/config.toml echo 'docs = false' >>${WRKBUILD}/config.toml echo 'verbose = 2' >>${WRKBUILD}/config.toml echo 'host = ["${TRIPLE_ARCH}"]' >>${WRKBUILD}/config.toml @@ -261,7 +261,7 @@ TEST_BIN = cd ${WRKBUILD} && exec ${SETE do-build: ${BUILD_BIN} dist --jobs=${MAKE_JOBS} \ - rust-std rustc cargo clippy rustfmt rust-src + rust-std rustc cargo clippy rustfmt rust-src rust-analyzer rm -rf -- ${WRKBUILD}/build/tmp COMPONENTS = rustc-${V}-${TRIPLE_ARCH} \ Index: pkg/PLIST-main =================================================================== RCS file: /cvs/ports/lang/rust/pkg/PLIST-main,v diff -u -p -r1.55 PLIST-main --- pkg/PLIST-main 27 Jun 2025 07:48:08 -0000 1.55 +++ pkg/PLIST-main 7 May 2026 06:04:01 -0000 @@ -37,6 +37,7 @@ lib/rustlib/${TRIPLE_ARCH}/lib/libsysroo lib/rustlib/${TRIPLE_ARCH}/lib/libtest-${LIBRUST_HASH}19.rlib lib/rustlib/${TRIPLE_ARCH}/lib/libunicode_width-${LIBRUST_HASH}1a.rlib lib/rustlib/${TRIPLE_ARCH}/lib/libunwind-${LIBRUST_HASH}1b.rlib +libexec/rust-analyzer-proc-macro-srv @man man/man1/cargo-add.1 @man man/man1/cargo-bench.1 @man man/man1/cargo-build.1
No comments:
Post a Comment