<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/701318f81a8a647f037c5a7bac86257e91ed0da8">https://github.com/macports/macports-ports/commit/701318f81a8a647f037c5a7bac86257e91ed0da8</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 701318f81a8 portaudio: Blacklist clangs lacking stdatomic.h
</span>701318f81a8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 701318f81a8a647f037c5a7bac86257e91ed0da8
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jan 23 01:41:19 2024 -0600
<span style='display:block; white-space:pre;color:#404040;'> portaudio: Blacklist clangs lacking stdatomic.h
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/69162
</span>---
audio/portaudio/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/portaudio/Portfile b/audio/portaudio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c5939eb28b2..af2c8d7e8f2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/portaudio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/portaudio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=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
name portaudio
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +30,10 @@ checksums rmd160 5355d211fa72846bcd92e43c0a31c350a7ff0f16 \
</span> revision 0
github.tarball_from archive
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# fatal error: 'stdatomic.h' file not found
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 700}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # By default, PortAudio is built as a universal binary.
# To build a non-universal library for the host architecture,
# simply use the --disable-mac-universal option with configure.
</pre><pre style='margin:0'>
</pre>