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

jeremyhu at macports.org jeremyhu at macports.org
Mon Dec 30 21:41:10 PST 2013


Revision: 115316
          https://trac.macports.org/changeset/115316
Author:   jeremyhu at macports.org
Date:     2013-12-30 21:41:10 -0800 (Mon, 30 Dec 2013)
Log Message:
-----------
webkit-gtk: Don't worry about ruby older than 1.8.7 either (Leopard).

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

Removed Paths:
-------------
    trunk/dports/www/webkit-gtk/files/ruby-1.8.patch

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2013-12-31 05:35:34 UTC (rev 115315)
+++ trunk/dports/www/webkit-gtk/Portfile	2013-12-31 05:41:10 UTC (rev 115316)
@@ -49,7 +49,6 @@
 
 # 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: https://bugs.webkit.org/show_bug.cgi?id=126327
 # execinfo.patch: https://trac.macports.org/ticket/37882
 # quartz-webcore.patch: https://bugs.webkit.org/show_bug.cgi?id=126326
 # clang-check.patch: https://bugs.webkit.org/show_bug.cgi?id=126324

Deleted: trunk/dports/www/webkit-gtk/files/ruby-1.8.patch
===================================================================
--- trunk/dports/www/webkit-gtk/files/ruby-1.8.patch	2013-12-31 05:35:34 UTC (rev 115315)
+++ trunk/dports/www/webkit-gtk/files/ruby-1.8.patch	2013-12-31 05:41:10 UTC (rev 115316)
@@ -1,15 +0,0 @@
---- Source/JavaScriptCore/offlineasm/offsets.rb.orig	2012-11-23 14:12:16.000000000 -0600
-+++ Source/JavaScriptCore/offlineasm/offsets.rb	2013-01-22 19:35:47.000000000 -0600
-@@ -109,7 +109,11 @@
-     File.open(file, "r") {
-         | inp |
-         loop {
--            byte = inp.getbyte
-+            if RUBY_VERSION >= '1.8.7'
-+              byte = inp.getbyte
-+            else
-+              byte = inp.getc
-+            end
-             break unless byte
-             fileBytes << byte
-         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131230/81053c8b/attachment.html>


More information about the macports-changes mailing list