[Bug 245536] PREFIX-safety of cargo-using ports
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Apr 11 15:59:25 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245536
Tobias Kortkamp <tobik at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
Keywords|patch |needs-patch
--- Comment #3 from Tobias Kortkamp <tobik at freebsd.org> ---
USES=cargo ports are already PREFIX-safe unless they are doing
something special.
Anyway `cargo build` does not take a --prefix argument (Jan has already
posted the error), so this patch is nonsense and rejected since it
would break every USES=cargo port.
librav1e is abusing CARGO_BUILD_ARGS for `cargo cinstall` and should be
fixed instead to not use CARGO_BUILD_ARGS or pass --prefix itself.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list