changeset in /hg/icedtea: 2008-03-27 Lillian Angel <langel at red...

Lillian Angel langel at redhat.com
Thu May 29 14:12:43 PDT 2008


changeset c48f3456ae9c in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=c48f3456ae9c
description:
	2008-03-27  Lillian Angel  <langel at redhat.com>

	        * Makefile.am
	        (clean-patch): Fixed so patches are actually reverted.
	        * Makefile.in: Regenerated.

diffstat:

4 files changed, 23 insertions(+), 15 deletions(-)
ChangeLog                                  |    6 ++++++
Makefile.am                                |    2 +-
Makefile.in                                |    2 +-
generated/sun/awt/X11/generator/sizer.32.c |   28 +++++++++++++++-------------

diffs (80 lines):

diff -r e92bc60d59b8 -r c48f3456ae9c ChangeLog
--- a/ChangeLog	Thu Mar 27 13:55:36 2008 +0100
+++ b/ChangeLog	Thu Mar 27 09:52:39 2008 -0400
@@ -1,3 +1,9 @@ 2008-03-27  Christian Thalinger  <twisti
+2008-03-27  Lillian Angel  <langel at redhat.com>
+	
+	* Makefile.am
+	(clean-patch): Fixed so patches are actually reverted.
+	* Makefile.in: Regenerated.
+
 2008-03-27  Christian Thalinger  <twisti at complang.tuwien.ac.at>
 
 	* patches/icedtea-cacao.patch: Fixed the paths so the patch
diff -r e92bc60d59b8 -r c48f3456ae9c Makefile.am
--- a/Makefile.am	Thu Mar 27 13:55:36 2008 +0100
+++ b/Makefile.am	Thu Mar 27 09:52:39 2008 -0400
@@ -324,8 +324,8 @@ stamps/patch.stamp: stamps/extract.stamp
 
 clean-patch:
 	rm -f stamps/patch.stamp
+	all_patches_ok=yes; \
 	for p in $(ICEDTEA_PATCHES) ; \
-	all_patches_ok=yes; \
 	do \
 	  echo Checking $$p ; \
 	  if $(PATCH) -l -p0 -R --dry-run -s -t -f < $$p ; \
diff -r e92bc60d59b8 -r c48f3456ae9c Makefile.in
--- a/Makefile.in	Thu Mar 27 13:55:36 2008 +0100
+++ b/Makefile.in	Thu Mar 27 09:52:39 2008 -0400
@@ -823,8 +823,8 @@ stamps/patch.stamp: stamps/extract.stamp
 
 clean-patch:
 	rm -f stamps/patch.stamp
+	all_patches_ok=yes; \
 	for p in $(ICEDTEA_PATCHES) ; \
-	all_patches_ok=yes; \
 	do \
 	  echo Checking $$p ; \
 	  if $(PATCH) -l -p0 -R --dry-run -s -t -f < $$p ; \
diff -r e92bc60d59b8 -r c48f3456ae9c generated/sun/awt/X11/generator/sizer.32
Binary file generated/sun/awt/X11/generator/sizer.32 has changed
diff -r e92bc60d59b8 -r c48f3456ae9c generated/sun/awt/X11/generator/sizer.32.c
--- a/generated/sun/awt/X11/generator/sizer.32.c	Thu Mar 27 13:55:36 2008 +0100
+++ b/generated/sun/awt/X11/generator/sizer.32.c	Thu Mar 27 09:52:39 2008 -0400
@@ -11,20 +11,22 @@
 #include "color.h"
 #include "colordata.h"
 
-/* the struct below was copied from MwmUtil.h to workaround a lesstif bug:
-   http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6586752 */
-
-typedef struct PROPMOTIFWMHINTS {
-/* 32-bit property items are stored as long on the client (whether
- * that means 32 bits or 64).  XChangeProperty handles the conversion
- * to the actual 32-bit quantities sent to the server.
- */
-    unsigned long   flags;
-    unsigned long   functions;
-    unsigned long   decorations;
-    long            inputMode;
-    unsigned long   status;
+typedef struct
+
+{
+
+    unsigned long flags;
+
+    unsigned long functions;
+
+    unsigned long decorations;
+
+    long inputMode;
+
+    unsigned long status;
+
 } PropMwmHints;
+
 
 
 int main(){



More information about the distro-pkg-dev mailing list