<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/726c716a978a3c0360849d5ca48be4a76b40d4f2">https://github.com/macports/macports-base/commit/726c716a978a3c0360849d5ca48be4a76b40d4f2</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 726c716  Don't create a cltpath variable in the global namespace
</span>726c716 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 726c716a978a3c0360849d5ca48be4a76b40d4f2
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Jul 20 16:11:17 2019 +1000

<span style='display:block; white-space:pre;color:#404040;'>    Don't create a cltpath variable in the global namespace
</span>---
 src/port1.0/portmain.tcl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/src/port1.0/portmain.tcl b/src/port1.0/portmain.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 9e1f7ac..e3c31f1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/src/port1.0/portmain.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/src/port1.0/portmain.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -154,8 +154,7 @@ set egid [getegid]
</span> default worksymlink {[file normalize [file join $portpath work]]}
 default distpath {[file normalize [file join $portdbpath distfiles ${dist_subdir}]]}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set cltpath "/Library/Developer/CommandLineTools"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-default use_xcode {[expr {[option build.type] eq "xcode" || ![file exists /usr/lib/libxcselect.dylib] || ![file executable [file join $cltpath usr bin make]]}]}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default use_xcode {[expr {[option build.type] eq "xcode" || ![file exists /usr/lib/libxcselect.dylib] || ![file executable /Library/Developer/CommandLineTools/usr/bin/make]}]}
</span> 
 proc portmain::main {args} {
     return 0
</pre><pre style='margin:0'>

</pre>