<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/a8075120dc3bf19abe6ac937c8d2b5650c8c02aa">https://github.com/macports/macports-ports/commit/a8075120dc3bf19abe6ac937c8d2b5650c8c02aa</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 a8075120dc3 gstreamer1-gst-plugins-bad: Blacklist clangs lacking stdatomic.h
</span>a8075120dc3 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a8075120dc3bf19abe6ac937c8d2b5650c8c02aa
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Tue Apr 16 03:52:31 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> gstreamer1-gst-plugins-bad: 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/69652
</span>---
gnome/gstreamer1-gst-plugins-bad/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gstreamer1-gst-plugins-bad/Portfile b/gnome/gstreamer1-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9977e6a3c2f..a07d26bf38a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gstreamer1-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gstreamer1-gst-plugins-bad/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span>
PortSystem 1.0
PortGroup active_variants 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span> PortGroup meson 1.0
# https://bugzilla.gnome.org/show_bug.cgi?id=636134
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -99,6 +100,8 @@ post-patch {
</span> # plugin opus is now contained in gstreamer1-gst-plugins-base, disable this version
# plugin ipcpipeline fails to build
<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> # requires support for C11 (redefinition of typedef ‘GstTestHTTPSrc’ at elements/test_http_src.c:101)
compiler.c_standard 2011
# OpenExr requires C++11
</pre><pre style='margin:0'>
</pre>