<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ba045b07e4e1976143f7734c8e7f3ac389e3dc2f">https://github.com/macports/macports-ports/commit/ba045b07e4e1976143f7734c8e7f3ac389e3dc2f</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 ba045b07e4e unrar: blacklist clang < 900
</span>ba045b07e4e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ba045b07e4e1976143f7734c8e7f3ac389e3dc2f
</span>Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
AuthorDate: Tue Mar 5 12:14:17 2024 +0300
<span style='display:block; white-space:pre;color:#404040;'> unrar: blacklist clang < 900
</span>---
archivers/unrar/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/unrar/Portfile b/archivers/unrar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cc0fac1b744..745a69f06ed 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/unrar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/unrar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span>
PortSystem 1.0
PortGroup legacysupport 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span>
# wcsdup function is not available in Snow Leopard
legacysupport.newest_darwin_requires_legacy 10
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,6 +46,10 @@ compiler.cxx_standard \
</span> configure.cxxflags-append \
-std=c++11
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: invalid cpu feature string for builtin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# uses newer intrinsic functions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist {clang < 900}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> set cxx_stdlibflags {}
if {[string match *clang* ${configure.cxx}] && ${configure.cxx_stdlib} ne ""} {
set cxx_stdlibflags -stdlib=${configure.cxx_stdlib}
</pre><pre style='margin:0'>
</pre>