changeset in /hg/icedtea: * Makefile.am (ICEDTEA_PATCHES): Add i...

Mark Wielaard mark at klomp.org
Sun May 24 05:32:40 PDT 2009


changeset 32178b92a01e in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=32178b92a01e
description:
	* Makefile.am (ICEDTEA_PATCHES): Add icedtea-freetypeversion.patch.
		* patches/icedtea-freetypeversion.patch: New patch.
		* HACKING: Document new patch.

diffstat:

3 files changed, 8 insertions(+)
ChangeLog   |    6 ++++++
HACKING     |    1 +
Makefile.am |    1 +

diffs (38 lines):

diff -r dc7d6bc54c98 -r 32178b92a01e ChangeLog
--- a/ChangeLog	Sat May 23 23:23:12 2009 +0200
+++ b/ChangeLog	Mon May 04 15:37:22 2009 +0200
@@ -470,6 +470,12 @@ 2009-05-01  Matthias Klose  <doko at ubuntu
 	for cacao and zero when configured as ZERO_BUILD or WITH_CACAO.
 	* configure.ac: New option --with-additional-vms=, new conditionals
 	ADD_CACAO_BUILD, ADD_ZERO_BUILD, ADD_SHARK_BUILD, BUILD_CACAO.
+
+2009-05-04  Mark Wielaard  <mjw at redhat.com>
+
+	* Makefile.am (ICEDTEA_PATCHES): Add icedtea-freetypeversion.patch.
+	* patches/icedtea-freetypeversion.patch: New patch.
+	* HACKING: Document new patch.
 
 2009-05-04  Mark Wielaard  <mjw at redhat.com>
 
diff -r dc7d6bc54c98 -r 32178b92a01e HACKING
--- a/HACKING	Sat May 23 23:23:12 2009 +0200
+++ b/HACKING	Mon May 04 15:37:22 2009 +0200
@@ -19,6 +19,7 @@ The following patches are currently appl
 * icedtea-debuginfo.patch: Add -g option to build to generate debugging information.
 * icedtea-demos.patch: Fix building of JVMTI demo.
 * icedtea-float-double-trailing-zeros.patch: Remove trailing zeros from Double/Float (PR29/30)
+* icedtea-freetypeversion.patch: freetype backend only requires 2.2.1.
 * icedtea-fonts.patch: Add Fedora fontconfig.
 * icedtea-gcc-suffix.patch: Append $(GCC_SUFFIX) to end of 'gcc' binary name.
 * icedtea-graphics.patch: Fix word wrap in JTextArea (PR57/S6593649)
diff -r dc7d6bc54c98 -r 32178b92a01e Makefile.am
--- a/Makefile.am	Sat May 23 23:23:12 2009 +0200
+++ b/Makefile.am	Mon May 04 15:37:22 2009 +0200
@@ -2003,6 +2003,7 @@ ICEDTEA_PATCHES = \
 	patches/icedtea-jpegclasses.patch \
 	patches/icedtea-uname.patch \
 	patches/icedtea-ia64-fdlibm.patch \
+	patches/icedtea-freetypeversion.patch \
 	patches/icedtea-fonts.patch \
 	patches/hotspot/$(HSBUILD)/icedtea-sparc-ptracefix.patch \
 	patches/hotspot/$(HSBUILD)/icedtea-sparc-trapsfix.patch \



More information about the distro-pkg-dev mailing list