diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-08 19:15:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-08 19:15:44 +0000 |
commit | 21701afeab56e54fc470566d6323b5db2dc8d170 (patch) | |
tree | e39a7ef0b585ea7b557eac8a94a4d75eea1b3abc /cad | |
parent | 4f50b01ce988863ddcd01157bf9916b272dd61d7 (diff) | |
download | pkgsrc-21701afeab56e54fc470566d6323b5db2dc8d170.tar.gz |
Don't use malloc.h.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/felt/distinfo | 12 | ||||
-rw-r--r-- | cad/felt/patches/patch-ae | 13 | ||||
-rw-r--r-- | cad/felt/patches/patch-af | 13 | ||||
-rw-r--r-- | cad/felt/patches/patch-ag | 13 | ||||
-rw-r--r-- | cad/felt/patches/patch-ah | 13 | ||||
-rw-r--r-- | cad/felt/patches/patch-ai | 13 | ||||
-rw-r--r-- | cad/felt/patches/patch-aj | 13 | ||||
-rw-r--r-- | cad/felt/patches/patch-ak | 13 | ||||
-rw-r--r-- | cad/felt/patches/patch-al | 13 | ||||
-rw-r--r-- | cad/felt/patches/patch-am | 13 | ||||
-rw-r--r-- | cad/felt/patches/patch-an | 13 |
11 files changed, 141 insertions, 1 deletions
diff --git a/cad/felt/distinfo b/cad/felt/distinfo index f5e07682ffa..3c1c7d739a3 100644 --- a/cad/felt/distinfo +++ b/cad/felt/distinfo @@ -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-aa) = fbf4c14dec40fc1e5aa5009625c6465bc8d763ab 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 --git a/cad/felt/patches/patch-ae b/cad/felt/patches/patch-ae new file mode 100644 index 00000000000..60cf4eb225b --- /dev/null +++ b/cad/felt/patches/patch-ae @@ -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 --git a/cad/felt/patches/patch-af b/cad/felt/patches/patch-af new file mode 100644 index 00000000000..2f3e8fdea6d --- /dev/null +++ b/cad/felt/patches/patch-af @@ -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 --git a/cad/felt/patches/patch-ag b/cad/felt/patches/patch-ag new file mode 100644 index 00000000000..d7cf83e2668 --- /dev/null +++ b/cad/felt/patches/patch-ag @@ -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 --git a/cad/felt/patches/patch-ah b/cad/felt/patches/patch-ah new file mode 100644 index 00000000000..155a5ffd3f2 --- /dev/null +++ b/cad/felt/patches/patch-ah @@ -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 --git a/cad/felt/patches/patch-ai b/cad/felt/patches/patch-ai new file mode 100644 index 00000000000..5f641496b51 --- /dev/null +++ b/cad/felt/patches/patch-ai @@ -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 --git a/cad/felt/patches/patch-aj b/cad/felt/patches/patch-aj new file mode 100644 index 00000000000..716686b7c38 --- /dev/null +++ b/cad/felt/patches/patch-aj @@ -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 --git a/cad/felt/patches/patch-ak b/cad/felt/patches/patch-ak new file mode 100644 index 00000000000..bf9649283e4 --- /dev/null +++ b/cad/felt/patches/patch-ak @@ -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 --git a/cad/felt/patches/patch-al b/cad/felt/patches/patch-al new file mode 100644 index 00000000000..3893ad04cba --- /dev/null +++ b/cad/felt/patches/patch-al @@ -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 --git a/cad/felt/patches/patch-am b/cad/felt/patches/patch-am new file mode 100644 index 00000000000..037f2a0e1da --- /dev/null +++ b/cad/felt/patches/patch-am @@ -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 --git a/cad/felt/patches/patch-an b/cad/felt/patches/patch-an new file mode 100644 index 00000000000..e992972e0a7 --- /dev/null +++ b/cad/felt/patches/patch-an @@ -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" |