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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6e1535e8a3b440bb90d693de81dbcdba151757d5">https://github.com/macports/macports-ports/commit/6e1535e8a3b440bb90d693de81dbcdba151757d5</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 6e1535e8a3b lighttpd: blacklist GCC <5
</span>6e1535e8a3b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6e1535e8a3b440bb90d693de81dbcdba151757d5
</span>Author: Evan Miller <emmiller@gmail.com>
AuthorDate: Fri Oct 22 21:50:23 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    lighttpd: blacklist GCC <5
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/62625
</span>---
 www/lighttpd/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/lighttpd/Portfile b/www/lighttpd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 248441dbb13..fb02dc3e8b9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/lighttpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/lighttpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,6 +50,9 @@ post-patch {
</span>         ${worksrcpath}/doc/config/lighttpd.conf
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/62625
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist          *gcc-3.* *gcc-4.*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Per README
 configure.cflags-append     -std=c99
 
</pre><pre style='margin:0'>

</pre>