[56168] trunk/dports/www/webkit-gtk
devans at macports.org
devans at macports.org
Mon Aug 24 19:21:34 PDT 2009
Revision: 56168
http://trac.macports.org/changeset/56168
Author: devans at macports.org
Date: 2009-08-24 19:21:30 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
webkit-gtk: apply patch from #19867.
Modified Paths:
--------------
trunk/dports/www/webkit-gtk/Portfile
Added Paths:
-----------
trunk/dports/www/webkit-gtk/files/patch-purgable-buffer.diff
Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile 2009-08-25 01:51:25 UTC (rev 56167)
+++ trunk/dports/www/webkit-gtk/Portfile 2009-08-25 02:21:30 UTC (rev 56168)
@@ -5,7 +5,7 @@
name webkit-gtk
version 1.1.10
-revision 2
+revision 3
epoch 1
description Apple's WebKit HTML rendering library for GTK+
long_description ${description}
@@ -21,7 +21,8 @@
sha1 8f0637c936b4f62fb21c8d0c35298e5c0317fd0a \
rmd160 c3d5a7b9793318d0fc9f4d170b7aeac7a6f30735
-patchfiles patch-WebKitTools-DumpRenderTree-gtk-TestNetscapePlugin-TestNetscapePlugin.cpp.diff
+patchfiles patch-WebKitTools-DumpRenderTree-gtk-TestNetscapePlugin-TestNetscapePlugin.cpp.diff \
+ patch-purgable-buffer.diff
depends_lib \
port:gtk2 \
Added: trunk/dports/www/webkit-gtk/files/patch-purgable-buffer.diff
===================================================================
--- trunk/dports/www/webkit-gtk/files/patch-purgable-buffer.diff (rev 0)
+++ trunk/dports/www/webkit-gtk/files/patch-purgable-buffer.diff 2009-08-25 02:21:30 UTC (rev 56168)
@@ -0,0 +1,12 @@
+--- WebCore/platform/PurgeableBuffer.h.orig
++++ WebCore/platform/PurgeableBuffer.h
+@@ -62,7 +62,7 @@ namespace WebCore {
+ mutable State m_state;
+ };
+
+-#if !PLATFORM(DARWIN) || defined(BUILDING_ON_TIGER) || PLATFORM(QT)
++#if !PLATFORM(DARWIN) || defined(BUILDING_ON_TIGER) || PLATFORM(QT) || PLATFORM(GTK)
+ inline PurgeableBuffer* PurgeableBuffer::create(const char*, size_t) { return 0; }
+ inline PurgeableBuffer::~PurgeableBuffer() { }
+ inline const char* PurgeableBuffer::data() const { return 0; }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090824/e6b7b2f4/attachment.html>
More information about the macports-changes
mailing list