[115315] trunk/dports/www/webkit-gtk

jeremyhu at macports.org jeremyhu at macports.org
Mon Dec 30 21:35:34 PST 2013


Revision: 115315
          https://trac.macports.org/changeset/115315
Author:   jeremyhu at macports.org
Date:     2013-12-30 21:35:34 -0800 (Mon, 30 Dec 2013)
Log Message:
-----------
webkit-gtk: Remove patches for Tiger and ppc support since webkit-gtk won't work there anyways

Modified Paths:
--------------
    trunk/dports/www/webkit-gtk/Portfile

Removed Paths:
-------------
    trunk/dports/www/webkit-gtk/files/ListableHandler.patch
    trunk/dports/www/webkit-gtk/files/ppc.patch
    trunk/dports/www/webkit-gtk/files/tiger.patch

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2013-12-31 05:33:42 UTC (rev 115314)
+++ trunk/dports/www/webkit-gtk/Portfile	2013-12-31 05:35:34 UTC (rev 115315)
@@ -49,11 +49,8 @@
 
 # case-insensitive.patch: https://bugs.webkit.org/show_bug.cgi?id=65811
 # our-icu.patch: No upstream bug report, probably not wanted
-# ruby-1.8.patch: http://trac.macports.org/ticket/37740
-# ListableHandler.patch: https://trac.macports.org/ticket/37828
+# ruby-1.8.patch: https://bugs.webkit.org/show_bug.cgi?id=126327
 # execinfo.patch: https://trac.macports.org/ticket/37882
-# ppc.patch: https://bugs.webkit.org/show_bug.cgi?id=96005
-# tiger.patch: No upstream bug, http://trac.macports.org/ticket/35923
 # quartz-webcore.patch: https://bugs.webkit.org/show_bug.cgi?id=126326
 # clang-check.patch: https://bugs.webkit.org/show_bug.cgi?id=126324
 
@@ -63,9 +60,6 @@
         our-icu.patch \
         execinfo.patch \
         ruby-1.8.patch \
-        ListableHandler.patch \
-        ppc.patch \
-        tiger.patch \
         quartz-webcore.patch \
         clang-check.patch \
         patch-freetype-includes.diff \

Deleted: trunk/dports/www/webkit-gtk/files/ListableHandler.patch
===================================================================
--- trunk/dports/www/webkit-gtk/files/ListableHandler.patch	2013-12-31 05:33:42 UTC (rev 115314)
+++ trunk/dports/www/webkit-gtk/files/ListableHandler.patch	2013-12-31 05:35:34 UTC (rev 115315)
@@ -1,10 +0,0 @@
---- Source/JavaScriptCore/heap/ListableHandler.h.orig	2012-11-23 14:12:16.000000000 -0600
-+++ Source/JavaScriptCore/heap/ListableHandler.h	2013-01-31 20:00:22.000000000 -0600
-@@ -55,6 +55,7 @@
-     friend class GCThreadSharedData;
-     friend class SlotVisitor;
-     
-+public:
-     class List {
-         WTF_MAKE_NONCOPYABLE(List);
-     public:

Deleted: trunk/dports/www/webkit-gtk/files/ppc.patch
===================================================================
--- trunk/dports/www/webkit-gtk/files/ppc.patch	2013-12-31 05:33:42 UTC (rev 115314)
+++ trunk/dports/www/webkit-gtk/files/ppc.patch	2013-12-31 05:35:34 UTC (rev 115315)
@@ -1,15 +0,0 @@
---- Source/WebCore/platform/Length.cpp.orig	2012-11-23 14:12:17.000000000 -0600
-+++ Source/WebCore/platform/Length.cpp	2013-01-28 15:38:17.000000000 -0600
-@@ -249,10 +249,12 @@
-     return isCalculated() && (calculationValue() == o.calculationValue() || *calculationValue() == *o.calculationValue());
- }
- 
-+#ifndef __ppc__
- struct SameSizeAsLength {
-     int32_t value;
-     int32_t metaData;
- };
- COMPILE_ASSERT(sizeof(Length) == sizeof(SameSizeAsLength), length_should_stay_small);
-+#endif
- 
- } // namespace WebCore

Deleted: trunk/dports/www/webkit-gtk/files/tiger.patch
===================================================================
--- trunk/dports/www/webkit-gtk/files/tiger.patch	2013-12-31 05:33:42 UTC (rev 115314)
+++ trunk/dports/www/webkit-gtk/files/tiger.patch	2013-12-31 05:35:34 UTC (rev 115315)
@@ -1,14 +0,0 @@
---- Source/WTF/wtf/Platform.h.orig	2012-10-17 21:57:04.000000000 -0700
-+++ Source/WTF/wtf/Platform.h	2012-10-17 21:57:40.000000000 -0700
-@@ -321,8 +321,10 @@
- #ifdef __APPLE__
- #define WTF_OS_DARWIN 1
- 
--#include <Availability.h>
- #include <AvailabilityMacros.h>
-+#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1050
-+#include <Availability.h>
-+#endif
- #include <TargetConditionals.h>
- #endif
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131230/e11cad7a/attachment.html>


More information about the macports-changes mailing list