<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/71ac1f6cdd65dc52b3a8a359bd2e672f6813de85">https://github.com/macports/macports-ports/commit/71ac1f6cdd65dc52b3a8a359bd2e672f6813de85</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 71ac1f6cdd6 portmidi: fix build on <10.7
</span>71ac1f6cdd6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 71ac1f6cdd65dc52b3a8a359bd2e672f6813de85
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Tue Apr 25 11:35:40 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    portmidi: fix build on <10.7
</span>---
 audio/portmidi/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/portmidi/Portfile b/audio/portmidi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 37b9515ab84..770a9639dea 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/portmidi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/portmidi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +34,11 @@ post-patch {
</span> configure.args      -DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF \
                     -DBUILD_PORTMIDI_TESTS=ON
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# pmmacosxcm.c: error: ‘for’ loop initial declaration used outside C99 mode
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Passing -std=c99 does not save though, the build then fails with numerous errors of the kind:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# readbinaryplist.c: error: ‘struct value_struct’ has no member named ‘integer’
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append *gcc-4.*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # There is no way to run the full test suite automatically.
 # See pm_test/README.txt. So this just runs one of the tests
 # that doesn't require manual MIDI input.
</pre><pre style='margin:0'>

</pre>