Bug 278773 - ports-mgmt/portlint: portlint should check whether USE_LDCONFIG corresponds to actually installed shared libraries
Summary: ports-mgmt/portlint: portlint should check whether USE_LDCONFIG corresponds t...
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-05 08:31 UTC by Yuri Victorovich
Modified: 2024-05-05 08:31 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (marcus)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2024-05-05 08:31:55 UTC
Testcase: net/torsocks rev. 5887fdc933bf98d3af4132a67f44c0e3984f5680

This port installs shared libs into ${PREFIX}/lib/torsocks, but has USE_LDCONFIG=yes which implies that shared libraries are installed into ${PREFIX}/lib.

Such mismatch should trigger portlint error.

Other possible mismatches should also trigger portlint errors.