<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/c724e837fc40438738015c571e20052ec6f4b529">https://github.com/macports/macports-ports/commit/c724e837fc40438738015c571e20052ec6f4b529</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 c724e837fc4 cmake-devel: subports: set known_fail for now - This port is very much a work-in-progress, and not fully functional yet
</span>c724e837fc4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c724e837fc40438738015c571e20052ec6f4b529
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon Nov 8 11:31:51 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    cmake-devel: subports: set known_fail for now
</span><span style='display:block; white-space:pre;color:#404040;'>    - This port is very much a work-in-progress, and not fully functional yet
</span>---
 devel/cmake-devel/Portfile | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cmake-devel/Portfile b/devel/cmake-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 971c0ce7902..192faa8bd1b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cmake-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cmake-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -237,6 +237,13 @@ set subport_docs \
</span> subport ${subport_gui} {
     PortGroup qt5 1.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # TODO: This subport is still a work-in-progress, and not yet functional
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    known_fail yes
</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} is not yet functional"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        return -code error "subport not functional"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     description \
         CMake QT-based GUI
     long_description \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -261,6 +268,13 @@ subport ${subport_gui} {
</span> }
 
 subport ${subport_docs} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # TODO: This subport is still a work-in-progress, and not yet functional
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    known_fail yes
</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} is not yet functional"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        return -code error "subport not functional"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     description \
         CMake Documentation
     long_description \
</pre><pre style='margin:0'>

</pre>