Author: dj Date: 2006-06-27 20:21:22 -0600 (Tue, 27 Jun 2006) New Revision: 1575
Added: trunk/jdk/jdk-1.5.0_07-gcc4-1.patch trunk/jdk/jdk-1.5.0_07-motif_fixes-1.patch trunk/jdk/jdk-1.5.0_07-nptl-1.patch trunk/jdk/jdk-1.5.0_07-remove_broken_demo-1.patch trunk/jdk/jdk-1.5.0_07-remove_debug_image-1.patch trunk/jdk/jdk-1.5.0_07-remove_fixed_paths-1.patch trunk/jdk/jdk-1.5.0_07-static_cxx-1.patch Log: Added jdk-1.5.0_07 patches Added: trunk/jdk/jdk-1.5.0_07-gcc4-1.patch =================================================================== --- trunk/jdk/jdk-1.5.0_07-gcc4-1.patch (rev 0) +++ trunk/jdk/jdk-1.5.0_07-gcc4-1.patch 2006-06-28 02:21:22 UTC (rev 1575) @@ -0,0 +1 @@ +link jdk-1.5.0_05-gcc4-1.patch \ No newline at end of file Property changes on: trunk/jdk/jdk-1.5.0_07-gcc4-1.patch ___________________________________________________________________ Name: svn:special + * Added: trunk/jdk/jdk-1.5.0_07-motif_fixes-1.patch =================================================================== --- trunk/jdk/jdk-1.5.0_07-motif_fixes-1.patch (rev 0) +++ trunk/jdk/jdk-1.5.0_07-motif_fixes-1.patch 2006-06-28 02:21:22 UTC (rev 1575) @@ -0,0 +1,55 @@ +Submitted By: DJ Lucas <dj AT linuxfromscratch DOT org> +Date: 2006-03-04 +Initial Package Version: 1.5.0_05 +Origin: Previous motif mkmsgcat patch and cleanups for system Xm/XmIm.h. +Description: Various fixes for motif-2.1 compilation. + +--- j2sdk-build-orig/motif/lib/Xm/util/mkmsgcat.c 2004-10-19 13:44:16.000000000 -0500 ++++ j2sdk-build/motif/lib/Xm/util/mkmsgcat.c 2004-11-15 20:22:21.000000000 -0600 +@@ -14,7 +14,7 @@ + #include <string.h> + char buf[1024]; + +-char *OSF_COPYRIGHT = "$\n\ ++char *OSF_COPYRIGHT = "\ + $ @[EMAIL PROTECTED] + $ COPYRIGHT NOTICE\n\ + $ Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.\n\ +@@ -28,7 +28,7 @@ + $ (c) Copyright 1996 Novell, Inc. \n\ + $ (c) Copyright 1996 FUJITSU LIMITED.\n\ + $ (c) Copyright 1996 Hitachi.\n\ +-$"; ++"; + + char *OSF_COPYRIGHT_C = "/*\n\ + *\n\ +--- jdk-build-orig/j2se/src/solaris/native/sun/awt/awt_motif21.c 2006-02-19 14:11:34.000000000 -0600 ++++ jdk-build/j2se/src/solaris/native/sun/awt/awt_motif21.c 2006-02-19 22:07:53.000000000 -0600 +@@ -16,11 +16,6 @@ + #include "awt_Component.h" + + #define XmPER_SHELL 0 +-extern XIC XmImGetXIC( +- Widget w, +- uint32_t input_policy, +- ArgList args, +- Cardinal num_args) ; + extern int32_t _XmImGetGeo( + Widget vw) ; + +--- jdk-build-orig/j2se/make/sun/awt/mawt.gmk 2004-10-19 13:45:09.000000000 -0500 ++++ jdk-build/j2se/make/sun/awt/mawt.gmk 2004-11-26 18:32:20.177820800 -0600 +@@ -130,9 +130,9 @@ + ifeq ($(ARCH_DATA_MODEL), 64) + LIBXT = -lXt + else +- LIBXT = /usr/X11R6/lib/libXt.a +- LIBSM = /usr/X11R6/lib/libSM.a +- LIBICE = /usr/X11R6/lib/libICE.a ++ LIBXT = -lXt ++ LIBSM = ++ LIBICE = + endif + endif + else Added: trunk/jdk/jdk-1.5.0_07-nptl-1.patch =================================================================== --- trunk/jdk/jdk-1.5.0_07-nptl-1.patch (rev 0) +++ trunk/jdk/jdk-1.5.0_07-nptl-1.patch 2006-06-28 02:21:22 UTC (rev 1575) @@ -0,0 +1 @@ +link jdk-1.5.0_05-nptl-1.patch \ No newline at end of file Property changes on: trunk/jdk/jdk-1.5.0_07-nptl-1.patch ___________________________________________________________________ Name: svn:special + * Added: trunk/jdk/jdk-1.5.0_07-remove_broken_demo-1.patch =================================================================== --- trunk/jdk/jdk-1.5.0_07-remove_broken_demo-1.patch (rev 0) +++ trunk/jdk/jdk-1.5.0_07-remove_broken_demo-1.patch 2006-06-28 02:21:22 UTC (rev 1575) @@ -0,0 +1 @@ +link jdk-1.5.0_05-remove_broken_demo-1.patch \ No newline at end of file Property changes on: trunk/jdk/jdk-1.5.0_07-remove_broken_demo-1.patch ___________________________________________________________________ Name: svn:special + * Added: trunk/jdk/jdk-1.5.0_07-remove_debug_image-1.patch =================================================================== --- trunk/jdk/jdk-1.5.0_07-remove_debug_image-1.patch (rev 0) +++ trunk/jdk/jdk-1.5.0_07-remove_debug_image-1.patch 2006-06-28 02:21:22 UTC (rev 1575) @@ -0,0 +1 @@ +link jdk-1.5.0_05-remove_debug_image-1.patch \ No newline at end of file Property changes on: trunk/jdk/jdk-1.5.0_07-remove_debug_image-1.patch ___________________________________________________________________ Name: svn:special + * Added: trunk/jdk/jdk-1.5.0_07-remove_fixed_paths-1.patch =================================================================== --- trunk/jdk/jdk-1.5.0_07-remove_fixed_paths-1.patch (rev 0) +++ trunk/jdk/jdk-1.5.0_07-remove_fixed_paths-1.patch 2006-06-28 02:21:22 UTC (rev 1575) @@ -0,0 +1 @@ +link jdk-1.5.0_05-remove_fixed_paths-1.patch \ No newline at end of file Property changes on: trunk/jdk/jdk-1.5.0_07-remove_fixed_paths-1.patch ___________________________________________________________________ Name: svn:special + * Added: trunk/jdk/jdk-1.5.0_07-static_cxx-1.patch =================================================================== --- trunk/jdk/jdk-1.5.0_07-static_cxx-1.patch (rev 0) +++ trunk/jdk/jdk-1.5.0_07-static_cxx-1.patch 2006-06-28 02:21:22 UTC (rev 1575) @@ -0,0 +1 @@ +link jdk-1.5.0_05-static_cxx-1.patch \ No newline at end of file Property changes on: trunk/jdk/jdk-1.5.0_07-static_cxx-1.patch ___________________________________________________________________ Name: svn:special + * -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
