/hg/icedtea6: Drop patches/tools.patch
omajid at icedtea.classpath.org
omajid at icedtea.classpath.org
Tue May 17 10:56:34 PDT 2011
changeset 210ce974c3a3 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=210ce974c3a3
author: Omair Majid <omajid at redhat.com>
date: Tue May 17 13:55:58 2011 -0400
Drop patches/tools.patch
The patch patches/tools.patch is redundant. The changes to classlist
are not required and are not complete (other classes are missing
too). The Makefile changes had no effect.
2011-05-17 Omair Majid <omajid at redhat.com>
* Makefile.am (ICEDTEA_PATCHES): Remove patches/tools.patch.
* patches/tools.patch: Remove file. Not required anymore.
diffstat:
ChangeLog | 5 +++
Makefile.am | 1 -
patches/tools.patch | 79 -----------------------------------------------------
3 files changed, 5 insertions(+), 80 deletions(-)
diffs (110 lines):
diff -r 35c0f8ca88b6 -r 210ce974c3a3 ChangeLog
--- a/ChangeLog Tue May 17 12:38:23 2011 -0400
+++ b/ChangeLog Tue May 17 13:55:58 2011 -0400
@@ -1,3 +1,8 @@
+2011-05-17 Omair Majid <omajid at redhat.com>
+
+ * Makefile.am (ICEDTEA_PATCHES): Remove patches/tools.patch.
+ * patches/tools.patch: Remove file. Not required anymore.
+
2011-05-17 Omair Majid <omajid at redhat.com>
* Makefile.am
diff -r 35c0f8ca88b6 -r 210ce974c3a3 Makefile.am
--- a/Makefile.am Tue May 17 12:38:23 2011 -0400
+++ b/Makefile.am Tue May 17 13:55:58 2011 -0400
@@ -218,7 +218,6 @@
patches/version-hotspot.patch \
patches/hotspot/$(HSBUILD)/text-relocations.patch \
patches/openjdk/7043921-java_rmi_cgi.patch \
- patches/tools.patch \
patches/use-system-tzdata.patch \
patches/headers.patch \
patches/gcc-suffix.patch \
diff -r 35c0f8ca88b6 -r 210ce974c3a3 patches/tools.patch
--- a/patches/tools.patch Tue May 17 12:38:23 2011 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,83 +0,0 @@
-diff -ruN openjdk-ecj/jdk/make/tools/sharing/classlist.linux openjdk/jdk/make/tools/sharing/classlist.linux
---- openjdk-ecj/jdk/make/tools/sharing/classlist.linux 2007-08-30 03:19:44.000000000 -0400
-+++ openjdk/jdk/make/tools/sharing/classlist.linux 2007-09-04 13:33:52.000000000 -0400
-@@ -330,7 +330,6 @@
- java/beans/PropertyChangeEvent
- java/util/EventObject
- java/awt/Component$AWTTreeLock
--sun/awt/DebugHelper
- sun/awt/NativeLibLoader
- sun/security/action/LoadLibraryAction
- java/awt/GraphicsEnvironment
-@@ -341,7 +340,6 @@
- java/lang/ProcessEnvironment$Value
- java/lang/ProcessEnvironment$StringEnvironment
- java/util/Collections$UnmodifiableMap
--sun/awt/DebugHelperStub
- java/awt/Toolkit
- java/awt/Toolkit$3
- sun/util/CoreResourceBundleControl
-diff -ruN openjdk-ecj/jdk/make/tools/sharing/classlist.solaris openjdk/jdk/make/tools/sharing/classlist.solaris
---- openjdk-ecj/jdk/make/tools/sharing/classlist.solaris 2007-08-30 03:19:44.000000000 -0400
-+++ openjdk/jdk/make/tools/sharing/classlist.solaris 2007-09-04 13:34:17.000000000 -0400
-@@ -332,7 +332,6 @@
- java/beans/PropertyChangeEvent
- java/util/EventObject
- java/awt/Component$AWTTreeLock
--sun/awt/DebugHelper
- sun/awt/NativeLibLoader
- sun/security/action/LoadLibraryAction
- java/awt/GraphicsEnvironment
-@@ -343,7 +342,6 @@
- java/lang/ProcessEnvironment$Value
- java/lang/ProcessEnvironment$StringEnvironment
- java/util/Collections$UnmodifiableMap
--sun/awt/DebugHelperStub
- java/awt/Toolkit
- java/awt/Toolkit$3
- sun/util/CoreResourceBundleControl
-diff -ruN openjdk-ecj/jdk/make/tools/sharing/classlist.windows openjdk/jdk/make/tools/sharing/classlist.windows
---- openjdk-ecj/jdk/make/tools/sharing/classlist.windows 2007-08-30 03:19:44.000000000 -0400
-+++ openjdk/jdk/make/tools/sharing/classlist.windows 2007-09-04 13:34:05.000000000 -0400
-@@ -333,10 +333,8 @@
- java/beans/PropertyChangeEvent
- java/util/EventObject
- java/awt/Component$AWTTreeLock
--sun/awt/DebugHelper
- sun/awt/NativeLibLoader
- sun/security/action/LoadLibraryAction
--sun/awt/DebugHelperStub
- java/awt/Toolkit
- java/awt/Toolkit$3
- sun/util/CoreResourceBundleControl
---- openjdk.orig/jdk/make/java/awt/Makefile 2008-02-28 04:39:42.000000000 -0500
-+++ openjdk/jdk/make/java/awt/Makefile 2008-02-29 14:58:50.000000000 -0500
-@@ -34,7 +34,7 @@
- #
- AUTO_FILES_JAVA_DIRS = java/awt sun/awt/geom
-
--build: properties cursors
-+build: sources properties cursors
-
- #
- # Resources
-@@ -47,9 +47,11 @@
- #
- include $(BUILDDIR)/common/Classes.gmk
-
-+sources:
-
- clean:: properties.clean sun.geom.clean cursors.clean
-
-+
- _LIBPROPS = \
- flavormap.properties
-
-@@ -102,6 +104,6 @@
- cursors.clean :
- $(RM) -r $(CURSORDIR)
-
--.PHONY: properties properties.clean \
-+.PHONY: sources properties properties.clean \
- cursors sun.geom.clean cursors.clean
-
More information about the distro-pkg-dev
mailing list