- Handle the case where an absolute path appears as a NEEDED library.
Problem reported by: Bartosz Fabianowski
- Optimize the directory list to avoid duplicated search.
Problem reported by: many
Regain the maintainership due to two weeks of silence in response to
my mail. Besides, the revision history shows that the previous
maintainer has not ever maintained this port in any way.
a library search path has a trailing / or a double /.
PR: ports/46162
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru>
Approved by: portmgr (self, and no objection from others)
libchk is a tool to help users obtain the following information:
- A list of executables that have unresolvable shared library links
- A list of shared libraries that are not referenced by any binary
- A list of binaries for each shared library that are linked with
the library
This will help to get a hint as to if you can safely remove shared
libraries that look obsolete.
Author: Akinori MUSHA <knu@FreeBSD.org>
WWW: http://www.iDaemons.org/cgi-bin/cvsweb.cgi/libchk/