Page MenuHomeFreeBSD

Mk/Scripts/qa.sh: Add check for libcrypto/libssl and USE_OPENSSL
AbandonedPublic

Authored by brnrd on Mar 20 2016, 8:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 8, 2:36 AM
Unknown Object (File)
Mon, Nov 3, 5:57 PM
Unknown Object (File)
Wed, Oct 22, 10:13 PM
Unknown Object (File)
Wed, Oct 22, 10:13 PM
Unknown Object (File)
Wed, Oct 22, 1:07 PM
Unknown Object (File)
Fri, Oct 17, 10:13 AM
Unknown Object (File)
Oct 6 2025, 7:00 AM
Unknown Object (File)
Sep 20 2025, 12:38 AM
Subscribers

Details

Reviewers
koobs
feld
bdrewery
Group Reviewers
portmgr
Summary

Proposed commit log:

Mk/Scripts/qa.sh: Add check for libcrypto/libssl and USE_OPENSSL

  - Check for binaries linking libcrypto/libssl
  - Emit a warning if USE_OPENSSL is set and doesn't link
  - Emit a warning if USE_OPENSSL is not set and binaries link

Reviewed_by:	feld (mentor), koobs (mentor)
Approved by:	(mentor), (portmgr)
Differential_Revision: D56??
Test Plan
  • make check-qa on several ports, modified and original

Diff Detail

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

Event Timeline

brnrd retitled this revision from to Mk/Scripts/qa.sh: Add check for libcrypto/libssl and USE_OPENSSL.
brnrd updated this object.
brnrd edited the test plan for this revision. (Show Details)
brnrd added reviewers: feld, koobs.
bdrewery added a reviewer: bdrewery.
bdrewery added a subscriber: bdrewery.
bdrewery added inline comments.
Mk/Scripts/qa.sh
99

Please name this found_ssl. It's too generic while there are 3 different libs being searched for.

This revision now requires changes to proceed.Mar 21 2016, 3:48 PM
brnrd marked an inline comment as done.

Merging back into D5688 again (including change to found_ssl). Makes no sense to have qa.sh here if the request by @mat is to add bsd.port.mk changes to D5688

Mk/Scripts/qa.sh
99

Indeed! Corrected!