[kde-freebsd] kdeadmin 4.10.5 needs deprecated openldap 2.3 client to build properly - dependency needs fixing

Sindrome sindrome at gmail.com
Tue Jul 16 15:44:05 UTC 2013


> 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.

I tried the following line off the command prompt and it is giving me
errors:

for f in `find /usr/local/lib -type f`; do pkg_info $f | grep 'not found';
done

/usr/local/bin/for: Argument list too long.
Exit 1
f: Undefined variable.

I'm in tcsh




More information about the kde-freebsd mailing list