<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2713debe479312642af2e8c72b4ccb03e6973656">https://github.com/macports/macports-ports/commit/2713debe479312642af2e8c72b4ccb03e6973656</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2713debe479312642af2e8c72b4ccb03e6973656
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Sat Oct 14 16:49:07 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    tor, tor-devel: blacklist archaic Xcode compilers
</span>---
 security/tor-devel/Portfile | 6 ++++++
 security/tor/Portfile       | 6 ++++++
 2 files changed, 12 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/tor-devel/Portfile b/security/tor-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9c11aca3a58..bad3cd47fbc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/tor-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/tor-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=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> 
 name                tor-devel
 conflicts           tor
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,6 +33,11 @@ depends_lib         port:libevent \
</span>                     path:lib/libssl.dylib:openssl \
                     port:zlib
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# src/core/or/conflux_pool.h:39: error: redefinition of typedef ‘conflux_t’
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# src/core/or/conflux.h:15: error: previous declaration of ‘conflux_t’ was here
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    {*gcc-[34].*} {clang < 400}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args      --disable-silent-rules
 
 # https://gitweb.torproject.org/torspec.git/tree/proposals/278-directory-compression-scheme-negotiation.txt
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/tor/Portfile b/security/tor/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7eca1b75248..32d797f4540 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/tor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/tor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=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> 
 name                tor
 conflicts           tor-devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +36,11 @@ set torUser         _tor
</span> set torGroup        _tor
 add_users           ${torUser} group=${torGroup} home=${prefix}/var/lib/${name}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# src/core/or/conflux_pool.h:39: error: redefinition of typedef ‘conflux_t’
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# src/core/or/conflux.h:15: error: previous declaration of ‘conflux_t’ was here
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    {*gcc-[34].*} {clang < 400}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args      --disable-silent-rules
 
 # https://gitweb.torproject.org/torspec.git/tree/proposals/278-directory-compression-scheme-negotiation.txt
</pre><pre style='margin:0'>

</pre>