Created attachment 248991 [details] Update to 0.6.7 - Update to 0.6.7 - Remove powerpc patch. Included with current rust libc. portlint: ok. looks fine. testport: ok. 13amd64.
ping?
I can't apply your patch. Could you please check "git apply"?
Created attachment 250252 [details] Update to 0.6.7 post d632fbe55e d632fbe55e bumped PORTREVISION. This should apply cleanly now.
Sugestion: Move crates list to Makefile.crates for a cleaner Makefile. `make cargo-crates > Makefile.crates` Cheers
Created attachment 250263 [details] Update to 0.6.7 Makefile.crates Move CARGO_CRATES to Makefile.crates [1] [1] https://docs.freebsd.org/en/books/porters-handbook/book/#using-cargo Ran testport with 14amd64.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b91d728a37c2515a021d377457b27c2b2f3b803 commit 1b91d728a37c2515a021d377457b27c2b2f3b803 Author: Derek Schrock <dereks@lifeofadishwasher.com> AuthorDate: 2024-04-27 19:03:35 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-04-27 19:06:46 +0000 textproc/code-minimap: Update to 0.6.7 - Move CARGO_CRATES to Makefile.crates - Remove powerpc patch included in libc crate ChangeLog: https://github.com/wfxr/code-minimap/compare/v0.6.4...v0.6.7 PR: 277543 textproc/code-minimap/Makefile | 44 +---- textproc/code-minimap/Makefile.crates (new) | 74 ++++++++ textproc/code-minimap/distinfo | 226 +++++++++++++++-------- textproc/code-minimap/files/patch-powerpc (gone) | 62 ------- 4 files changed, 222 insertions(+), 184 deletions(-)
Committed, thanks!