diff --git a/textproc/icu4c/icu4c.desc b/textproc/icu4c/icu4c.desc index fe5a17c45..bbdfbf05b 100644 --- a/textproc/icu4c/icu4c.desc +++ b/textproc/icu4c/icu4c.desc @@ -2,7 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../icu4c/icu4c.desc -[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project [COPY] [COPY] More information can be found in the files COPYING and README. [COPY] @@ -23,8 +23,8 @@ [T] to different languages. Included are more than 100 codepage converters [T] for interaction with non-unicode systems. +[U] http://icu-project.org/ [U] http://www.ibm.com/software/globalization/icu -[U] http://icu.sourceforge.net/ [A] IBM ICU Team <icuintl@us.ibm.com> [M] Alejandro Mery <amery@geeks.cl> @@ -36,7 +36,7 @@ [L] MIT [S] Stable -[V] 3.6 +[V] 4.4.1 [P] X -----5---9 200.000 -[D] 4276325896 icu4c-3_6-src.tgz ftp://ftp.software.ibm.com/software/globalization/icu/3.6/ +[D] 3148315641 icu4c-4_4_1-src.tgz http://download.icu-project.org/files/icu4c/4.4.1/ diff --git a/textproc/icu4c/missing_lstdc++.patch b/textproc/icu4c/missing_lstdc++.patch deleted file mode 100644 index c82961233..000000000 --- a/textproc/icu4c/missing_lstdc++.patch +++ /dev/null @@ -1,29 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../icu4c/missing_lstdc++.patch -# Copyright (C) 2006 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- ./icudefs.mk.in.orig 2006-10-22 12:02:13.000000000 -0400 -+++ ./icudefs.mk.in 2006-10-22 12:02:57.000000000 -0400 -@@ -209,8 +209,8 @@ CTESTFW_STUBNAME = test - - # Link commands to link to ICU libs - LIBICUDT= -L$(LIBDIR) -L$(top_builddir)/stubdata -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(DATA_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX) --LIBICUUC= -L$(LIBDIR) -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(COMMON_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX) $(LIBICUDT) --LIBICUI18N= -L$(LIBDIR) -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(I18N_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX) -+LIBICUUC= -L$(LIBDIR) -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(COMMON_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX) $(LIBICUDT) -lstdc++ -+LIBICUI18N= -L$(LIBDIR) -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(I18N_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX) -lstdc++ - LIBICULE= -L$(LIBDIR) -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(LAYOUT_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX) - LIBICULX= -L$(LIBDIR) -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(LAYOUTEX_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX) - LIBCTESTFW= -L$(top_builddir)/tools/ctestfw -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(CTESTFW_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX)