<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/788d46e68bb0721088ca78aec7bac5b50153a0da">https://github.com/macports/macports-ports/commit/788d46e68bb0721088ca78aec7bac5b50153a0da</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 788d46e68bb bash: blacklist old Xcode compilers that fail to build it
</span>788d46e68bb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 788d46e68bb0721088ca78aec7bac5b50153a0da
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sat Mar 25 11:37:01 2023 +0700

<span style='display:block; white-space:pre;color:#404040;'>    bash: blacklist old Xcode compilers that fail to build it
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/66645
</span>---
 shells/bash/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/bash/Portfile b/shells/bash/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 83fbf52ed3c..6678ca4b652 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/bash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/bash/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                bash
 set bash_version    5.2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -198,6 +199,8 @@ depends_lib             port:gettext \
</span> 
 variant universal {}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append *gcc-4.* {clang < 400}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.ldflags-append \
     "-Wl,-search_paths_first -lncurses"
 configure.args          --mandir=${prefix}/share/man \
</pre><pre style='margin:0'>

</pre>