CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/11/11 05:04:19
Modified files:
usr.sbin/pkg_add: pkg_add pkg_delete
usr.sbin/pkg_add/OpenBSD: Add.pm CollisionReport.pm Delete.pm
Dependencies.pm Handle.pm
PackageInfo.pm PackingElement.pm
ProgressMeter.pm Replace.pm Update.pm
UpdateSet.pm
Log message:
progressmeter puts STDOUT in autoflush if -t, so that it can display to it
instead of piping a lot of stuff to STDERR.
Go through state->print for most messages, so they will NOT do weird things
with the progressmeter.
Use a ->say shortcut which does the same thing that perl 5.10 say does...