<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6941c6b77c905618dd70d9728ffbff6c39cb2729">https://github.com/macports/macports-ports/commit/6941c6b77c905618dd70d9728ffbff6c39cb2729</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6941c6b77c905618dd70d9728ffbff6c39cb2729
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Tue Dec 6 22:36:46 2022 -0800

<span style='display:block; white-space:pre;color:#404040;'>    legacysupport-1.1: allow binwrapping more broadly
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    it turns out that sometimes binwrapping is required for ports that
</span><span style='display:block; white-space:pre;color:#404040;'>    do not themselves use macports-libstdc++, but still exhibit the same
</span><span style='display:block; white-space:pre;color:#404040;'>    malloc errors that are repaired by binwrapping.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    such ports presumably call into libraries that do use macports-libstdc++.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    allow binwrapping if stdlib != libc++
</span>---
 _resources/port1.0/group/legacysupport-1.1.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/legacysupport-1.1.tcl b/_resources/port1.0/group/legacysupport-1.1.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index ec479cce16a..267f2b2e3ee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/legacysupport-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/legacysupport-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -232,7 +232,7 @@ option_proc legacysupport.legacysupport.use_static      legacysupport::legacysup
</span> 
 # see https://trac.macports.org/ticket/59832
 post-destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} eq "macports-libstdc++"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libc++"} {
</span>         foreach rbin ${legacysupport.redirect_bins} {
             set dir [file dirname ${rbin}]
             if {${dir} eq "."} {
</pre><pre style='margin:0'>

</pre>