[97251] trunk/base/src/port1.0/porttrace.tcl

cal at macports.org cal at macports.org
Sat Sep 1 02:12:16 PDT 2012


Revision: 97251
          https://trac.macports.org/changeset/97251
Author:   cal at macports.org
Date:     2012-09-01 02:12:16 -0700 (Sat, 01 Sep 2012)
Log Message:
-----------
porttrace: add required ui_{info,warn,error} procedures

Modified Paths:
--------------
    trunk/base/src/port1.0/porttrace.tcl

Modified: trunk/base/src/port1.0/porttrace.tcl
===================================================================
--- trunk/base/src/port1.0/porttrace.tcl	2012-09-01 09:10:34 UTC (rev 97250)
+++ trunk/base/src/port1.0/porttrace.tcl	2012-09-01 09:12:16 UTC (rev 97251)
@@ -183,8 +183,12 @@
     thread::send $trace_thread "package require registry 1.0"
     # and this file as well.
     thread::send $trace_thread "package require porttrace 1.0"
-    # slave needs ui_warn and ui_debug...
-    thread::send $trace_thread "macports::ui_init warn; macports::ui_init debug"
+    # slave needs ui_{info,warn,debug,error}...
+    # make sure to sync this with ../pextlib1.0/tracelib.c!
+    thread::send $trace_thread "macports::ui_init debug"
+    thread::send $trace_thread "macports::ui_init info"
+    thread::send $trace_thread "macports::ui_init warn"
+    thread::send $trace_thread "macports::ui_init error"
     # and these variables
     thread::send $trace_thread "set prefix \"$prefix\"; set developer_dir \"$developer_dir\""
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120901/9913cee2/attachment.html>


More information about the macports-changes mailing list