<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1c6bb0f4df93a9809babf7136638c342585c31f0">https://github.com/macports/macports-ports/commit/1c6bb0f4df93a9809babf7136638c342585c31f0</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 1c6bb0f4df9 nsis: Blacklist gcc 4
</span>1c6bb0f4df9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1c6bb0f4df93a9809babf7136638c342585c31f0
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Thu Apr 10 17:38:27 2025 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nsis: Blacklist gcc 4
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/72244
</span>---
 devel/nsis/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/nsis/Portfile b/devel/nsis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 422094a77a2..196b4b4d3c1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/nsis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/nsis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,7 +49,7 @@ post-extract {
</span> use_configure       no
 
 # https://sourceforge.net/p/nsis/bugs/1251/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist  {clang < 900}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist  {clang < 900} *gcc-4.*
</span> 
 build.args          APPEND_CCFLAGS="[get_canonical_archflags cc] -stdlib=${configure.cxx_stdlib}" \
                     APPEND_CPPPATH="${prefix}/include" \
</pre><pre style='margin:0'>

</pre>