On 6/21/06, Benjamin Collins <[EMAIL PROTECTED]> wrote:
What I expect the tool to do if I invoke it like $ sudo pkg_add -u is to do this (from pkg_add(1)): If no pkgname is given, pkg_add will update all installed packages.What actually happens after the above invocation is what Sebastian pointed out - updatable package names are printed, but nothing is actually updated.
This is exactly what happens in my 3.9-stable on i386 as well. But if I do: pkg_add -ui <pkg_name> it updates the <pkg_name> + dependencies just fine.

