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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2c34af1ba08d77b43bec205787d1de79b4b9b934">https://github.com/macports/macports-ports/commit/2c34af1ba08d77b43bec205787d1de79b4b9b934</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 2c34af1ba08 gtk4: add note about running tests
</span>2c34af1ba08 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2c34af1ba08d77b43bec205787d1de79b4b9b934
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sun Aug 21 09:23:40 2022 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gtk4: add note about running tests
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    most of the tests will fail if the port is already installed.
</span><span style='display:block; white-space:pre;color:#404040;'>    this happens even if the installed version of the port has tests enabled.
</span>---
 gnome/gtk4/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gtk4/Portfile b/gnome/gtk4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 05528c2ebdf..9f622b04f59 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gtk4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gtk4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -146,6 +146,7 @@ if {![variant_isset x11]} {
</span> }
 
 variant tests description "build tests" {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # NB. Most of the tests fail if gtk4 has already been installed before running them
</span>     configure.args-replace -Dbuild-tests=false -Dbuild-tests=true
 }
 
</pre><pre style='margin:0'>

</pre>