[Bug 273280] Mk/Uses/cargo.mk: Invalid ${WRKDIR}/.cargo/config.toml is generated
Date: Wed, 04 Oct 2023 12:41:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273280 --- Comment #3 from Tobias Kortkamp <tobik@freebsd.org> --- Comment on attachment 245254 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245254 v0 It's probably ok if all ports that have @git+ in CARGO_CRATES (or non-empty _CARGO_GIT_SOURCES) still pass 'make configure' ('make patch cargo-configure' is probably enough as a shortcut). The "local" variables list (the one after "function add_crates_io_patches(\t") needs to be updated with local_crates and print_header. References to the unused header_printed can be removed. -- You are receiving this mail because: You are on the CC list for the bug.