Page MenuHomeFreeBSD

Mk/Uses/cargo.mk: Silence "you need USES=ssl" QA warning
ClosedPublic

Authored by tobik on Jan 31 2019, 5:53 AM.
Tags
None
Referenced Files
F168701920: D19044.id.diff
Sat, Aug 29, 5:23 PM
Unknown Object (File)
Sat, Aug 29, 1:40 AM
Unknown Object (File)
Fri, Aug 28, 2:12 PM
Unknown Object (File)
Thu, Aug 27, 5:27 PM
Unknown Object (File)
Fri, Aug 21, 12:21 PM
Unknown Object (File)
Sun, Aug 16, 9:44 PM
Unknown Object (File)
Thu, Aug 13, 9:12 PM
Unknown Object (File)
Tue, Aug 11, 11:03 PM
Subscribers

Details

Reviewers
None
Group Reviewers
O5: Ports Framework(Owns No Changed Paths)
portmgr
rust
Commits
rP492431: Mk/Uses/cargo.mk: Silence "you need USES=ssl" QA warning
Summary

Ports that have CARGO_CRATES=openssl-sys already include ssl.mk,
but still get a QA warning "Warning: you need USES=ssl". I think
this should be silenced since it's not really needed.

bsd.port.mk defines QA_ENV+=USESSSL=yes when USES=ssl is set, so
let's do the same in cargo.mk.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 22292
Build 21484: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Feb 8 2019, 12:19 PM
This revision was automatically updated to reflect the committed changes.