<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/2d2db050bd211d41891beb1e1ee1f9c704792db6">https://github.com/macports/macports-ports/commit/2d2db050bd211d41891beb1e1ee1f9c704792db6</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 2d2db050bd2 gtk2: add minimal patch for 10.11 and earlier, to fix gimp2 build - Previous gtk2 commit wasn't complete, when reconciling with gtk2-devel See: https://trac.macports.org/ticket/63676
</span>2d2db050bd2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2d2db050bd211d41891beb1e1ee1f9c704792db6
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Wed Oct 27 23:09:51 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gtk2: add minimal patch for 10.11 and earlier, to fix gimp2 build
</span><span style='display:block; white-space:pre;color:#404040;'>    - Previous gtk2 commit wasn't complete, when reconciling with gtk2-devel
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/63676
</span>---
 gnome/gtk2/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gtk2/Portfile b/gnome/gtk2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dab846ea6e8..655764b167d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gtk2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gtk2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -230,11 +230,14 @@ variant quartz conflicts x11 {
</span> 
     configure.args-append   --with-gdktarget=quartz
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # This upstream patch is necessary for all versions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    patchfiles-append       patch-gdkquartz-osx-versions.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     # These upstream patches require macOS 10.12 and later.
     if {${os.major} >= 16} {
         # https://gitlab.gnome.org/GNOME/gimp/-/issues/5989 and https://trac.macports.org/ticket/59481
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        patchfiles-append   gimp_issue_5989_bigsur_performance_gtk.patch \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            gimp_issue_5989_bigsur_performance_gtk_2.patch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        patchfiles-append   patch-gimp-issue-5989-bigsur-perf-gtk-p1.diff \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            patch-gimp-issue-5989-bigsur-perf-gtk-p2.diff
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>