Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/icu
@ 2008-03-10 14:52 ninevoltz at uclibc.org
  2008-03-10 16:13 ` Ivan Kuten
  0 siblings, 1 reply; 11+ messages in thread
From: ninevoltz at uclibc.org @ 2008-03-10 14:52 UTC (permalink / raw)
  To: buildroot

Author: ninevoltz
Date: 2008-03-10 07:52:39 -0700 (Mon, 10 Mar 2008)
New Revision: 21280

Log:
changed icu download location

Modified:
   trunk/buildroot/package/icu/icu.mk


Changeset:
Modified: trunk/buildroot/package/icu/icu.mk
===================================================================
--- trunk/buildroot/package/icu/icu.mk	2008-03-09 07:30:43 UTC (rev 21279)
+++ trunk/buildroot/package/icu/icu.mk	2008-03-10 14:52:39 UTC (rev 21280)
@@ -5,9 +5,8 @@
 #############################################################
 
 ICU_VERSION:=4c-3_8_1
-ICU_VERSION_NUM:=3.8.1
 ICU_SOURCE:=icu$(ICU_VERSION)-src.tgz
-ICU_SITE:=http://download.icu-project.org/files/icu4c/$(ICU_VERSION_NUM)
+ICU_SITE:=http://superb-west.dl.sourceforge.net/sourceforge/icu
 ICU_CAT:=$(ZCAT)
 ICU_DIR:=$(BUILD_DIR)/icu/source
 ICU_HOST_DIR:=$(BUILD_DIR)/icu-host/source

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/icu
@ 2008-03-10 15:15 ninevoltz at uclibc.org
  0 siblings, 0 replies; 11+ messages in thread
From: ninevoltz at uclibc.org @ 2008-03-10 15:15 UTC (permalink / raw)
  To: buildroot

Author: ninevoltz
Date: 2008-03-10 08:15:57 -0700 (Mon, 10 Mar 2008)
New Revision: 21281

Log:
changed to use sourceforge variable

Modified:
   trunk/buildroot/package/icu/icu.mk


Changeset:
Modified: trunk/buildroot/package/icu/icu.mk
===================================================================
--- trunk/buildroot/package/icu/icu.mk	2008-03-10 14:52:39 UTC (rev 21280)
+++ trunk/buildroot/package/icu/icu.mk	2008-03-10 15:15:57 UTC (rev 21281)
@@ -6,7 +6,7 @@
 
 ICU_VERSION:=4c-3_8_1
 ICU_SOURCE:=icu$(ICU_VERSION)-src.tgz
-ICU_SITE:=http://superb-west.dl.sourceforge.net/sourceforge/icu
+ICU_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/icu
 ICU_CAT:=$(ZCAT)
 ICU_DIR:=$(BUILD_DIR)/icu/source
 ICU_HOST_DIR:=$(BUILD_DIR)/icu-host/source

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/icu
@ 2009-01-27 15:02 jacmet at uclibc.org
  0 siblings, 0 replies; 11+ messages in thread
From: jacmet at uclibc.org @ 2009-01-27 15:02 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2009-01-27 15:02:22 +0000 (Tue, 27 Jan 2009)
New Revision: 25076

Log:
icu: needs C++ support in toolchain

Modified:
   trunk/buildroot/package/icu/Config.in


Changeset:
Modified: trunk/buildroot/package/icu/Config.in
===================================================================
--- trunk/buildroot/package/icu/Config.in	2009-01-27 15:02:13 UTC (rev 25075)
+++ trunk/buildroot/package/icu/Config.in	2009-01-27 15:02:22 UTC (rev 25076)
@@ -1,4 +1,8 @@
 config BR2_PACKAGE_ICU
 	bool "icu"
+	depends on BR2_INSTALL_LIBSTDCPP
 	help
 	  International Components for Unicode.
+
+comment "icu requires a toolchain with C++ support enabled"
+	depends on !BR2_INSTALL_LIBSTDCPP

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/icu
@ 2009-01-27 15:02 jacmet at uclibc.org
  0 siblings, 0 replies; 11+ messages in thread
From: jacmet at uclibc.org @ 2009-01-27 15:02 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2009-01-27 15:02:25 +0000 (Tue, 27 Jan 2009)
New Revision: 25077

Log:
icu: add project url to help text

Modified:
   trunk/buildroot/package/icu/Config.in


Changeset:
Modified: trunk/buildroot/package/icu/Config.in
===================================================================
--- trunk/buildroot/package/icu/Config.in	2009-01-27 15:02:22 UTC (rev 25076)
+++ trunk/buildroot/package/icu/Config.in	2009-01-27 15:02:25 UTC (rev 25077)
@@ -4,5 +4,7 @@
 	help
 	  International Components for Unicode.
 
+	  http://icu-project.org/
+
 comment "icu requires a toolchain with C++ support enabled"
 	depends on !BR2_INSTALL_LIBSTDCPP

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/icu
@ 2009-01-27 15:02 jacmet at uclibc.org
  2009-01-27 15:24 ` sddnd
  2009-01-27 15:29 ` Daniel Laird
  0 siblings, 2 replies; 11+ messages in thread
From: jacmet at uclibc.org @ 2009-01-27 15:02 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2009-01-27 15:02:29 +0000 (Tue, 27 Jan 2009)
New Revision: 25078

Log:
icu: needs wchar support in toolchain as well

Modified:
   trunk/buildroot/package/icu/Config.in


Changeset:
Modified: trunk/buildroot/package/icu/Config.in
===================================================================
--- trunk/buildroot/package/icu/Config.in	2009-01-27 15:02:25 UTC (rev 25077)
+++ trunk/buildroot/package/icu/Config.in	2009-01-27 15:02:29 UTC (rev 25078)
@@ -1,10 +1,11 @@
 config BR2_PACKAGE_ICU
 	bool "icu"
 	depends on BR2_INSTALL_LIBSTDCPP
+	depends on BR2_USE_WCHAR
 	help
 	  International Components for Unicode.
 
 	  http://icu-project.org/
 
-comment "icu requires a toolchain with C++ support enabled"
-	depends on !BR2_INSTALL_LIBSTDCPP
+comment "icu requires a toolchain with C++ support and WCHAR enabled"
+	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-01-27 16:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-10 14:52 [Buildroot] svn commit: trunk/buildroot/package/icu ninevoltz at uclibc.org
2008-03-10 16:13 ` Ivan Kuten
  -- strict thread matches above, loose matches on Subject: below --
2008-03-10 15:15 ninevoltz at uclibc.org
2009-01-27 15:02 jacmet at uclibc.org
2009-01-27 15:02 jacmet at uclibc.org
2009-01-27 15:02 jacmet at uclibc.org
2009-01-27 15:24 ` sddnd
2009-01-27 15:29 ` Daniel Laird
2009-01-27 15:54   ` Peter Korsgaard
2009-01-27 16:30     ` Daniel James Laird
2009-01-27 16:47       ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox