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
F81594066: D19044.diff
Thu, Apr 18, 4:22 PM
Unknown Object (File)
Feb 12 2024, 5:26 PM
Unknown Object (File)
Feb 12 2024, 5:25 PM
Unknown Object (File)
Feb 12 2024, 5:25 PM
Unknown Object (File)
Feb 12 2024, 8:58 AM
Unknown Object (File)
Jan 14 2024, 4:51 PM
Unknown Object (File)
Dec 20 2023, 12:29 AM
Unknown Object (File)
Nov 24 2023, 2:21 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.