<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/686b2d4e5a9a4bff37c85982b54021c014a49618">https://github.com/macports/macports-ports/commit/686b2d4e5a9a4bff37c85982b54021c014a49618</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 686b2d4 epiphany: fix the way the JSC_API_AVAILABLE macro works
</span>686b2d4 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 686b2d4e5a9a4bff37c85982b54021c014a49618
</span>Author: kencu <ken.cunningham.webuse@gmail.com>
AuthorDate: Sat Jul 20 11:13:27 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> epiphany: fix the way the JSC_API_AVAILABLE macro works
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> fix the way the JSC_API_AVAILABLE macro works in WebKitAvailablity.h
</span><span style='display:block; white-space:pre;color:#404040;'> fixes JSValueRef.h:54:18: error: missing ',' between enumerators
</span><span style='display:block; white-space:pre;color:#404040;'> kJSTypeSymbol JSC_API_AVAILABLE(macosx(JSC_MAC_TBA), ios(JSC_IOS_TBA))
</span>---
gnome/epiphany/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/epiphany/Portfile b/gnome/epiphany/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e304dbd..150ab38 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/epiphany/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/epiphany/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,6 +66,11 @@ depends_run port:adwaita-icon-theme \
</span> # error: invalid value 'gnu11' in '-std=gnu11'
compiler.blacklist-append *gcc-3.* *gcc-4.* {clang < 212}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# fix the way the JSC_API_AVAILABLE macro works in WebKitAvailablity.h
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# fixes JSValueRef.h:54:18: error: missing ',' between enumerators
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# kJSTypeSymbol JSC_API_AVAILABLE(macosx(JSC_MAC_TBA), ios(JSC_IOS_TBA))
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cppflags-append -DBUILDING_GTK__
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # specify a python3 version
patchfiles patch-post-install-python.diff
post-patch {
</pre><pre style='margin:0'>
</pre>