Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2020 15:59:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 245536] PREFIX-safety of cargo-using ports
Message-ID:  <bug-245536-7788-EX86WlfOjz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245536-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245536-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245536

Tobias Kortkamp <tobik@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Keywords|patch                       |needs-patch

--- Comment #3 from Tobias Kortkamp <tobik@freebsd.org> ---
USES=3Dcargo 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=3Dcargo 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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245536-7788-EX86WlfOjz>