<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e9947e8184fc17acc71a056f5b57da0de692532f">https://github.com/macports/macports-ports/commit/e9947e8184fc17acc71a056f5b57da0de692532f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e9947e8184fc17acc71a056f5b57da0de692532f
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Apr 5 15:44:36 2025 -0400
<span style='display:block; white-space:pre;color:#404040;'> qt67: fix require_active_variants for debug variant
</span>---
aqua/qt67/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt67/Portfile b/aqua/qt67/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9db82358a71..fc893bd3f91 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt67/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt67/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -863,10 +863,10 @@ foreach {module module_info} [array get modules] {
</span> # CMAKE_CONFIGURATION_TYPES is set with the FORCE option
# see https://code.qt.io/cgit/qt/qtbase.git/tree/cmake/QtPostProcessHelpers.cmake
variant debug description {Build both release and debug libraries} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- require_active_variants qt6-qtbase debug ""
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ require_active_variants qt67-qtbase debug ""
</span> }
if {![variant_isset debug]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- require_active_variants qt6-qtbase "" debug
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ require_active_variants qt67-qtbase "" debug
</span> }
}
</pre><pre style='margin:0'>
</pre>