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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b439f44f176c21e0dca08e84c3384d60ad21227b">https://github.com/macports/macports-ports/commit/b439f44f176c21e0dca08e84c3384d60ad21227b</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 b439f44f176 nnn: fix build on 10.8–10.9
</span>b439f44f176 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b439f44f176c21e0dca08e84c3384d60ad21227b
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Tue Aug 27 02:31:11 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    nnn: fix build on 10.8–10.9
</span>---
 sysutils/nnn/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/nnn/Portfile b/sysutils/nnn/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 309846b6e64..3b1ac836a79 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/nnn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/nnn/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem              1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup               compiler_blacklist_versions 1.0
</span> PortGroup               github 1.0
 PortGroup               legacysupport 1.1
 PortGroup               makefile 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +30,8 @@ depends_lib             port:readline \
</span> patchfiles-append       0001-Drop-a-defunct-fallback.patch
 
 compiler.c_standard     2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        {clang < 602}
</span> 
 build.args-append       CFLAGS_OPTIMIZATION="" \
                         O_PCRE=1
</pre><pre style='margin:0'>

</pre>