[kde-freebsd] kdeadmin 4.10.5 needs deprecated openldap 2.3 client to build properly - dependency needs fixing
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Jul 16 14:09:19 UTC 2013
"Sindrome" <sindrome at gmail.com> writes:
> Is there a fast way to view any/all ports in /usr/local/{include,share,lib}
> that aren't owned by any port?
The following dirty hack probably works:
$ for f in `find /usr/local/lib -type f`; do \
pkg which $f | grep 'not found'; done
Replace `pkg which' by pkg_info whatever call if you're not using pkg.
More information about the kde-freebsd
mailing list