Is it worth persevering with Macports_Framework?
Rainer Müller
raimue at macports.org
Thu Feb 14 00:46:49 PST 2013
On 2013-02-14 06:40, Ian Wadham wrote:
> The idea of putting markers in port(1) outpu is nice. If that became necessary,
> would patches for review be acceptable to Macports developers?
Of course!
The message classification currently happens through a handful of procs
such as ui_error, ui_warn, ui_msg, ui_notice, ui_info, ui_debug. These
add the prefix for errors and warnings and decide whether to print the
message at all based on the verbose, debug or quiet flag, -v -d -q,
respectively.
Adding a new proc for additional output would be quite easy. It just
depends on what you want to get.
Rainer
More information about the macports-dev
mailing list