[kaffe] CVS kaffe (dalibor): Removed no longer necessary libtool patches

Kaffe CVS cvs-commits at kaffe.org
Tue Jan 27 03:16:02 PST 2004


PatchSet 4375 
Date: 2004/01/27 11:12:42
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Removed no longer necessary libtool patches

Members: 
	ChangeLog:1.1960->1.1961 
	developers/patch-libtool-amiga-max-command-line-length.diff:1.2->1.3(DEAD) 
	developers/patch-libtool-amiga.diff:1.2->1.3(DEAD) 
	developers/patch-libtool-ltdl-memory-header-warning.diff:1.1->1.2(DEAD) 
	developers/patch-libtool-openbsd.diff:1.2->1.3(DEAD) 
	developers/patch-libtool-realloc.diff:1.2->1.3(DEAD) 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1960 kaffe/ChangeLog:1.1961
--- kaffe/ChangeLog:1.1960	Tue Jan 27 11:08:35 2004
+++ kaffe/ChangeLog	Tue Jan 27 11:12:42 2004
@@ -1,5 +1,14 @@
 2004-01-27  Dalibor Topic <robilad at kaffe.org>
 
+	* developers/patch-libtool-amiga-max-command-line-length.diff,
+	developers/patch-libtool-amiga.diff,
+	developers/patch-libtool-ltdl-memory-header-warning.diff,
+	developers/patch-libtool-openbsd.diff,
+	developers/patch-libtool-realloc.diff:
+	Removed. No longer necessary for libtool 1.5.2.
+
+2004-01-27  Dalibor Topic <robilad at kaffe.org>
+
         * FAQ/FAQ.automake:
 	Updated to mention gettext 0.13.1 and 
 	libtool 1.5.2
===================================================================
Checking out kaffe/developers/patch-libtool-amiga-max-command-line-length.diff
RCS:  /home/cvs/kaffe/kaffe/developers/Attic/patch-libtool-amiga-max-command-line-length.diff,v
VERS: 1.2
***************
--- kaffe/developers/patch-libtool-amiga-max-command-line-length.diff	Tue Jan 27 11:15:25 2004
+++ /dev/null	Sun Aug  4 19:57:58 2002
@@ -1,26 +0,0 @@
-More info on this patch:
-
-	http://www.kaffe.org/pipermail/kaffe/2003-June/042605.html
-
-This patch has been merged in upstream in libtool.
-
-Index: libltdl/acinclude.m4
-===================================================================
-RCS file: /cvs/kaffe/kaffe/libltdl/acinclude.m4,v
-retrieving revision 1.23
-diff -u -r1.23 acinclude.m4
---- libltdl/acinclude.m4	30 May 2003 17:14:23 -0000	1.23
-+++ libltdl/acinclude.m4	10 Jun 2003 16:10:04 -0000
-@@ -669,6 +669,12 @@
-     lt_cv_sys_max_cmd_len=8192;
-     ;;
- 
-+  amigaos*)
-+    # On AmigaOS with pdksh, this test takes hours, literally.
-+    # So we just punt it and use a minimum line length of 8192.
-+    lt_cv_sys_max_cmd_len=8192;
-+    ;;
-+
-  *)
-     # If test is not a shell built-in, we'll probably end up computing a
-     # maximum length that is only half of the actual maximum length, but
===================================================================
Checking out kaffe/developers/patch-libtool-amiga.diff
RCS:  /home/cvs/kaffe/kaffe/developers/Attic/patch-libtool-amiga.diff,v
VERS: 1.2
***************
--- kaffe/developers/patch-libtool-amiga.diff	Tue Jan 27 11:15:26 2004
+++ /dev/null	Sun Aug  4 19:57:58 2002
@@ -1,18 +0,0 @@
-More info on this patch:
-
-  http://www.kaffe.org/pipermail/kaffe/2003-May/042387.html
-
-This patch has been merged upstream in libtool.
-
-
---- libltdl/acinclude.m4.jim	2003-06-06 17:00:01.000000000 -0700
-+++ libltdl/acinclude.m4	2003-06-06 17:01:38.000000000 -0700
-@@ -1170,7 +1170,7 @@
- amigaos*)
-   library_names_spec='$libname.ixlibrary $libname.a'
-   # Create ${libname}_ixlibrary.a entries in /sys/libs.
--  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
-+  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-   ;;
- 
- beos*)
===================================================================
Checking out kaffe/developers/patch-libtool-ltdl-memory-header-warning.diff
RCS:  /home/cvs/kaffe/kaffe/developers/Attic/patch-libtool-ltdl-memory-header-warning.diff,v
VERS: 1.1
***************
--- kaffe/developers/patch-libtool-ltdl-memory-header-warning.diff	Tue Jan 27 11:15:26 2004
+++ /dev/null	Sun Aug  4 19:57:58 2002
@@ -1,37 +0,0 @@
-More info on this patch:
-
-  http://mail.gnu.org/archive/html/libtool/2003-09/msg00060.html
-  http://mail.gnu.org/archive/html/libtool/2003-09/msg00065.html
-
-This patch has been sent for merge upstream in libtool.
-
-
-Index: libltdl/ltdl.c
-===================================================================
-RCS file: /cvs/kaffe/kaffe/libltdl/ltdl.c,v
-retrieving revision 1.35
-diff -u -r1.35 ltdl.c
---- libltdl/ltdl.c	4 Jun 2003 16:03:50 -0000	1.35
-+++ libltdl/ltdl.c	22 Sep 2003 13:33:23 -0000
-@@ -39,6 +39,10 @@
- 
- #if HAVE_STDLIB_H
- #  include <stdlib.h>
-+#else
-+#  if HAVE_MALLOC_H
-+#    include <malloc.h>
-+#  endif
- #endif
- 
- #if HAVE_STRING_H
-@@ -51,10 +55,6 @@
- 
- #if HAVE_CTYPE_H
- #  include <ctype.h>
--#endif
--
--#if HAVE_MALLOC_H
--#  include <malloc.h>
- #endif
- 
- #if HAVE_MEMORY_H
===================================================================
Checking out kaffe/developers/patch-libtool-openbsd.diff
RCS:  /home/cvs/kaffe/kaffe/developers/Attic/patch-libtool-openbsd.diff,v
VERS: 1.2
***************
--- kaffe/developers/patch-libtool-openbsd.diff	Tue Jan 27 11:15:26 2004
+++ /dev/null	Sun Aug  4 19:57:58 2002
@@ -1,19 +0,0 @@
-More info on this patch:
-
-  http://www.kaffe.org/pipermail/kaffe/2003-May/042012.html
-  http://www.kaffe.org/pipermail/kaffe/2003-May/042387.html
-
-This patch has been merged upstream in libtool.
-
-
---- libltdl/acinclude.m4.jim	2003-06-06 17:00:01.000000000 -0700
-+++ libltdl/acinclude.m4	2003-06-06 17:02:46.000000000 -0700
-@@ -1474,7 +1474,7 @@
- openbsd*)
-   version_type=sunos
-   need_lib_prefix=no
--  need_version=no
-+  need_version=yes
-   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
-   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-   shlibpath_var=LD_LIBRARY_PATH
===================================================================
Checking out kaffe/developers/patch-libtool-realloc.diff
RCS:  /home/cvs/kaffe/kaffe/developers/Attic/patch-libtool-realloc.diff,v
VERS: 1.2
***************
--- kaffe/developers/patch-libtool-realloc.diff	Tue Jan 27 11:15:26 2004
+++ /dev/null	Sun Aug  4 19:57:58 2002
@@ -1,21 +0,0 @@
-
-More info on this patch:
-
-  http://www.kaffe.org/pipermail/kaffe/2003-June/042426.html
-
-This patch has been merged upstream in libtool.
-
- 
---- libltdl/ltdl.c.jim	2003-06-06 16:55:53.000000000 -0700
-+++ libltdl/ltdl.c	2003-06-06 16:56:37.000000000 -0700
-@@ -237,7 +237,10 @@
- #else
- 
- #define LT_DLMALLOC(tp, n)	((tp *) lt_dlmalloc ((n) * sizeof(tp)))
-+/*
- #define LT_DLREALLOC(tp, p, n)	((tp *) rpl_realloc ((p), (n) * sizeof(tp)))
-+*/
-+#define LT_DLREALLOC(tp, p, n)	((tp *) lt_dlrealloc ((p), (n) * sizeof(tp)))
- #define LT_DLFREE(p)						\
- 	LT_STMT_START { if (p) (p) = (lt_dlfree (p), (lt_ptr) 0); } LT_STMT_END
- 




More information about the kaffe mailing list