[29499] trunk/base/portmgr/PortIndex2MySQL.tcl
source_changes at macosforge.org
source_changes at macosforge.org
Tue Sep 25 14:06:43 PDT 2007
Revision: 29499
http://trac.macosforge.org/projects/macports/changeset/29499
Author: eridius at macports.org
Date: 2007-09-25 14:06:43 -0700 (Tue, 25 Sep 2007)
Log Message:
-----------
Missed this file in r29498
Modified Paths:
--------------
trunk/base/portmgr/PortIndex2MySQL.tcl
Modified: trunk/base/portmgr/PortIndex2MySQL.tcl
===================================================================
--- trunk/base/portmgr/PortIndex2MySQL.tcl 2007-09-25 21:05:28 UTC (rev 29498)
+++ trunk/base/portmgr/PortIndex2MySQL.tcl 2007-09-25 21:06:43 UTC (rev 29499)
@@ -93,42 +93,6 @@
exit $exit_status
}
-
-# UI instantiation to route information/error messages wherever we want.
-proc ui_channels {priority} {
- global ui_options runlog_fd
- switch $priority {
- debug {
- if {[macports::ui_isset ui_options ports_debug]} {
- return $runlog_fd
- } else {
- return {}
- }
- }
- info {
- if {[macports::ui_isset ui_options ports_verbose]} {
- return $runlog_fd
- } else {
- return {}
- }
- }
- msg {
- if {[macports::ui_isset ui_options ports_quiet]} {
- return $runlog_fd
- } else {
- return {}
- }
- }
- error {
- return $runlog_fd
- }
- default {
- return {}
- }
- }
-}
-
-
# Check if there are any stray sibling jobs before moving on, bail in such case.
if {[file exists $lockfile]} {
ui_error "PortIndex2MySQL lock file found, is another job running?"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070925/1492c2f8/attachment.html
More information about the macports-changes
mailing list