[73890] trunk/dports/devel/icu

dports at macports.org dports at macports.org
Sun Nov 28 01:04:40 PST 2010


Revision: 73890
          http://trac.macports.org/changeset/73890
Author:   dports at macports.org
Date:     2010-11-28 01:04:33 -0800 (Sun, 28 Nov 2010)
Log Message:
-----------
icu: patch makefile to fix CPPFLAGS quoting and prevent error if
ccache is being used; no longer need to disable ccache

Modified Paths:
--------------
    trunk/dports/devel/icu/Portfile

Added Paths:
-----------
    trunk/dports/devel/icu/files/patch-tools_icuinfo_Makefile.in.diff

Modified: trunk/dports/devel/icu/Portfile
===================================================================
--- trunk/dports/devel/icu/Portfile	2010-11-28 02:55:19 UTC (rev 73889)
+++ trunk/dports/devel/icu/Portfile	2010-11-28 09:04:33 UTC (rev 73890)
@@ -27,7 +27,8 @@
 distfiles       ${distname}-src${extract.suffix}
 patchfiles      patch-configure.diff \
                 patch-config-mh-darwin.diff \
-                patch-Makefile.in.diff
+                patch-Makefile.in.diff \
+                patch-tools_icuinfo_Makefile.in.diff
 checksums       ${distname}-src${extract.suffix} \
                 md5     314e582264c36b3735466c522899aa07 \
                 sha1    adc19231810eff2836a08b0e1f1a31a128d7a834 \
@@ -60,9 +61,6 @@
 configure.cppflags
 configure.ldflags
 
-# Disable ccache, #23931
-configure.ccache no
-
 build.type      gnu
 
 use_parallel_build  yes

Added: trunk/dports/devel/icu/files/patch-tools_icuinfo_Makefile.in.diff
===================================================================
--- trunk/dports/devel/icu/files/patch-tools_icuinfo_Makefile.in.diff	                        (rev 0)
+++ trunk/dports/devel/icu/files/patch-tools_icuinfo_Makefile.in.diff	2010-11-28 09:04:33 UTC (rev 73890)
@@ -0,0 +1,11 @@
+--- tools/icuinfo/Makefile.in.orig	2010-11-28 02:13:36.000000000 -0500
++++ tools/icuinfo/Makefile.in	2010-11-28 02:16:38.000000000 -0500
+@@ -36,7 +36,7 @@
+ 
+ ICUINFO_OPTS=-i ../../data/out/build/$(ICUDATA_PLATFORM_NAME)
+ 
+-CPPFLAGS+=  -DU_PLATFORM=\"@platform@\"  -DU_BUILD=\"@build@\" -DU_HOST=\"@host@\" -DU_CC=\"@CC@\" -DU_CXX=\"@CXX@\"
++CPPFLAGS+=  -DU_PLATFORM=\"@platform@\"  -DU_BUILD=\"@build@\" -DU_HOST=\"@host@\" '-DU_CC="@CC@"' '-DU_CXX="@CXX@"'
+ # -DENABLE_RELEASE=@ENABLE_RELEASE@ -DENABLE_DEBUG=@ENABLE_DEBUG@ "
+ 
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101128/9ee23d5f/attachment.html>


More information about the macports-changes mailing list