<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/14117a49c63582e0044d9b81abfaaa983b3a856f">https://github.com/macports/macports-ports/commit/14117a49c63582e0044d9b81abfaaa983b3a856f</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 14117a49c63 rmlint: blacklist old Apple clang of 10.6.8
</span>14117a49c63 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 14117a49c63582e0044d9b81abfaaa983b3a856f
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sat Oct 22 07:35:28 2022 +0800
<span style='display:block; white-space:pre;color:#404040;'> rmlint: blacklist old Apple clang of 10.6.8
</span>---
sysutils/rmlint/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/rmlint/Portfile b/sysutils/rmlint/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c7620de6692..938ea0e863d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/rmlint/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/rmlint/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> PortGroup github 1.0
PortGroup makefile 1.0
PortGroup muniversal 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,8 +45,8 @@ build.cmd ${prefix}/bin/scons
</span> build.args --prefix=${prefix} VERBOSE=1
build.target
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# gcc-4.2 fails to build it
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append *gcc-4*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# gcc-4.2 and Xcode clang of 10.6 fail to build it
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append *gcc-4* {clang < 421}
</span>
if {[variant_isset universal] && [info exists universal_archs_supported]} {
# Without this SCons builds a fake universal with a single arch
</pre><pre style='margin:0'>
</pre>