<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/caeae31926edc45bb04a6afea9028940db0c2356">https://github.com/macports/macports-ports/commit/caeae31926edc45bb04a6afea9028940db0c2356</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 caeae31926e dar: Fix build with clang 16
</span>caeae31926e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit caeae31926edc45bb04a6afea9028940db0c2356
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jun 27 07:30:14 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    dar: Fix build with clang 16
</span>---
 archivers/dar/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/dar/Portfile b/archivers/dar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d0270b31bfb..2433f81c14c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/dar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/dar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,11 @@ patchfiles          dynamic_lookup-11.patch
</span> compiler.cxx_standard 2014
 compiler.thread_local_storage yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# erreurs.cpp:163:9: error: use of undeclared identifier 'set_unexpected'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/Edrusb/DAR/issues/52
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -std=c++14
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> universal_variant   no
 
 # don't opportunistically try to build Python bindings
</pre><pre style='margin:0'>

</pre>