aboutsummaryrefslogtreecommitdiff
path: root/sysutils/libchk
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75780
* Update to 1.8, which fixes a problem that it reports wrong results ifAkinori MUSHA2002-12-173-34/+2
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=71690
* Restore somehow missed part in the man page.Akinori MUSHA2002-11-121-0/+32
| | | | | | | | | | Submitted by: adamw Not bumping PORTREVISION because this is too minor a change to require a reinstall for people who are already using this. Notes: svn path=/head/; revision=69944
* http://www.iDaemons.org/distfiles/ -> ftp://ftp.iDaemons.org/pub/distfiles/Akinori MUSHA2002-10-051-1/+1
| | | | Notes: svn path=/head/; revision=67314
* Define USE_RUBY_FEATURES instead of hardcoding conditional *_DEPENDS.Akinori MUSHA2002-09-211-7/+2
| | | | Notes: svn path=/head/; revision=67000
* Update to revision 1.6. Make `-x DIR' work better/properly, and fixAkinori MUSHA2002-09-032-2/+2
| | | | | | | the handling of relative paths. Notes: svn path=/head/; revision=65558
* Add sysutils/libchk:Akinori MUSHA2002-09-025-0/+48
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/ Notes: svn path=/head/; revision=65490