/hg/icedtea6: PR600: HS19 upgrade broke CACAO build on ARM

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Mon Feb 21 01:12:46 PST 2011


changeset 933b64dcaf4d in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=933b64dcaf4d
author: Xerxes R?nby <xerxes at zafena.se>
date: Mon Feb 21 09:55:43 2011 +0100

	PR600: HS19 upgrade broke CACAO build on ARM

	2011-02-21 Xerxes Ranby <xerxes at zafena.se>

	 PR600: HS19 upgrade broke CACAO build on ARM
		* Makefile.am (ICEDTEA_PATCHES): Add patch if BUILD_CACAO are
	defined.
		* NEWS: Updated.
		* patches/cacao/arm-jvm.cfg-pr600.patch


diffstat:

3 files changed, 11 insertions(+), 1 deletion(-)
ChangeLog   |    8 ++++++++
Makefile.am |    3 ++-
NEWS        |    1 +

diffs (39 lines):

diff -r 70ea35e42b14 -r 933b64dcaf4d ChangeLog
--- a/ChangeLog	Fri Feb 18 11:38:42 2011 +0100
+++ b/ChangeLog	Mon Feb 21 09:55:43 2011 +0100
@@ -1,3 +1,11 @@ 2011-02-18  Pavel Tisnovsky  <ptisnovs at r
+2011-02-21  Xerxes Ranby  <xerxes at zafena.se>
+
+	PR600: HS19 upgrade broke CACAO build on ARM
+	* Makefile.am (ICEDTEA_PATCHES):
+	Add patch if BUILD_CACAO are defined.
+	* NEWS: Updated.
+	* patches/cacao/arm-jvm.cfg-pr600.patch
+
 2011-02-18  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* Makefile.am: Updated.
diff -r 70ea35e42b14 -r 933b64dcaf4d Makefile.am
--- a/Makefile.am	Fri Feb 18 11:38:42 2011 +0100
+++ b/Makefile.am	Mon Feb 21 09:55:43 2011 +0100
@@ -326,7 +326,8 @@ ICEDTEA_PATCHES += \
 	patches/cacao/launcher.patch \
 	patches/cacao/arm-arch-defines.patch \
 	patches/cacao/jsig.patch \
-	patches/cacao/memory.patch
+	patches/cacao/memory.patch \
+	patches/cacao/arm-jvm.cfg-pr600.patch
 endif
 
 if WITH_CACAO
diff -r 70ea35e42b14 -r 933b64dcaf4d NEWS
--- a/NEWS	Fri Feb 18 11:38:42 2011 +0100
+++ b/NEWS	Mon Feb 21 09:55:43 2011 +0100
@@ -426,6 +426,7 @@ New in release 1.10 (2011-XX-XX):
   - S6444769: java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.html fails
 * Bug fixes
   - RH661505: JPEGs with sRGB IEC61966-2.1 color profiles have wrong colors
+  - PR600: HS19 upgrade broke CACAO build on ARM
   - PR616, PR99: Don't statically link libstdc++ or libgcc
   - PR632: patches/security/20110215/6878713.patch breaks shark zero build
 



More information about the distro-pkg-dev mailing list