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)
Fri, Dec 6, 12:46 AM
Unknown Object (File)
Wed, Nov 27, 4:43 PM
Unknown Object (File)
Sat, Nov 23, 11:19 PM
Unknown Object (File)
Fri, Nov 22, 4:50 AM
Unknown Object (File)
Nov 5 2024, 3:04 AM
Unknown Object (File)
Nov 5 2024, 3:00 AM
Unknown Object (File)
Nov 5 2024, 3:00 AM
Unknown Object (File)
Nov 5 2024, 2:49 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