[Bug 265703] Mk/Uses/cargo.mk: Rust fails to build the project: failed to parse manifest at xxx

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 25 Aug 2022 21:38:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265703

--- Comment #3 from Tobias Kortkamp <tobik@freebsd.org> ---
FWIW, USES=cargo appends stuff to DISTFILES, so the framework's
default DISTFILES value is ignored (semantics of ?=). This means
DISTFILES is currently missing retworkx-0.11.0.tar.gz.

So the solution is not to use a workaround like falling back to
USE_GITHUB but to address the immediate cause of the problem by adding

DISTFILES=      ${DISTNAME}${EXTRACT_SUFX}

to the port.

-- 
You are receiving this mail because:
You are on the CC list for the bug.