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
F106727354: D19044.diff
Sat, Jan 4, 12:13 PM
Unknown Object (File)
Dec 5 2024, 4:00 AM
Unknown Object (File)
Nov 22 2024, 12:42 AM
Unknown Object (File)
Nov 20 2024, 3:43 PM
Unknown Object (File)
Nov 18 2024, 7:54 AM
Unknown Object (File)
Nov 17 2024, 8:42 PM
Unknown Object (File)
Nov 10 2024, 8:20 PM
Unknown Object (File)
Nov 10 2024, 3:53 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.