FreeBSD Bugzilla – Attachment 213290 Details for
Bug 245536
PREFIX-safety of cargo-using ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Append --prefix to CARGO_BUILD_ARGS, unless already set
cargo-prefix.patch (text/plain), 395 bytes, created by
Mikhail Teterin
on 2020-04-11 15:34:41 UTC
(
hide
)
Description:
Append --prefix to CARGO_BUILD_ARGS, unless already set
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2020-04-11 15:34:41 UTC
Size:
395 bytes
patch
obsolete
>Index: Mk/Uses/cargo.mk >=================================================================== >--- Mk/Uses/cargo.mk (revision 531426) >+++ Mk/Uses/cargo.mk (working copy) >@@ -128,6 +128,10 @@ > CARGO_INSTALL_ARGS+= --debug > .endif > >+.if ! ${CARGO_BUILD_ARGS:M--prefix*} >+CARGO_BUILD_ARGS+= --prefix ${PREFIX:Q} >+.endif >+ > .if ${CARGO_CRATES:Mcmake-[0-9]*} > BUILD_DEPENDS+= cmake:devel/cmake > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tobik
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 245536
: 213290