<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e8b5cf86c42a7eaa80ab6a933eadcc58d4a8e876">https://github.com/macports/macports-ports/commit/e8b5cf86c42a7eaa80ab6a933eadcc58d4a8e876</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 e8b5cf86c42 boca: blacklist older clang compiler
</span>e8b5cf86c42 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit e8b5cf86c42a7eaa80ab6a933eadcc58d4a8e876
</span>Author: Janosch Peters <janosch1@mailbox.org>
AuthorDate: Tue Feb 2 23:33:51 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> boca: blacklist older clang compiler
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> older than bundled with OS X 10.9
</span>---
audio/boca/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/boca/Portfile b/audio/boca/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0044676dea2..44646d8f291 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/boca/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/boca/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem 1.0
PortGroup github 1.0
PortGroup makefile 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span>
github.setup enzo1982 boca 1.0.3 v
github.tarball_from releases
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,4 +32,5 @@ depends_lib port:expat \
</span> patchfiles patch-set-install-path-runtime.diff \
patch-set-install-path-components.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-makefile.prefix_name prefix
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+makefile.prefix_name prefix
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 600.0.57}
</span></pre><pre style='margin:0'>
</pre>