<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4a723e3bc1884acbfd0370ab842c5eadf9d90e02">https://github.com/macports/macports-ports/commit/4a723e3bc1884acbfd0370ab842c5eadf9d90e02</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 4a723e3bc18 qt{5,6}*: don't fail to parse with no SDK
</span>4a723e3bc18 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4a723e3bc1884acbfd0370ab842c5eadf9d90e02
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun Nov 20 05:03:24 2022 +1100

<span style='display:block; white-space:pre;color:#404040;'>    qt{5,6}*: don't fail to parse with no SDK
</span>---
 aqua/phantomjs-qt/Portfile | 6 ++++--
 aqua/qt5/Portfile          | 6 ++++--
 aqua/qt511/Portfile        | 6 ++++--
 aqua/qt513/Portfile        | 6 ++++--
 aqua/qt53/Portfile         | 6 ++++--
 aqua/qt55/Portfile         | 6 ++++--
 aqua/qt56/Portfile         | 6 ++++--
 aqua/qt57/Portfile         | 6 ++++--
 aqua/qt58/Portfile         | 6 ++++--
 aqua/qt59/Portfile         | 6 ++++--
 aqua/qt6/Portfile          | 6 ++++--
 11 files changed, 44 insertions(+), 22 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/phantomjs-qt/Portfile b/aqua/phantomjs-qt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7c5122002ff..71d8b65e1fb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/phantomjs-qt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/phantomjs-qt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -378,8 +378,10 @@ foreach {module module_info} [array get modules] {
</span>                     ui_debug "phantomjs-qt Portfile: system-specific SDK was not found, looking for generic SDK."
                     # if no specific sdk found, check for a generic macosx sdk
                     if {[catch {exec -ignorestderr env DEVELOPER_DIR=${configure.developer_dir} /usr/bin/xcrun --sdk macosx --find ld > /dev/null 2>@1}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        pre-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        }
</span>                     } else {
                         ui_debug "${subport}: using generic macosx SDK as macosx${configure.sdk_version} was not found"
                         configure.sdk_version
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt5/Portfile b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cc9b2765654..33342fb09dd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1188,8 +1188,10 @@ foreach {module module_info} [array get modules] {
</span>                     ui_debug "qt5 Portfile: system-specific SDK was not found, looking for generic SDK."
                     # if no specific sdk found, check for a generic macosx sdk
                     if {[catch {exec -ignorestderr env DEVELOPER_DIR=${configure.developer_dir} /usr/bin/xcrun --sdk macosx --find ld > /dev/null 2>@1}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        pre-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        }
</span>                     } else {
                         ui_debug "${subport}: using generic macosx SDK as macosx${configure.sdk_version} was not found"
                         configure.sdk_version
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt511/Portfile b/aqua/qt511/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 620ef7a1c8d..66d9282a707 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt511/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt511/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1001,8 +1001,10 @@ foreach {module module_info} [array get modules] {
</span>                     ui_debug "qt511 Portfile: system-specific SDK was not found, looking for generic SDK."
                     # if no specific sdk found, check for a generic macosx sdk
                     if {[catch {exec -ignorestderr env DEVELOPER_DIR=${configure.developer_dir} /usr/bin/xcrun --sdk macosx --find ld > /dev/null 2>@1}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        pre-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        }
</span>                     } else {
                         ui_debug "${subport}: using generic macosx SDK as macosx${configure.sdk_version} was not found"
                         configure.sdk_version
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt513/Portfile b/aqua/qt513/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 936b2183cef..7f25947adb5 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt513/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt513/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1008,8 +1008,10 @@ foreach {module module_info} [array get modules] {
</span>                     ui_debug "qt513 Portfile: system-specific SDK was not found, looking for generic SDK."
                     # if no specific sdk found, check for a generic macosx sdk
                     if {[catch {exec -ignorestderr env DEVELOPER_DIR=${configure.developer_dir} /usr/bin/xcrun --sdk macosx --find ld > /dev/null 2>@1}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        pre-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        }
</span>                     } else {
                         ui_debug "${subport}: using generic macosx SDK as macosx${configure.sdk_version} was not found"
                         configure.sdk_version
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt53/Portfile b/aqua/qt53/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d6162a5a0c9..cfc6f2d387e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt53/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt53/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -866,8 +866,10 @@ foreach {module module_info} [array get modules] {
</span>                     ui_debug "qt53 Portfile: system-specific SDK was not found, looking for generic SDK."
                     # if no specific sdk found, check for a generic macosx sdk
                     if {[catch {exec -ignorestderr env DEVELOPER_DIR=${configure.developer_dir} /usr/bin/xcrun --sdk macosx --find ld > /dev/null 2>@1}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        pre-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        }
</span>                     } else {
                         ui_debug "${subport}: using generic macosx SDK as macosx${configure.sdk_version} was not found"
                         configure.sdk_version
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt55/Portfile b/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8714534ae42..794a7fbfabd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -873,8 +873,10 @@ foreach {module module_info} [array get modules] {
</span>                     ui_debug "qt55 Portfile: system-specific SDK was not found, looking for generic SDK."
                     # if no specific sdk found, check for a generic macosx sdk
                     if {[catch {exec -ignorestderr env DEVELOPER_DIR=${configure.developer_dir} /usr/bin/xcrun --sdk macosx --find ld > /dev/null 2>@1}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        pre-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        }
</span>                     } else {
                         ui_debug "${subport}: using generic macosx SDK as macosx${configure.sdk_version} was not found"
                         configure.sdk_version
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt56/Portfile b/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index eaf3cafafbe..9a70baaea97 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -918,8 +918,10 @@ foreach {module module_info} [array get modules] {
</span>                     ui_debug "qt56 Portfile: system-specific SDK was not found, looking for generic SDK."
                     # if no specific sdk found, check for a generic macosx sdk
                     if {[catch {exec -ignorestderr env DEVELOPER_DIR=${configure.developer_dir} /usr/bin/xcrun --sdk macosx --find ld > /dev/null 2>@1}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        pre-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        }
</span>                     } else {
                         ui_debug "${subport}: using generic macosx SDK as macosx${configure.sdk_version} was not found"
                         configure.sdk_version
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt57/Portfile b/aqua/qt57/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9edb7c113f2..bde1868b110 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -988,8 +988,10 @@ foreach {module module_info} [array get modules] {
</span>                     ui_debug "qt57 Portfile: system-specific SDK was not found, looking for generic SDK."
                     # if no specific sdk found, check for a generic macosx sdk
                     if {[catch {exec -ignorestderr env DEVELOPER_DIR=${configure.developer_dir} /usr/bin/xcrun --sdk macosx --find ld > /dev/null 2>@1}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        pre-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        }
</span>                     } else {
                         ui_debug "${subport}: using generic macosx SDK as macosx${configure.sdk_version} was not found"
                         configure.sdk_version
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt58/Portfile b/aqua/qt58/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6a98b80dc11..7265ef44892 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt58/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt58/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -984,8 +984,10 @@ foreach {module module_info} [array get modules] {
</span>                     ui_debug "qt58 Portfile: system-specific SDK was not found, looking for generic SDK."
                     # if no specific sdk found, check for a generic macosx sdk
                     if {[catch {exec -ignorestderr env DEVELOPER_DIR=${configure.developer_dir} /usr/bin/xcrun --sdk macosx --find ld > /dev/null 2>@1}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        pre-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        }
</span>                     } else {
                         ui_debug "${subport}: using generic macosx SDK as macosx${configure.sdk_version} was not found"
                         configure.sdk_version
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt59/Portfile b/aqua/qt59/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5325159350a..539376336fd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt59/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt59/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1003,8 +1003,10 @@ foreach {module module_info} [array get modules] {
</span>                     ui_debug "qt59 Portfile: system-specific SDK was not found, looking for generic SDK."
                     # if no specific sdk found, check for a generic macosx sdk
                     if {[catch {exec -ignorestderr env DEVELOPER_DIR=${configure.developer_dir} /usr/bin/xcrun --sdk macosx --find ld > /dev/null 2>@1}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        pre-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        }
</span>                     } else {
                         ui_debug "${subport}: using generic macosx SDK as macosx${configure.sdk_version} was not found"
                         configure.sdk_version
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt6/Portfile b/aqua/qt6/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ed081f58cb4..125e82a0ecf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -673,8 +673,10 @@ foreach {module module_info} [array get modules] {
</span>                     ui_debug "qt6 Portfile: system-specific SDK was not found, looking for generic SDK."
                     # if no specific sdk found, check for a generic macosx sdk
                     if {[catch {exec -ignorestderr env DEVELOPER_DIR=${configure.developer_dir} /usr/bin/xcrun --sdk macosx --find ld > /dev/null 2>@1}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        pre-fetch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            ui_error "${subport}: no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            return -code error "no usable SDK can be found"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        }
</span>                     } else {
                         ui_debug "${subport}: using generic macosx SDK as macosx${configure.sdk_version} was not found"
                         configure.sdk_version
</pre><pre style='margin:0'>

</pre>