pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/felt Don't use malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34cd5fc3956f
branches:  trunk
changeset: 531923:34cd5fc3956f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 08 19:15:44 2007 +0000

description:
Don't use malloc.h.

diffstat:

 cad/felt/distinfo         |  12 +++++++++++-
 cad/felt/patches/patch-ae |  13 +++++++++++++
 cad/felt/patches/patch-af |  13 +++++++++++++
 cad/felt/patches/patch-ag |  13 +++++++++++++
 cad/felt/patches/patch-ah |  13 +++++++++++++
 cad/felt/patches/patch-ai |  13 +++++++++++++
 cad/felt/patches/patch-aj |  13 +++++++++++++
 cad/felt/patches/patch-ak |  13 +++++++++++++
 cad/felt/patches/patch-al |  13 +++++++++++++
 cad/felt/patches/patch-am |  13 +++++++++++++
 cad/felt/patches/patch-an |  13 +++++++++++++
 11 files changed, 141 insertions(+), 1 deletions(-)

diffs (193 lines):

diff -r f0f9bf0418eb -r 34cd5fc3956f cad/felt/distinfo
--- a/cad/felt/distinfo Wed Aug 08 18:48:32 2007 +0000
+++ b/cad/felt/distinfo Wed Aug 08 19:15:44 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2005/04/30 17:26:43 minskim Exp $
+$NetBSD: distinfo,v 1.12 2007/08/08 19:15:44 joerg Exp $
 
 SHA1 (felt-3.05.src.tar.gz) = da3e1ced626cc1c65a570d3e6e242252c039c28b
 RMD160 (felt-3.05.src.tar.gz) = 0d2a363a6ef09f3b3a0e2be186c4c051ac1ea19a
@@ -10,3 +10,13 @@
 SHA1 (patch-ab) = 60feea9b0b0af2b71b2a8780227eccbd223b12c5
 SHA1 (patch-ac) = 4bbdbf6c4fd597cbdaa355c5da9d6a46d649b66e
 SHA1 (patch-ad) = b39e8556168d434dc156915e5f33b1eaf5745144
+SHA1 (patch-ae) = 96d50e03a7996ed5a57e4d17846608029552a7ea
+SHA1 (patch-af) = 3be12b2c927219420424bdd8fd67cc12739aba99
+SHA1 (patch-ag) = 4c6f78e5869aab7a1d20c4086fc3cd0dc8edbe2d
+SHA1 (patch-ah) = 97b61774130ed3a0fb4c053776ed1cbd7dc42c38
+SHA1 (patch-ai) = b6c2d940d4ca9fc18439bdda0aa0a436a20787a9
+SHA1 (patch-aj) = 81a1abf01df1818a3779153fb68dcb50ded195f9
+SHA1 (patch-ak) = 58591211dd9a04983613be83b1e479ef9ea833a7
+SHA1 (patch-al) = 1918af0d648ae4f00a720f5402524980588467c8
+SHA1 (patch-am) = cee82a628575135bf8cc45c4737ab679b5cffe72
+SHA1 (patch-an) = 00a2196b96bfe0823ba58bb444576131df398682
diff -r f0f9bf0418eb -r 34cd5fc3956f cad/felt/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/felt/patches/patch-ae Wed Aug 08 19:15:44 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2007/08/08 19:15:45 joerg Exp $
+
+--- lib/Matrix/data.c.orig     2007-08-08 18:34:32.000000000 +0000
++++ lib/Matrix/data.c
+@@ -25,7 +25,7 @@
+  ************************************************************************/
+ 
+ # include <stdio.h>
+-# include <malloc.h>
++# include <stdlib.h>
+ # include "matrix.h"
+ # include "error.h"
+ 
diff -r f0f9bf0418eb -r 34cd5fc3956f cad/felt/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/felt/patches/patch-af Wed Aug 08 19:15:44 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2007/08/08 19:15:45 joerg Exp $
+
+--- lib/Matrix/factor.c.orig   2007-08-08 18:36:55.000000000 +0000
++++ lib/Matrix/factor.c
+@@ -26,7 +26,7 @@
+ 
+ # include <stdio.h>
+ # include <math.h>
+-# include <malloc.h>
++# include <stdlib.h>
+ # include "matrix.h"
+ # include "error.h"
+ 
diff -r f0f9bf0418eb -r 34cd5fc3956f cad/felt/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/felt/patches/patch-ag Wed Aug 08 19:15:44 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2007/08/08 19:15:45 joerg Exp $
+
+--- lib/Matrix/c_factor.c.orig 2007-08-08 18:40:32.000000000 +0000
++++ lib/Matrix/c_factor.c
+@@ -26,7 +26,7 @@
+ 
+ # include <stdio.h>
+ # include <math.h>
+-# include <malloc.h>
++# include <stdlib.h>
+ # include "matrix.h"
+ # include "cmatrix.h"
+ # include "error.h"
diff -r f0f9bf0418eb -r 34cd5fc3956f cad/felt/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/felt/patches/patch-ah Wed Aug 08 19:15:44 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2007/08/08 19:15:45 joerg Exp $
+
+--- lib/Matrix/c_data.c.orig   2007-08-08 18:37:42.000000000 +0000
++++ lib/Matrix/c_data.c
+@@ -25,7 +25,7 @@
+  ************************************************************************/
+ 
+ # include <stdio.h>
+-# include <malloc.h>
++# include <stdlib.h>
+ # include "matrix.h"
+ # include "cmatrix.h"
+ # include "error.h"
diff -r f0f9bf0418eb -r 34cd5fc3956f cad/felt/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/felt/patches/patch-ai Wed Aug 08 19:15:44 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2007/08/08 19:15:45 joerg Exp $
+
+--- lib/Matrix/eigen.c.orig    2007-08-08 18:41:56.000000000 +0000
++++ lib/Matrix/eigen.c
+@@ -26,7 +26,7 @@
+ 
+ # include <stdio.h>
+ # include <math.h>
+-# include <malloc.h>
++# include <stdlib.h>
+ # include "matrix.h"
+ # include "error.h"
+ 
diff -r f0f9bf0418eb -r 34cd5fc3956f cad/felt/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/felt/patches/patch-aj Wed Aug 08 19:15:44 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2007/08/08 19:15:45 joerg Exp $
+
+--- lib/Widgets/xwd.c.orig     2007-08-08 18:42:55.000000000 +0000
++++ lib/Widgets/xwd.c
+@@ -24,7 +24,7 @@
+ # include <X11/XWDFile.h>
+ # include <X11/Intrinsic.h>
+ # include <X11/Xaw/AsciiText.h>
+-# include "malloc.h"
++# include <stdlib.h>
+ # include "error.h"
+ 
+ int Image_Size ( );
diff -r f0f9bf0418eb -r 34cd5fc3956f cad/felt/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/felt/patches/patch-ak Wed Aug 08 19:15:44 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2007/08/08 19:15:45 joerg Exp $
+
+--- src/Burlap/allocate.h.orig 2007-08-08 18:55:52.000000000 +0000
++++ src/Burlap/allocate.h
+@@ -28,7 +28,7 @@
+ 
+ # ifndef _ALLOCATE_H
+ # define _ALLOCATE_H
+-# include <malloc.h>
++# include <stdlib.h>
+ # include <string.h>
+ 
+ # define New(type) \
diff -r f0f9bf0418eb -r 34cd5fc3956f cad/felt/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/felt/patches/patch-al Wed Aug 08 19:15:44 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2007/08/08 19:15:46 joerg Exp $
+
+--- src/Burlap/interactive.c.orig      2007-08-08 18:49:34.000000000 +0000
++++ src/Burlap/interactive.c
+@@ -26,7 +26,7 @@
+ 
+ # include <stdio.h>
+ # include <ctype.h>
+-# include <malloc.h>
++# include <stdlib.h>
+ # include <string.h>
+ # include "error.h"
+ # include "lexer.h"
diff -r f0f9bf0418eb -r 34cd5fc3956f cad/felt/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/felt/patches/patch-am Wed Aug 08 19:15:44 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2007/08/08 19:15:46 joerg Exp $
+
+--- src/Patchwork/util.c.orig  2007-08-08 18:51:20.000000000 +0000
++++ src/Patchwork/util.c
+@@ -28,7 +28,7 @@
+ # include <math.h>
+ # include <stdio.h>
+ # include <string.h>
+-# include <malloc.h>
++# include <stdlib.h>
+ # include "fe.h"
+ # include "problem.h"
+ # include "objects.h"
diff -r f0f9bf0418eb -r 34cd5fc3956f cad/felt/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/felt/patches/patch-an Wed Aug 08 19:15:44 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-an,v 1.1 2007/08/08 19:15:46 joerg Exp $
+
+--- src/Velvet/error.c.orig    2007-08-08 18:52:21.000000000 +0000
++++ src/Velvet/error.c
+@@ -25,7 +25,7 @@
+ 
+ # include <stdio.h>
+ # include <unistd.h>
+-# include <malloc.h>
++# include <stdlib.h>
+ # include <X11/Intrinsic.h>
+ # include "OutputDialog.h"
+ # include "fe.h"



Home | Main Index | Thread Index | Old Index