<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cb72167c8de2e34e444ee479ee3f4be4c0cc9c17">https://github.com/macports/macports-ports/commit/cb72167c8de2e34e444ee479ee3f4be4c0cc9c17</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 cb72167c8de BlackHole: Add compiler blacklist
</span>cb72167c8de is described below
<span style='display:block; white-space:pre;color:#808000;'>commit cb72167c8de2e34e444ee479ee3f4be4c0cc9c17
</span>Author: Adarsh Pyarelal <adarsh@arizona.edu>
AuthorDate: Mon Jan 4 08:49:42 2021 -0700
<span style='display:block; white-space:pre;color:#404040;'> BlackHole: Add compiler blacklist
</span>---
audio/BlackHole/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/BlackHole/Portfile b/audio/BlackHole/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 068adca23b0..e2c70bf0e61 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/BlackHole/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/BlackHole/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span> PortGroup github 1.0
PortGroup xcode 1.0
PortGroup xcode_workaround 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span>
github.setup ExistentialAudio BlackHole 0.2.8 v
categories audio
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +31,8 @@ post-activate {
</span> # /Library/Audio/Plug-Ins/HAL
destroot.violate_mtree yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 600}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> checksums rmd160 18ab212b098fa535fa24dc9a5b47d57de25919ad \
sha256 1e3774d11eec3d1fa471c89de79793eb40b8fc348c2e47ce2751bf0503665387 \
size 5638477
</pre><pre style='margin:0'>
</pre>