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)
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
Unknown Object (File)
Nov 23 2023, 4:16 PM
Subscribers

Details

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
Lint Not Applicable
Unit
Tests Not Applicable

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.