wblock@ Developer Jul 29, 2013 #26 Doh. Well, this sort of works: find /usr/local/lib -depth 1 -prune -name "libFLAC*" -print -exec pkg_info -W {} \; Have to look for entries that have a filename that is not followed by saying what package it was from.
Doh. Well, this sort of works: find /usr/local/lib -depth 1 -prune -name "libFLAC*" -print -exec pkg_info -W {} \; Have to look for entries that have a filename that is not followed by saying what package it was from.
OP dvl@ Developer Oct 29, 2013 Thread Starter #27 FWIW, I encountered this problem again today, searched for it, and found this.