pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tavrasm s/malloc.h/stdlib.h for darwin/freebsd



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11cb45e73ea4
branches:  trunk
changeset: 474888:11cb45e73ea4
user:      danw <danw%pkgsrc.org@localhost>
date:      Fri May 07 02:01:19 2004 +0000

description:
s/malloc.h/stdlib.h for darwin/freebsd

diffstat:

 devel/tavrasm/distinfo         |   3 ++-
 devel/tavrasm/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r fb7d4c63454f -r 11cb45e73ea4 devel/tavrasm/distinfo
--- a/devel/tavrasm/distinfo    Fri May 07 01:59:02 2004 +0000
+++ b/devel/tavrasm/distinfo    Fri May 07 02:01:19 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2004/03/03 13:07:42 dillo Exp $
+$NetBSD: distinfo,v 1.6 2004/05/07 02:01:19 danw Exp $
 
 SHA1 (tavrasm-1.20/tavrasm.tar.gz) = 9aaa1725f4468a47a29484b64c227596f5dccf1f
 Size (tavrasm-1.20/tavrasm.tar.gz) = 62047 bytes
 SHA1 (patch-aa) = 22024df9375acc24663db6cc625893140e3bf6ac
+SHA1 (patch-ab) = b6c78ef76b03b27317f4bea888b20e5b47479eaa
diff -r fb7d4c63454f -r 11cb45e73ea4 devel/tavrasm/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tavrasm/patches/patch-ab    Fri May 07 02:01:19 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/05/07 02:01:19 danw Exp $
+
+--- avrparse.y.orig    Sat Mar 13 01:03:21 2004
++++ avrparse.y Sat Mar 13 01:03:32 2004
+@@ -46,7 +46,7 @@
+ 
+ #include <string.h>
+ #include <stdio.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "avrasm.hh"
+ #include "symbol.hh"
+ #include "semantic.hh"



Home | Main Index | Thread Index | Old Index