<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/519ef04225d37fecff890b7d32ab835aff54c76a">https://github.com/macports/macports-ports/commit/519ef04225d37fecff890b7d32ab835aff54c76a</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 519ef04225d darktable*: fix opportunistic use of lua54; causes failures
</span>519ef04225d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 519ef04225d37fecff890b7d32ab835aff54c76a
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Fri Jun 9 12:02:09 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    darktable*: fix opportunistic use of lua54; causes failures
</span>---
 graphics/darktable-devel/Portfile | 6 ++++++
 graphics/darktable/Portfile       | 6 ++++++
 2 files changed, 12 insertions(+)

<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 e4e869caa64..c74fcd999fe 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;'>@@ -55,6 +55,12 @@ perl5.branches          5.34
</span> # Clang 9, among others. Ease the compiler restrictions for OpenMP.
 patchfiles-append       patch-openmp-compiler-versions.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Despite disabling external Lua use, upstream cmake script still finds/uses
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Lua 5.4 if present. So delete the find script for it.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    delete ${worksrcpath}/cmake/modules/FindLua54.cmake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # darktable sets its own optimization flags
 configure.optflags
 # disable deprecation warnings
<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 c387633f62d..a1014686c66 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;'>@@ -55,6 +55,12 @@ perl5.branches          5.34
</span> # Clang 9, among others. Ease the compiler restrictions for OpenMP.
 patchfiles-append       patch-openmp-compiler-versions.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Despite disabling external Lua use, upstream cmake script still finds/uses
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Lua 5.4 if present. So delete the find script for it.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    delete ${worksrcpath}/cmake/modules/FindLua54.cmake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # darktable sets its own optimization flags
 configure.optflags
 # disable deprecation warnings
</pre><pre style='margin:0'>

</pre>