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

dports at macports.org dports at macports.org
Fri Jan 14 15:31:36 PST 2011


Revision: 75075
          http://trac.macports.org/changeset/75075
Author:   dports at macports.org
Date:     2011-01-14 15:31:24 -0800 (Fri, 14 Jan 2011)
Log Message:
-----------
webkit-gtk: UseTheRightCompiler in dftables script (#27831, maintainer
timeout)

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

Added Paths:
-----------
    trunk/dports/www/webkit-gtk/files/patch-GNUmakefile.in.diff

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2011-01-14 21:57:08 UTC (rev 75074)
+++ trunk/dports/www/webkit-gtk/Portfile	2011-01-14 23:31:24 UTC (rev 75075)
@@ -23,7 +23,8 @@
 
 patchfiles      patch-WebKitTools-DumpRenderTree-gtk-TestNetscapePlugin-TestNetscapePlugin.cpp.diff \
                 patch-TextBreakIterator.diff\
-                patch-WebCore-config-h.diff
+                patch-WebCore-config-h.diff \
+                patch-GNUmakefile.in.diff
 
 depends_lib	\
 	port:gtk2 \
@@ -46,6 +47,7 @@
 
 post-patch {
     reinplace "s|-licucore|-licui18n -licuuc|" ${worksrcpath}/configure
+    reinplace "s|@@CPP@@|${configure.cpp}|" ${worksrcpath}/GNUmakefile.in
 
     # For some reason, this isn't getting created for some people... ? /shrug
     file mkdir ${worksrcpath}/DerivedSources

Added: trunk/dports/www/webkit-gtk/files/patch-GNUmakefile.in.diff
===================================================================
--- trunk/dports/www/webkit-gtk/files/patch-GNUmakefile.in.diff	                        (rev 0)
+++ trunk/dports/www/webkit-gtk/files/patch-GNUmakefile.in.diff	2011-01-14 23:31:24 UTC (rev 75075)
@@ -0,0 +1,11 @@
+--- GNUmakefile.in.orig	2010-12-25 19:38:17.000000000 -0500
++++ GNUmakefile.in	2010-12-25 19:39:20.000000000 -0500
+@@ -32168,7 +32168,7 @@
+ 	$(PERL) $^ -i > $@
+ 
+ JavaScriptCore/pcre/chartables.c: $(srcdir)/JavaScriptCore/pcre/dftables
+-	$(PERL) $^ $@
++	$(PERL) $^ --preprocessor="@@CPP@@" $@
+ # XPath grammar
+ 
+ @ENABLE_XPATH_TRUE@$(GENSOURCES)/XPathGrammar.h: $(GENSOURCES)/XPathGrammar.cpp;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110114/68ad0f55/attachment-0001.html>


More information about the macports-changes mailing list