<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/c5530456f1457d22482381a9006112af8719c4dc">https://github.com/macports/macports-base/commit/c5530456f1457d22482381a9006112af8719c4dc</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 c5530456f Fix Tcl installation targets
</span>c5530456f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c5530456f1457d22482381a9006112af8719c4dc
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Sep 27 13:31:46 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    Fix Tcl installation targets
</span>---
 configure    | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/configure b/configure
</span><span style='display:block; white-space:pre;color:#808080;'>index 8dc5b7515..a9b873e4f 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/configure
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/configure
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8613,7 +8613,7 @@ printf "%s\n" "$as_me: === finished configuring in $ac_dir ($mp_popdir/$ac_dir)"
</span>   cd "$mp_popdir"
 
 VENDOR_TCL_SUBDIR=tcl/unix
<span style='display:block; white-space:pre;background:#ffe0e0;'>-VENDOR_TCL_INSTALL="install-binaries install-libraries install-packages"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+VENDOR_TCL_INSTALL="install-binaries install-headers install-libraries install-msgs install-packages"
</span> 
 
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/configure.ac b/configure.ac
</span><span style='display:block; white-space:pre;color:#808080;'>index 4ca6ba94d..9f5eb4e5e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/configure.ac
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/configure.ac
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -326,7 +326,7 @@ exec_prefix=$oldexec_prefix
</span> ## Tcl package
 MP_CONFIG_SUBDIR([vendor/tcl/unix], [--prefix=${macports_libexec_dir} --enable-threads])
 VENDOR_TCL_SUBDIR=tcl/unix
<span style='display:block; white-space:pre;background:#ffe0e0;'>-VENDOR_TCL_INSTALL="install-binaries install-libraries install-packages"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+VENDOR_TCL_INSTALL="install-binaries install-headers install-libraries install-msgs install-packages"
</span> AC_SUBST(VENDOR_TCL_SUBDIR)
 AC_SUBST(VENDOR_TCL_INSTALL)
 
</pre><pre style='margin:0'>

</pre>