<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d42ed86263022d1f75741370c0483a62ac1978fc">https://github.com/macports/macports-ports/commit/d42ed86263022d1f75741370c0483a62ac1978fc</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 d42ed86 tcl: remove outdated comment
</span>d42ed86 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d42ed86263022d1f75741370c0483a62ac1978fc
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sat Feb 2 22:23:59 2019 -0600
<span style='display:block; white-space:pre;color:#404040;'> tcl: remove outdated comment
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Comment was added at the same time as +threads variant in 79cbcbea17;
</span><span style='display:block; white-space:pre;color:#404040;'> +threads then became a default variant in 469e9dcb2b.
</span>---
lang/tcl/Portfile | 2 --
1 file changed, 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/tcl/Portfile b/lang/tcl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4f28210..0588929 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/tcl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/tcl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,8 +53,6 @@ post-destroot {
</span> ln -s libtcl8.6.dylib ${destroot}${prefix}/lib/libtcl.dylib
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# dont enable threads by default as Tcl uses thread-local storage which makes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# passing Tcl_Obj* around between threads fatal
</span> variant threads description {add multithreading support} {
configure.args-replace --disable-threads \
--enable-threads
</pre><pre style='margin:0'>
</pre>