<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/6f5c1f5c084297ec4f4a63d0550b026b678d2db4">https://github.com/macports/macports-ports/commit/6f5c1f5c084297ec4f4a63d0550b026b678d2db4</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 6f5c1f5c084 di: Try to fix build on OS X 10.9 and earlier
</span>6f5c1f5c084 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6f5c1f5c084297ec4f4a63d0550b026b678d2db4
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Thu Feb 6 18:32:25 2025 -0600

<span style='display:block; white-space:pre;color:#404040;'>    di: Try to fix build on OS X 10.9 and earlier
</span>---
 sysutils/di/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/di/Portfile b/sysutils/di/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 667d3b87ce5..767b597ae4a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/di/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/di/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +30,12 @@ patchfiles          CMakeLists.txt.patch
</span> makefile.override-append \
                     PREFIX
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} < 14} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # clang: error: unknown argument: '-fstack-protector-strong'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    DI_FORTIFY=N
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> livecheck.type      regex
 livecheck.url       https://sourceforge.net/projects/diskinfo-di/files/
 livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
</pre><pre style='margin:0'>

</pre>