<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/55da32098bbda9c70b1e454a4b67515d6b6f310f">https://github.com/macports/macports-base/commit/55da32098bbda9c70b1e454a4b67515d6b6f310f</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 55da3209 diagnose: fix messages with double spaces, via correct line continuation
</span>55da3209 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 55da32098bbda9c70b1e454a4b67515d6b6f310f
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon May 24 12:29:52 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    diagnose: fix messages with double spaces, via correct line continuation
</span>---
 src/macports1.0/diagnose.tcl | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/macports1.0/diagnose.tcl b/src/macports1.0/diagnose.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 7c8f50b5..b0dc79f6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/macports1.0/diagnose.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/macports1.0/diagnose.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -324,7 +324,7 @@ namespace eval diagnose {
</span>         output "HomeBrew"
 
         if {[file exists "/usr/local/Cellar"]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ui_warn "it seems you have Homebrew installed on this system -- Because Homebrew uses /usr/local, this can potentially cause issues \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ui_warn "it seems you have Homebrew installed on this system -- Because Homebrew uses /usr/local, this can potentially cause issues\
</span>                      with MacPorts. We'd recommend you either uninstall it, or move it from /usr/local for now."
 
             success_fail 0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -336,7 +336,7 @@ namespace eval diagnose {
</span> 
         output "Fink"
         if {[file exists "/sw"]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ui_warn "it seems you have Fink installed on your system -- This could potentially cause issues with MacPorts. We'd recommend you \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ui_warn "it seems you have Fink installed on your system -- This could potentially cause issues with MacPorts. We'd recommend you\
</span>                      either uninstall it, or move it from /sw for now."
 
             success_fail 0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -458,7 +458,7 @@ namespace eval diagnose {
</span>         output "dylibs in /usr/local/lib"
 
         if {[glob -nocomplain -directory "/usr/local/lib" *.dylib *.la *.prl] ne ""} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ui_warn "found dylibs in your /usr/local/lib directory. These are known to cause problems. We'd recommend \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ui_warn "found dylibs in your /usr/local/lib directory. These are known to cause problems. We'd recommend\
</span>                      you remove them."
 
             success_fail 0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -471,7 +471,7 @@ namespace eval diagnose {
</span>         output "header files in /usr/local/include"
 
         if {[glob -nocomplain -directory "/usr/local/include" *.h *.hpp *.hxx] ne ""} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ui_warn "found header files in your /usr/local/include directory. These are known to cause problems. We'd recommend \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ui_warn "found header files in your /usr/local/include directory. These are known to cause problems. We'd recommend\
</span>                      you remove them."
 
             success_fail 0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -495,8 +495,8 @@ namespace eval diagnose {
</span>             output "X11.app on Mac OS X 10.6 systems"
 
             if {[file exists /Applications/X11.app]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                ui_error "it seems you have Mac OS X 10.6 installed, and are using X11 from \"X11.app\". This has been known to cause issues. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                         To fix this, please install xorg-server, by using the command 'sudo port install xorg-server', or installing it from \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ui_error "it seems you have Mac OS X 10.6 installed, and are using X11 from \"X11.app\". This has been known to cause issues.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                         To fix this, please install xorg-server, by using the command 'sudo port install xorg-server', or installing it from\
</span>                          their website, https://www.xquartz.org/releases/."
 
                 success_fail 0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -523,7 +523,7 @@ namespace eval diagnose {
</span>         set available       [lindex $disk_info 3]
 
         if {$available < 5} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ui_warn "you have less than 5 GiB of free disk space! This can cause serious errors. We recommend trying to clear out unnecessary \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ui_warn "you have less than 5 GiB of free disk space! This can cause serious errors. We recommend trying to clear out unnecessary\
</span>                      programs and files by running 'sudo port reclaim', or manually uninstalling/deleting programs and folders on your drive."
 
             success_fail 0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -565,7 +565,7 @@ namespace eval diagnose {
</span>         output "for '$app'"
 
         if {![file exists /usr/bin/$app]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ui_error "$app is needed by MacPorts to function normally, but wasn't found on this system. We'd recommend \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ui_error "$app is needed by MacPorts to function normally, but wasn't found on this system. We'd recommend\
</span>                       installing it for continued use of MacPorts."
             success_fail 0
             return
</pre><pre style='margin:0'>

</pre>