<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[143223] users/devans/GNOME-3/stable/dports/www/webkit-gtk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/143223">143223</a></dd>
<dt>Author</dt> <dd>devans@macports.org</dd>
<dt>Date</dt> <dd>2015-12-08 00:57:52 -0800 (Tue, 08 Dec 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>GNOME-3/stable: webkit-gtk, don't use system availability macros in webkit-gtk headers (#49849).</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#usersdevansGNOME3stabledportswwwwebkitgtkPortfile">users/devans/GNOME-3/stable/dports/www/webkit-gtk/Portfile</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#usersdevansGNOME3stabledportswwwwebkitgtkfilesremovecfavailablepatch">users/devans/GNOME-3/stable/dports/www/webkit-gtk/files/remove-cf-available.patch</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="usersdevansGNOME3stabledportswwwwebkitgtkPortfile"></a>
<div class="modfile"><h4>Modified: users/devans/GNOME-3/stable/dports/www/webkit-gtk/Portfile (143222 => 143223)</h4>
<pre class="diff"><span>
<span class="info">--- users/devans/GNOME-3/stable/dports/www/webkit-gtk/Portfile        2015-12-08 03:01:14 UTC (rev 143222)
+++ users/devans/GNOME-3/stable/dports/www/webkit-gtk/Portfile        2015-12-08 08:57:52 UTC (rev 143223)
</span><span class="lines">@@ -13,6 +13,7 @@
</span><span class="cx"> name                webkit-gtk
</span><span class="cx"> epoch               2
</span><span class="cx"> version             2.4.9
</span><ins>+revision            1
</ins><span class="cx"> description         Apple's WebKit HTML rendering library for GTK+
</span><span class="cx"> long_description    ${description}
</span><span class="cx"> maintainers         jeremyhu devans
</span><span class="lines">@@ -60,6 +61,7 @@
</span><span class="cx"> # libedit.patch: https://bugs.webkit.org/show_bug.cgi?id=127059
</span><span class="cx"> # leopard-malloc.patch: https://bugs.webkit.org/show_bug.cgi?id=140143
</span><span class="cx"> # leopard-platform.patch: https://bugs.webkit.org/show_bug.cgi?id=140143
</span><ins>+# remove-cf-available.patch: https://trac.macports.org/ticket/49849
</ins><span class="cx"> 
</span><span class="cx"> patchfiles          clang-assertions.patch \
</span><span class="cx">                     case-insensitive.patch \
</span><span class="lines">@@ -69,7 +71,8 @@
</span><span class="cx">                     gstreamer.patch \
</span><span class="cx">                     leopard-platform.patch \
</span><span class="cx">                     leopard-malloc.patch \
</span><del>-                    libedit.patch
</del><ins>+                    libedit.patch \
+                    remove-cf-available.patch
</ins><span class="cx"> 
</span><span class="cx"> conflicts_build     google-test
</span><span class="cx"> 
</span></span></pre></div>
<a id="usersdevansGNOME3stabledportswwwwebkitgtkfilesremovecfavailablepatch"></a>
<div class="addfile"><h4>Added: users/devans/GNOME-3/stable/dports/www/webkit-gtk/files/remove-cf-available.patch (0 => 143223)</h4>
<pre class="diff"><span>
<span class="info">--- users/devans/GNOME-3/stable/dports/www/webkit-gtk/files/remove-cf-available.patch                                (rev 0)
+++ users/devans/GNOME-3/stable/dports/www/webkit-gtk/files/remove-cf-available.patch        2015-12-08 08:57:52 UTC (rev 143223)
</span><span class="lines">@@ -0,0 +1,166 @@
</span><ins>+diff -ur Source/JavaScriptCore/API.orig/JSBasePrivate.h Source/JavaScriptCore/API/JSBasePrivate.h
+--- Source/JavaScriptCore/API.orig/JSBasePrivate.h        2015-12-07 15:46:53.000000000 -0800
++++ Source/JavaScriptCore/API/JSBasePrivate.h        2015-12-07 15:50:37.000000000 -0800
+@@ -43,7 +43,7 @@
+ garbage collector to collect soon, hoping to reclaim that large non-GC memory
+ region.
+ */
+-JS_EXPORT void JSReportExtraMemoryCost(JSContextRef ctx, size_t size) CF_AVAILABLE(10_6, 7_0);
++JS_EXPORT void JSReportExtraMemoryCost(JSContextRef ctx, size_t size);

+ JS_EXPORT void JSDisableGCTimer(void);

+diff -ur Source/JavaScriptCore/API.orig/JSContextRef.h Source/JavaScriptCore/API/JSContextRef.h
+--- Source/JavaScriptCore/API.orig/JSContextRef.h        2015-12-07 15:46:53.000000000 -0800
++++ Source/JavaScriptCore/API/JSContextRef.h        2015-12-07 15:52:46.000000000 -0800
+@@ -48,7 +48,7 @@
+  synchronization is required.
+ @result The created JSContextGroup.
+ */
+-JS_EXPORT JSContextGroupRef JSContextGroupCreate() CF_AVAILABLE(10_6, 7_0);
++JS_EXPORT JSContextGroupRef JSContextGroupCreate();

+ /*!
+ @function
+@@ -56,14 +56,14 @@
+ @param group The JSContextGroup to retain.
+ @result A JSContextGroup that is the same as group.
+ */
+-JS_EXPORT JSContextGroupRef JSContextGroupRetain(JSContextGroupRef group) CF_AVAILABLE(10_6, 7_0);
++JS_EXPORT JSContextGroupRef JSContextGroupRetain(JSContextGroupRef group);

+ /*!
+ @function
+ @abstract Releases a JavaScript context group.
+ @param group The JSContextGroup to release.
+ */
+-JS_EXPORT void JSContextGroupRelease(JSContextGroupRef group) CF_AVAILABLE(10_6, 7_0);
++JS_EXPORT void JSContextGroupRelease(JSContextGroupRef group);

+ /*!
+ @function
+@@ -78,7 +78,7 @@
+  NULL to use the default object class.
+ @result A JSGlobalContext with a global object of class globalObjectClass.
+ */
+-JS_EXPORT JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass) CF_AVAILABLE(10_5, 7_0);
++JS_EXPORT JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass);

+ /*!
+ @function
+@@ -92,7 +92,7 @@
+ @result A JSGlobalContext with a global object of class globalObjectClass and a context
+  group equal to group.
+ */
+-JS_EXPORT JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectClass) CF_AVAILABLE(10_6, 7_0);
++JS_EXPORT JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectClass);

+ /*!
+ @function
+@@ -123,7 +123,7 @@
+ @param ctx The JSContext whose group you want to get.
+ @result ctx's group.
+ */
+-JS_EXPORT JSContextGroupRef JSContextGetGroup(JSContextRef ctx) CF_AVAILABLE(10_6, 7_0);
++JS_EXPORT JSContextGroupRef JSContextGetGroup(JSContextRef ctx);

+ /*!
+ @function
+@@ -131,7 +131,7 @@
+ @param ctx The JSContext whose global context you want to get.
+ @result ctx's global context.
+ */
+-JS_EXPORT JSGlobalContextRef JSContextGetGlobalContext(JSContextRef ctx) CF_AVAILABLE(10_7, 7_0);
++JS_EXPORT JSGlobalContextRef JSContextGetGlobalContext(JSContextRef ctx);

+ /*!
+ @function
+diff -ur Source/JavaScriptCore/API.orig/JSContextRefPrivate.h Source/JavaScriptCore/API/JSContextRefPrivate.h
+--- Source/JavaScriptCore/API.orig/JSContextRefPrivate.h        2015-12-07 15:46:53.000000000 -0800
++++ Source/JavaScriptCore/API/JSContextRefPrivate.h        2015-12-07 15:53:30.000000000 -0800
+@@ -44,7 +44,7 @@
+ @param ctx The JSContext whose backtrace you want to get
+ @result A string containing the backtrace
+ */
+-JS_EXPORT JSStringRef JSContextCreateBacktrace(JSContextRef ctx, unsigned maxStackSize) CF_AVAILABLE(10_6, 7_0);
++JS_EXPORT JSStringRef JSContextCreateBacktrace(JSContextRef ctx, unsigned maxStackSize);
+     

+ /*! 
+@@ -85,14 +85,14 @@
+  need to call JSContextGroupSetExecutionTimeLimit before you start executing
+  any scripts.
+ */
+-JS_EXPORT void JSContextGroupSetExecutionTimeLimit(JSContextGroupRef, double limit, JSShouldTerminateCallback, void* context) CF_AVAILABLE(10_6, 7_0);
++JS_EXPORT void JSContextGroupSetExecutionTimeLimit(JSContextGroupRef, double limit, JSShouldTerminateCallback, void* context);

+ /*!
+ @function
+ @abstract Clears the script execution time limit.
+ @param group The JavaScript context group that the time limit is cleared on.
+ */
+-JS_EXPORT void JSContextGroupClearExecutionTimeLimit(JSContextGroupRef) CF_AVAILABLE(10_6, 7_0);
++JS_EXPORT void JSContextGroupClearExecutionTimeLimit(JSContextGroupRef);

+ #ifdef __cplusplus
+ }
+diff -ur Source/JavaScriptCore/API.orig/JSObjectRef.h Source/JavaScriptCore/API/JSObjectRef.h
+--- Source/JavaScriptCore/API.orig/JSObjectRef.h        2015-12-07 15:46:53.000000000 -0800
++++ Source/JavaScriptCore/API/JSObjectRef.h        2015-12-07 15:54:25.000000000 -0800
+@@ -441,7 +441,7 @@
+  @discussion The behavior of this function does not exactly match the behavior of the built-in Array constructor. Specifically, if one argument 
+  is supplied, this function returns an array with one element.
+  */
+-JS_EXPORT JSObjectRef JSObjectMakeArray(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) CF_AVAILABLE(10_6, 7_0);
++JS_EXPORT JSObjectRef JSObjectMakeArray(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception);

+ /*!
+  @function
+@@ -452,7 +452,7 @@
+  @param exception A pointer to a JSValueRef in which to store an exception, if any. Pass NULL if you do not care to store an exception.
+  @result A JSObject that is a Date.
+  */
+-JS_EXPORT JSObjectRef JSObjectMakeDate(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) CF_AVAILABLE(10_6, 7_0);
++JS_EXPORT JSObjectRef JSObjectMakeDate(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception);

+ /*!
+  @function
+@@ -463,7 +463,7 @@
+  @param exception A pointer to a JSValueRef in which to store an exception, if any. Pass NULL if you do not care to store an exception.
+  @result A JSObject that is a Error.
+  */
+-JS_EXPORT JSObjectRef JSObjectMakeError(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) CF_AVAILABLE(10_6, 7_0);
++JS_EXPORT JSObjectRef JSObjectMakeError(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception);

+ /*!
+  @function
+@@ -474,7 +474,7 @@
+  @param exception A pointer to a JSValueRef in which to store an exception, if any. Pass NULL if you do not care to store an exception.
+  @result A JSObject that is a RegExp.
+  */
+-JS_EXPORT JSObjectRef JSObjectMakeRegExp(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) CF_AVAILABLE(10_6, 7_0);
++JS_EXPORT JSObjectRef JSObjectMakeRegExp(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception);

+ /*!
+ @function
+diff -ur Source/JavaScriptCore/API.orig/JSValueRef.h Source/JavaScriptCore/API/JSValueRef.h
+--- Source/JavaScriptCore/API.orig/JSValueRef.h        2015-12-07 15:46:53.000000000 -0800
++++ Source/JavaScriptCore/API/JSValueRef.h        2015-12-07 15:55:30.000000000 -0800
+@@ -218,7 +218,7 @@
+  @param string   The JSString containing the JSON string to be parsed.
+  @result         A JSValue containing the parsed value, or NULL if the input is invalid.
+  */
+-JS_EXPORT JSValueRef JSValueMakeFromJSONString(JSContextRef ctx, JSStringRef string) CF_AVAILABLE(10_7, 7_0);
++JS_EXPORT JSValueRef JSValueMakeFromJSONString(JSContextRef ctx, JSStringRef string);

+ /*!
+  @function
+@@ -229,7 +229,7 @@
+  @param exception A pointer to a JSValueRef in which to store an exception, if any. Pass NULL if you do not care to store an exception.
+  @result         A JSString with the result of serialization, or NULL if an exception is thrown.
+  */
+-JS_EXPORT JSStringRef JSValueCreateJSONString(JSContextRef ctx, JSValueRef value, unsigned indent, JSValueRef* exception) CF_AVAILABLE(10_7, 7_0);
++JS_EXPORT JSStringRef JSValueCreateJSONString(JSContextRef ctx, JSValueRef value, unsigned indent, JSValueRef* exception);

+ /* Converting to primitive values */

</ins></span></pre>
</div>
</div>

</body>
</html>