<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/3d35a67c2c652ce354cb904452202162123beaac">https://github.com/macports/macports-ports/commit/3d35a67c2c652ce354cb904452202162123beaac</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 3d35a67  webkit2-gtk-devel: add missing header
</span>3d35a67 is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    webkit2-gtk-devel: 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-devel/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-devel/Portfile b/www/webkit2-gtk-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e0a9003..a9a7f33 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;'>@@ -190,6 +190,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-devel/files/patch-webkit2gtk-source-javascriptcore-jit-executableallocator-missingfcntl-h-older-systems.diff b/www/webkit2-gtk-devel/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-devel/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>