<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e7441c38740fc8b527cc1c4ccc448bba35bb89d0">https://github.com/macports/macports-ports/commit/e7441c38740fc8b527cc1c4ccc448bba35bb89d0</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 e7441c38740 darktable/darktable-devel: blacklist: simplify to clang < 12 See: https://github.com/macports/macports-ports/commit/71126ccc8d425643ceb20cc30fc97ccabddc811f#r80775023
</span>e7441c38740 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit e7441c38740fc8b527cc1c4ccc448bba35bb89d0
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Tue Aug 9 18:33:05 2022 -0400
<span style='display:block; white-space:pre;color:#404040;'> darktable/darktable-devel: blacklist: simplify to clang < 12
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://github.com/macports/macports-ports/commit/71126ccc8d425643ceb20cc30fc97ccabddc811f#r80775023
</span>---
graphics/darktable-devel/Portfile | 10 +---------
graphics/darktable/Portfile | 10 +---------
2 files changed, 2 insertions(+), 18 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/darktable-devel/Portfile b/graphics/darktable-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 86c27fcaa58..340233b78c9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/darktable-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/darktable-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -186,15 +186,7 @@ compiler.blacklist-append *gcc*
</span> # NOTE: Now requires a minimum of Xcode Clang 10.0.1, as of v3.6.x
# However, runtime crashes occur with Xcode Clang 10.x and 11.x, so be sure to avoid both
# See: https://trac.macports.org/ticket/64252
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ([vercmp ${xcodeversion} 11.0] >= 0) && ([vercmp ${xcodeversion} 12.0] < 0) } {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # Avoid Xcode Clang 11, if that's what's installed
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- ui_debug "Xcode Check: 11.x installed; avoid"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- compiler.blacklist-append {clang < 1200}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-} else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # Otherwise, MacPorts Clang 11+ - as well as Xcode Clang 12+ - are both fine
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- ui_debug "Xcode Check: 11.x NOT installed; no problem"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- compiler.blacklist-append {clang < 1100}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 1200}
</span>
#--------------------------------------------------------------------------------------------------
# Blacklist MacPorts Clang 14 for now, due to compilation crashes.
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/darktable/Portfile b/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e75faa24f41..a17cb20c110 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -186,15 +186,7 @@ compiler.blacklist-append *gcc*
</span> # NOTE: Now requires a minimum of Xcode Clang 10.0.1, as of v3.6.x
# However, runtime crashes occur with Xcode Clang 10.x and 11.x, so be sure to avoid both
# See: https://trac.macports.org/ticket/64252
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ([vercmp ${xcodeversion} 11.0] >= 0) && ([vercmp ${xcodeversion} 12.0] < 0) } {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # Avoid Xcode Clang 11, if that's what's installed
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- ui_debug "Xcode Check: 11.x installed; avoid"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- compiler.blacklist-append {clang < 1200}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-} else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # Otherwise, MacPorts Clang 11+ - as well as Xcode Clang 12+ - are both fine
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- ui_debug "Xcode Check: 11.x NOT installed; no problem"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- compiler.blacklist-append {clang < 1100}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 1200}
</span>
#--------------------------------------------------------------------------------------------------
# Blacklist MacPorts Clang 14 for now, due to compilation crashes.
</pre><pre style='margin:0'>
</pre>