[Bug 279495] Mk/Uses/cargo.mk: Generate Cargo.lock in the right place
Date: Mon, 03 Jun 2024 12:41:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279495 Bug ID: 279495 Summary: Mk/Uses/cargo.mk: Generate Cargo.lock in the right place Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: sunpoet@FreeBSD.org Patch is available at https://people.FreeBSD.org/~sunpoet/patch/Mk-Uses-cargo.mk.txt The proposed commit log is as follows: Mk/Uses/cargo.mk: Generate Cargo.lock in the right place Sometimes we use non-default CARGO_CARGOTOML/CARGO_CARGOLOCK, that means the Cargo.{toml,lock} are not under WRKSRC. Therefore, we change it from WRKSRC to CARGO_CARGOTOML:H in order to generate Cargo.lock in the right place. -- You are receiving this mail because: You are the assignee for the bug.