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
Unknown Object (File)
Thu, Jun 6, 6:53 PM
Unknown Object (File)
Thu, Jun 6, 6:52 PM
Unknown Object (File)
Thu, Jun 6, 6:52 PM
Unknown Object (File)
Thu, Jun 6, 6:40 PM
Unknown Object (File)
Wed, May 22, 6:39 AM
Unknown Object (File)
Tue, May 21, 2:32 PM
Unknown Object (File)
Tue, May 21, 2:15 PM
Unknown Object (File)
Mon, May 20, 2:09 AM
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.