Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-icu grimoire by Treeve Jelbert (7c2c2c5ecac69c3539034c0eb0235cf23de9ecee)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-icu grimoire by Treeve Jelbert (7c2c2c5ecac69c3539034c0eb0235cf23de9ecee)
  • Date: Wed, 27 Mar 2013 16:06:40 -0500

GIT changes to devel-icu grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/icu/BUILD | 9 +++++----
libs/icu/DEPENDS | 3 ++-
libs/icu/DETAILS | 8 ++++----
libs/icu/HISTORY | 6 ++++++
4 files changed, 17 insertions(+), 9 deletions(-)

New commits:
commit 7c2c2c5ecac69c3539034c0eb0235cf23de9ecee
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

icu: => 51.1

diff --git a/libs/icu/BUILD b/libs/icu/BUILD
index 0208d95..1518694 100755
--- a/libs/icu/BUILD
+++ b/libs/icu/BUILD
@@ -1,18 +1,19 @@
cd $SOURCE_DIRECTORY/source &&
# recommended for a system wide install
-OPTS+="--disable-renaming" &&
+LDFLAGS+=" -lintl" &&
+OPTS+="--disable-renaming --disable-static" &&
./configure --prefix=/usr $OPTS &&

# set options as recommended by icu project
sed -i '1 i\
#define U_DISABLE_RENAMING 1\
-#define U_CHARSET_IS_UTF8 1
+#define U_CHARSET_IS_UTF8 1\
+#define U_USING_ICU_NAMESPACE 0\
+#define U_NO_DEFAULT_INCLUDE_UTF_HEADERS 1\
' common/unicode/uconfig.h &&

make

# these are unused at the moment
-#define U_USING_ICU_NAMESPACE 1
-#define U_NO_DEFAULT_INCLUDE_UTF_HEADERS 1\
#define UNISTR_FROM_CHAR_EXPLICIT explicit\
#define UNISTR_FROM_STRING_EXPLICIT explicit
diff --git a/libs/icu/DEPENDS b/libs/icu/DEPENDS
index f148724..cb04139 100755
--- a/libs/icu/DEPENDS
+++ b/libs/icu/DEPENDS
@@ -1 +1,2 @@
-depends -sub CXX gcc
+depends -sub CXX gcc &&
+depends gettext
diff --git a/libs/icu/DETAILS b/libs/icu/DETAILS
index 3ae3c60..b12b0c2 100755
--- a/libs/icu/DETAILS
+++ b/libs/icu/DETAILS
@@ -1,12 +1,12 @@
SPELL=icu
if [[ "$ICU_DEV" == 'y' ]]; then
- VERSION=50.1.1
-
SOURCE_HASH=sha512:0af83f880eeacbd9e095c21a63312b94885f11f5c57826b2bbacbae49e589ccacfccccc0c95f37a186a55b5aed7cdb125dd98a0f8b39963b716687506dca3615
+ VERSION=51.1
+
SOURCE_HASH=sha512:e6ee38f8e380db41803bf5291f2abd88d2efd27a322fa2345111fee3b58b852e3c079fc5408d0da379f86540f1a20131916a598f2a14bd57edd2f15cd64935f3
VX=${VERSION//.r/r}
else
- VERSION=50.1.1
+ VERSION=51.1
VX=$VERSION
-
SOURCE_HASH=sha512:0af83f880eeacbd9e095c21a63312b94885f11f5c57826b2bbacbae49e589ccacfccccc0c95f37a186a55b5aed7cdb125dd98a0f8b39963b716687506dca3615
+
SOURCE_HASH=sha512:e6ee38f8e380db41803bf5291f2abd88d2efd27a322fa2345111fee3b58b852e3c079fc5408d0da379f86540f1a20131916a598f2a14bd57edd2f15cd64935f3
fi
PATCH_LEVEL=0
SPELLX=icu4c
diff --git a/libs/icu/HISTORY b/libs/icu/HISTORY
index 94adf40..4f24151 100644
--- a/libs/icu/HISTORY
+++ b/libs/icu/HISTORY
@@ -1,3 +1,9 @@
+2013-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 51.1 (both)
+ * DEPENDS: add gettext
+ * BUILD: add flags for libintl
+ more defines
+
2012-12-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 50.1.1 (both)




  • [SM-Commit] GIT changes to devel-icu grimoire by Treeve Jelbert (7c2c2c5ecac69c3539034c0eb0235cf23de9ecee), Treeve Jelbert, 03/27/2013

Archive powered by MHonArc 2.6.24.

Top of Page