<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/f0844fe6996db7f10863ba711408563b34ef8927">https://github.com/macports/macports-ports/commit/f0844fe6996db7f10863ba711408563b34ef8927</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f0844fe6996db7f10863ba711408563b34ef8927
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Wed Aug 31 09:20:45 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    webkit2-gtk*: disable deprecation warnings
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/65745
</span>---
 www/webkit2-gtk-devel/Portfile | 5 ++++-
 www/webkit2-gtk/Portfile       | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/webkit2-gtk-devel/Portfile b/www/webkit2-gtk-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 70e4766b93c..38acfc39720 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/webkit2-gtk-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/webkit2-gtk-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -114,9 +114,12 @@ patchfiles-append    patch-bool_narrowed.diff
</span> # Fixes dlopen errors in apps using webkit2gtk introspection
 patchfiles-append    patch-webkit2gtk-specify-installed-dylibs.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Reduce compilation warnings
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cppflags-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    -Wno-deprecated-declarations
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # it is preferred to use the WebKit built in bmalloc if it builds on a given os.
 # it has improved security features, but not all systems can build it at present.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> configure.args-append \
     -DPORT=GTK \
     -DENABLE_INTROSPECTION=ON \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/webkit2-gtk/Portfile b/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7a14b367d9c..3022420fbbc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -114,9 +114,12 @@ patchfiles-append    patch-bool_narrowed.diff
</span> # Fixes dlopen errors in apps using webkit2gtk introspection
 patchfiles-append    patch-webkit2gtk-specify-installed-dylibs.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Reduce compilation warnings
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cppflags-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    -Wno-deprecated-declarations
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # it is preferred to use the WebKit built in bmalloc if it builds on a given os.
 # it has improved security features, but not all systems can build it at present.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> configure.args-append \
     -DPORT=GTK \
     -DENABLE_INTROSPECTION=ON \
</pre><pre style='margin:0'>

</pre>