pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/yabasic There are platforms that do not have mall...
details: https://anonhg.NetBSD.org/pkgsrc/rev/09978b54e881
branches: trunk
changeset: 491629:09978b54e881
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Mar 26 21:54:09 2005 +0000
description:
There are platforms that do not have malloc.h. Use stdlib.h instead.
diffstat:
lang/yabasic/distinfo | 3 ++-
lang/yabasic/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 4c503ab05f88 -r 09978b54e881 lang/yabasic/distinfo
--- a/lang/yabasic/distinfo Sat Mar 26 20:54:12 2005 +0000
+++ b/lang/yabasic/distinfo Sat Mar 26 21:54:09 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 09:03:12 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/03/26 21:54:09 kristerw Exp $
SHA1 (yabasic-2.722.tar.gz) = e664468d2f0d83afe355310c5d8d836d4f36a454
RMD160 (yabasic-2.722.tar.gz) = 46376db470428cc05a80eda6e692110e764a10dc
Size (yabasic-2.722.tar.gz) = 284955 bytes
+SHA1 (patch-aa) = e5420c68928c0e1739f601fcd85ad8ef03d2c24b
diff -r 4c503ab05f88 -r 09978b54e881 lang/yabasic/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/yabasic/patches/patch-aa Sat Mar 26 21:54:09 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/03/26 21:54:09 kristerw Exp $
+
+--- bison.c.orig Sat Mar 26 22:42:29 2005
++++ bison.c Sat Mar 26 22:43:21 2005
+@@ -179,7 +179,7 @@
+ #include "yabasic.h" /* definitions of yabasic */
+ #endif
+
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #if HAVE_ALLOCA_H
+ #include <alloca.h>
Home |
Main Index |
Thread Index |
Old Index