On Fri, May 11, 2012 at 07:48:15PM +0200, Renzo Fabriek wrote:
> As for pkg_create. The manual explains that very well, it even provides an 
> example. I don't repeat it here. Just look a bit further.
> But as far as I can see you'll have to do that for every package. Still much 
> faster than compiling.

Well, shell is good, e.g.,
for f in /var/db/pkg/*/+CONTENTS
do
        pkg_create -f $f
done

(generally done as root if any file in any package may be unreadable as normal
user).

Reply via email to