pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/baci Do not include malloc.h, which is not a stan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78b3bfecad3d
branches:  trunk
changeset: 496285:78b3bfecad3d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jun 24 22:44:58 2005 +0000

description:
Do not include malloc.h, which is not a standard header file.  This makes
the package build on Darwin.

diffstat:

 lang/baci/distinfo         |   5 ++++-
 lang/baci/patches/patch-ak |  12 ++++++++++++
 lang/baci/patches/patch-al |  12 ++++++++++++
 lang/baci/patches/patch-am |  12 ++++++++++++
 4 files changed, 40 insertions(+), 1 deletions(-)

diffs (64 lines):

diff -r 1917ac7d7c20 -r 78b3bfecad3d lang/baci/distinfo
--- a/lang/baci/distinfo        Fri Jun 24 22:39:27 2005 +0000
+++ b/lang/baci/distinfo        Fri Jun 24 22:44:58 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 09:03:05 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/06/24 22:44:58 minskim Exp $
 
 SHA1 (bacisrc.tar.gz) = 3b655bcbd2823047f3f92e6f2d3d12bc7eaa772d
 RMD160 (bacisrc.tar.gz) = c484e3c05734cac1dd394d9b09b256e2a2626897
@@ -16,3 +16,6 @@
 SHA1 (patch-ah) = 500a536f362eba6fdd152e5be598d66528b3396d
 SHA1 (patch-ai) = a94b97a695bfcf233835cec67791c99732c7cdf6
 SHA1 (patch-aj) = 0c9824049ac9555b76889fcd09e644e91ebae78d
+SHA1 (patch-ak) = 099f329662611a94e2bc2cce3f30753d3e053680
+SHA1 (patch-al) = 06509333c305b150e1d1215454ff153f95cb6e2c
+SHA1 (patch-am) = 79eb900505f6130033c820a5ed46f386ab14bf54
diff -r 1917ac7d7c20 -r 78b3bfecad3d lang/baci/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/baci/patches/patch-ak        Fri Jun 24 22:44:58 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ak,v 1.1 2005/06/24 22:44:58 minskim Exp $
+
+--- lib/incfiles.c.orig        1999-09-15 21:38:06.000000000 -0500
++++ lib/incfiles.c
+@@ -5,7 +5,6 @@
+  */
+ 
+ #include <stdio.h>
+-#include <malloc.h>
+ #include <stdlib.h>
+ 
+ #include "../include/bacicnty.h"
diff -r 1917ac7d7c20 -r 78b3bfecad3d lang/baci/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/baci/patches/patch-al        Fri Jun 24 22:44:58 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-al,v 1.1 2005/06/24 22:44:58 minskim Exp $
+
+--- lib/genutil.c.orig 1999-09-15 21:38:06.000000000 -0500
++++ lib/genutil.c
+@@ -1,7 +1,6 @@
+    /* general utility programs for the BenAri Concurrent PCODE sytem */
+ 
+ #include <stdio.h>
+-#include <malloc.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <stdarg.h>
diff -r 1917ac7d7c20 -r 78b3bfecad3d lang/baci/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/baci/patches/patch-am        Fri Jun 24 22:44:58 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-am,v 1.1 2005/06/24 22:44:58 minskim Exp $
+
+--- lib/readtab.c.orig 1999-09-15 21:38:06.000000000 -0500
++++ lib/readtab.c
+@@ -2,7 +2,6 @@
+ 
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
+ #include <stdlib.h>
+ 
+ #include "../include/globdata.h"



Home | Main Index | Thread Index | Old Index