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)
Sun, Sep 6, 1:45 PM
Unknown Object (File)
Sat, Sep 5, 11:53 AM
Unknown Object (File)
Sat, Sep 5, 3:29 AM
Unknown Object (File)
Fri, Sep 4, 12:33 AM
Unknown Object (File)
Thu, Sep 3, 8:38 PM
Unknown Object (File)
Tue, Sep 1, 10:45 PM
Unknown Object (File)
Tue, Sep 1, 8:19 PM
Unknown Object (File)
Tue, Sep 1, 8:13 PM
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!