<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/38185531ffaef42cfcd5d30b108af9e52c1b7bdd">https://github.com/macports/macports-base/commit/38185531ffaef42cfcd5d30b108af9e52c1b7bdd</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 38185531f Ensure working tclsh for install-tcllib
</span>38185531f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 38185531ffaef42cfcd5d30b108af9e52c1b7bdd
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Sep 7 22:37:09 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    Ensure working tclsh for install-tcllib
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The configure script could find tclsh8.5 from a previously installed
</span><span style='display:block; white-space:pre;color:#404040;'>    MacPorts, which will be deleted before we're done installing.
</span>---
 vendor/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/vendor/Makefile.in b/vendor/Makefile.in
</span><span style='display:block; white-space:pre;color:#808080;'>index 50b9c403c..584443586 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/vendor/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/vendor/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,7 +78,7 @@ install-tclx:
</span> install-tcllib:
        rm -rf $(DESTDIR)$(TCL_PACKAGE_PATH)/tcllib1.1{5,7,8}
        @echo ===\> making $(@:%-tcllib=%) in ${DIRPRFX}@VENDOR_TCLLIB_SUBDIR@
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        @umask 0022; $(MAKE) -C @VENDOR_TCLLIB_SUBDIR@ @VENDOR_TCLLIB_INSTALL@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   @umask 0022; $(MAKE) -C @VENDOR_TCLLIB_SUBDIR@ TCLSH_PROG=@INTREE_TCLSH@ @VENDOR_TCLLIB_INSTALL@
</span>   @chmod -R ugo+rX $(DESTDIR)${PREFIX}/libexec/macports/lib/tcllib*
 
 test:
</pre><pre style='margin:0'>

</pre>