<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/77c6df9c5be3c71c9459b038f849d5d8d3a003ae">https://github.com/macports/macports-ports/commit/77c6df9c5be3c71c9459b038f849d5d8d3a003ae</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 77c6df9  webkit2-gtk: add missing header
</span>77c6df9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 77c6df9c5be3c71c9459b038f849d5d8d3a003ae
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sat Nov 30 15:00:36 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    webkit2-gtk: add missing header
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    this manifests on 10.7 and less, with older SDK versions
</span>---
 www/webkit2-gtk/Portfile                                    |  3 +++
 ...it-executableallocator-missingfcntl-h-older-systems.diff | 13 +++++++++++++
 2 files changed, 16 insertions(+)

<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 1bea16c..2b83730 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;'>@@ -198,6 +198,9 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} {
</span>         patchfiles-append       patch-webcore-platform-audio-directconvolver-disable-veclib.diff
     }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # there is a missing header that manifests on 10.7 and less
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    patchfiles-append patch-webkit2gtk-source-javascriptcore-jit-executableallocator-missingfcntl-h-older-systems.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     # add dep for newer ruby and spec this for build
     # https://trac.macports.org/ticket/52016
     depends_build-append    port:ruby25
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/webkit2-gtk/files/patch-webkit2gtk-source-javascriptcore-jit-executableallocator-missingfcntl-h-older-systems.diff b/www/webkit2-gtk/files/patch-webkit2gtk-source-javascriptcore-jit-executableallocator-missingfcntl-h-older-systems.diff
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 0000000..1467441
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/webkit2-gtk/files/patch-webkit2gtk-source-javascriptcore-jit-executableallocator-missingfcntl-h-older-systems.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,13 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- Source/JavaScriptCore/jit/ExecutableAllocator.cpp.orig 2019-11-30 14:05:23.000000000 -0800
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ Source/JavaScriptCore/jit/ExecutableAllocator.cpp      2019-11-30 14:07:28.000000000 -0800
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -43,6 +43,10 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #include <sys/mman.h>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #endif
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++#if OS(DARWIN) && (__MAC_OS_X_VERSION_MAX_ALLOWED <= 1070)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++#include <sys/fcntl.h>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++#endif
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #if PLATFORM(IOS_FAMILY)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #include <wtf/cocoa/Entitlements.h>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #endif
</span></pre><pre style='margin:0'>

</pre>