"Sindrome" <sindr...@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. _______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information