<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/1b916a258ea6d5866070c9e4830bf6272ac1d460">https://github.com/macports/macports-ports/commit/1b916a258ea6d5866070c9e4830bf6272ac1d460</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 1b916a258ea gpredict: fix portindex parse error
</span>1b916a258ea is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1b916a258ea6d5866070c9e4830bf6272ac1d460
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Jun 19 09:47:34 2025 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gpredict: fix portindex parse error
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - use notes instead of ui_error
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/72626
</span>---
 science/gpredict/Portfile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gpredict/Portfile b/science/gpredict/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2cfa07cb36d..c0f02670b51 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gpredict/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gpredict/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,20 +34,21 @@ checksums           rmd160  4dcbc8b96028cf9a824195f85da4347717c7e70d \
</span>                     size    7719540
 
 if {![catch {set result [active_variants gtk3 quartz x11]}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {!$result} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        return -code error \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        "If you use this app with the gtk3 X11 backend you may have issues \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {!${result}} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        notes "
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        If you use this app with the gtk3 X11 backend you may have issues\
</span>         with the background turning black and dialog windows crashing.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        If you have these issues the only known work-around is to switch \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        If you have these issues the only known work-around is to switch\
</span>         gtk3 to using the Quartz backend via the commands:
 
         sudo port install glib2 +quartz -x11
         sudo port install libepoxy +quartz -x11
         sudo port install gtk3 +quartz -x11
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        You should probably reinstall all gtk3 applications, including \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        gpredict afterwards."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        You should probably reinstall all gtk3 applications, including\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        gpredict afterwards.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    "
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>