Page MenuHomeFreeBSD

sanity: warn about unnused LIB_DEPENDS entries
ClosedPublic

Authored by tcberner on Nov 21 2020, 9:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 15, 1:19 PM
Unknown Object (File)
Tue, Sep 24, 6:26 AM
Unknown Object (File)
Tue, Sep 24, 3:10 AM
Unknown Object (File)
Mon, Sep 23, 11:29 PM
Unknown Object (File)
Sat, Sep 21, 4:46 AM
Unknown Object (File)
Sep 17 2024, 3:55 PM
Unknown Object (File)
Sep 15 2024, 7:07 AM
Unknown Object (File)
Sep 15 2024, 7:07 AM
Subscribers

Details

Summary

This might be a bad idea, and certainly not a great implementation :) ...

stage-qa already warns about missing dependencies. However, it does not warn
about possibly unneeded ones.

This change tries to address this, by simply walking the list of linked against
shared libraries and then matching the entries of LIB_DEPENDS against them.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable