[Lunar-commits] <moonbase> icu: removing this module in favor of icu4c. The former is some old IBMish version. This one is more current. Boost, and WebKit compiled fine with it.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Feb 9 21:53:34 CET 2009


commit f6c9935d4f5e37fc8fe6fe563bae1b56645c12ac
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Mon Feb 9 15:53:34 2009 -0500

    icu: removing this module in favor of icu4c. The former is some old IBMish
    version. This one is more current. Boost, and WebKit compiled fine with it.
---
 libs/boost/DEPENDS   |    2 +-
 libs/icu/BUILD       |    8 --------
 libs/icu/DETAILS     |   19 -------------------
 zbeta/WebKit/DEPENDS |    2 +-
 4 files changed, 2 insertions(+), 29 deletions(-)

diff --git a/libs/boost/DEPENDS b/libs/boost/DEPENDS
index dd5210d..5ce7e21 100644
--- a/libs/boost/DEPENDS
+++ b/libs/boost/DEPENDS
@@ -3,7 +3,7 @@ depends  boost-jam
 optional_depends "Python"  ""  "--without-python"  \
                  "to build the Boost Python bindings"
 
-optional_depends "icu" \
+optional_depends "icu4c" \
                  "-sHAVE_ICU=1 -sICU_PATH=/usr" \
                  "" \
                  "to enable unicode support"
diff --git a/libs/icu/BUILD b/libs/icu/BUILD
deleted file mode 100644
index 2034c58..0000000
--- a/libs/icu/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
-  cd source &&
-
-  OPTS="$OPTS --disable-samples"
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/libs/icu/DETAILS b/libs/icu/DETAILS
deleted file mode 100644
index c5e3e6d..0000000
--- a/libs/icu/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
-          MODULE=icu
-         VERSION=3.4.1
-          SOURCE=$MODULE-$VERSION.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
-      SOURCE_URL=ftp://ftp.software.ibm.com/software/globalization/$MODULE/$VERSION/
-      SOURCE_VFY=sha1:598b6b6d4baebdc1c5a75cdd27afea618a476717
-        WEB_SITE=http://ibm.com/software/globalization/icu/
-         ENTERED=20041209
-         UPDATED=20060418
-           SHORT="a mature, widely used set of C/C++ and Java libraries for Unicode support"
-
-cat << EOF
-ICU is a mature, widely used set of C/C++ and Java libraries for Unicode 
-support, software internationalization and globalization (i18n/g11n). It 
-grew out of the JDK 1.1 internationalization APIs, which the ICU team 
-contributed, and the project continues to be developed for the most advanced 
-Unicode/i18n support. ICU is widely portable and gives applications the same 
-results on all platforms and between C/C++ and Java software
-EOF
diff --git a/zbeta/WebKit/DEPENDS b/zbeta/WebKit/DEPENDS
index 880a1f3..a475df0 100644
--- a/zbeta/WebKit/DEPENDS
+++ b/zbeta/WebKit/DEPENDS
@@ -1,5 +1,5 @@
 depends gtk+-2
-depends icu
+depends icu4c
 depends gperf
 depends libxslt
 depends curl


More information about the Lunar-commits mailing list