<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8fed13192a2d3c73a63e1d627d3ced9ef02c7347">https://github.com/macports/macports-ports/commit/8fed13192a2d3c73a63e1d627d3ced9ef02c7347</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 8fed13192a2 libheif: blacklist clang < 700
</span>8fed13192a2 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8fed13192a2d3c73a63e1d627d3ced9ef02c7347
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Wed May 24 19:43:46 2023 -0400
<span style='display:block; white-space:pre;color:#404040;'> libheif: blacklist clang < 700
</span>---
multimedia/libheif/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/libheif/Portfile b/multimedia/libheif/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 39a503397ec..8d9e291e9d4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/libheif/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/libheif/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span>
github.setup strukturag libheif 1.16.2 v
revision 0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,6 +48,9 @@ configure.cxxflags-append \
</span>
compiler.cxx_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: unknown warning option '-Werror=potentially-evaluated-expression'
</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;'>+
</span> variant tests description {Enable tests} {
configure.args-append \
-DBUILD_TESTING:BOOL=ON \
</pre><pre style='margin:0'>
</pre>