/hg/icedtea6: Added new patch com-sun-awt.patch which is used fo...

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Wed Feb 23 01:05:46 PST 2011


changeset 11715c17ead8 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=11715c17ead8
author: ptisnovs
date: Wed Feb 23 09:11:57 2011 +0100

	Added new patch com-sun-awt.patch which is used for updating file
	legacy.properties containing packages with non-standardized API.


diffstat:

3 files changed, 19 insertions(+), 1 deletion(-)
ChangeLog                 |    7 +++++++
Makefile.am               |    3 ++-
patches/com-sun-awt.patch |   10 ++++++++++

diffs (41 lines):

diff -r 0cd82f25d67d -r 11715c17ead8 ChangeLog
--- a/ChangeLog	Wed Feb 23 08:50:30 2011 +0100
+++ b/ChangeLog	Wed Feb 23 09:11:57 2011 +0100
@@ -1,3 +1,10 @@ 2011-02-23  Pavel Tisnovsky  <ptisnovs at r
+2011-02-23  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* Makefile.am: Add new patch.
+	* patches/com-sun-awt.patch:
+	This patch is used for updating file legacy.properties
+	containing packages with non-standardized API
+
 2011-02-23  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
 	* Makefile.am: Add patch.
diff -r 0cd82f25d67d -r 11715c17ead8 Makefile.am
--- a/Makefile.am	Wed Feb 23 08:50:30 2011 +0100
+++ b/Makefile.am	Wed Feb 23 09:11:57 2011 +0100
@@ -326,7 +326,8 @@ ICEDTEA_PATCHES = \
 	patches/openjdk/6896068-sg2d.patch \
 	patches/pr633-no_javaws_man_page.patch \
 	patches/pr586-include_all_srcs.patch \
-	patches/jtreg-LastErrorString.patch
+	patches/jtreg-LastErrorString.patch \
+	patches/com-sun-awt.patch
 
 if !WITH_ALT_HSBUILD
 ICEDTEA_PATCHES += \
diff -r 0cd82f25d67d -r 11715c17ead8 patches/com-sun-awt.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/com-sun-awt.patch	Wed Feb 23 09:11:57 2011 +0100
@@ -0,0 +1,10 @@
+--- openjdk-old/langtools/src/share/classes/com/sun/tools/javac/resources/legacy.properties	2011-01-21 00:55:18.000000000 +0100
++++ openjdk/langtools/src/share/classes/com/sun/tools/javac/resources/legacy.properties	2011-02-22 15:28:53.010912000 +0100
+@@ -24,6 +24,7 @@
+ #
+ 
+ com.sun.accessibility.internal.resources = tiger legacy
++com.sun.awt = tiger legacy
+ com.sun.beans = tiger legacy
+ com.sun.corba.se.impl.activation = tiger legacy
+ com.sun.corba.se.impl.copyobject = tiger legacy



More information about the distro-pkg-dev mailing list