[csw-devel] SF.net SVN: gar:[10244] csw/mgar/pkg/libicu/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Jun 17 12:29:58 CEST 2010
Revision: 10244
http://gar.svn.sourceforge.net/gar/?rev=10244&view=rev
Author: dmichelsen
Date: 2010-06-17 10:29:58 +0000 (Thu, 17 Jun 2010)
Log Message:
-----------
libicu: Add workaround for icu-config bug
Modified Paths:
--------------
csw/mgar/pkg/libicu/trunk/Makefile
csw/mgar/pkg/libicu/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/libicu/trunk/files/0001-Add-workaround-for-echo-n.patch
Modified: csw/mgar/pkg/libicu/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libicu/trunk/Makefile 2010-06-16 20:14:58 UTC (rev 10243)
+++ csw/mgar/pkg/libicu/trunk/Makefile 2010-06-17 10:29:58 UTC (rev 10244)
@@ -22,6 +22,10 @@
SOURCEFILES = $(foreach VERSION,$(MODULATIONS_GARVERSION), $(call filename,$(VERSION)))
DISTFILES = $(SOURCEFILES)
+# icu-config is broken with ECHO_N/ECHO_C detection:
+# http://bugs.icu-project.org/trac/ticket/7768
+PATCHFILES = 0001-Add-workaround-for-echo-n.patch
+
NOEXTRACT = $(filter-out $(call filename,$(GARVERSION)),$(SOURCEFILES))
# File name regex to get notifications about upstream software releases
Modified: csw/mgar/pkg/libicu/trunk/checksums
===================================================================
--- csw/mgar/pkg/libicu/trunk/checksums 2010-06-16 20:14:58 UTC (rev 10243)
+++ csw/mgar/pkg/libicu/trunk/checksums 2010-06-17 10:29:58 UTC (rev 10244)
@@ -1,2 +1,3 @@
+0c9e587cf8dced7405c361c9cd81d98e 0001-Add-workaround-for-echo-n.patch
e3738abd0d3ce1870dc1fd1f22bba5b1 icu4c-4_2_1-src.tgz
b6bc0a1153540b2088f8b03e0ba625d3 icu4c-4_4_1-src.tgz
Added: csw/mgar/pkg/libicu/trunk/files/0001-Add-workaround-for-echo-n.patch
===================================================================
--- csw/mgar/pkg/libicu/trunk/files/0001-Add-workaround-for-echo-n.patch (rev 0)
+++ csw/mgar/pkg/libicu/trunk/files/0001-Add-workaround-for-echo-n.patch 2010-06-17 10:29:58 UTC (rev 10244)
@@ -0,0 +1,26 @@
+From b437f073e7437c657eb5525c6df7dc08e624e0c6 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Thu, 17 Jun 2010 11:53:59 +0200
+Subject: [PATCH] Add workaround for echo -n
+
+---
+ config/icu-config-top | 3 +++
+ 1 files changed, 3 insertions(+), 0 deletions(-)
+
+diff --git a/config/icu-config-top b/config/icu-config-top
+index 874a3ab..f3dce7b 100644
+--- a/config/icu-config-top
++++ b/config/icu-config-top
+@@ -9,6 +9,9 @@
+ # This script is designed to aid configuration of ICU.
+ # rpath links a library search path right into the binaries.
+
++# Make sure we understand "echo -n" until this is fixed:
++# http://bugs.icu-project.org/trac/ticket/7768
++PATH=/usr/ucb:$PATH
+
+ ### END of icu-config-top
+
+--
+1.7.1
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list