pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mbone/rat Don't use malloc.h.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d885411b58bc
branches: trunk
changeset: 532108:d885411b58bc
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Aug 11 16:45:52 2007 +0000
description:
Don't use malloc.h.
diffstat:
mbone/rat/distinfo | 5 ++++-
mbone/rat/patches/patch-am | 15 +++++++++++++++
mbone/rat/patches/patch-an | 11 +++++++++++
mbone/rat/patches/patch-ao | 14 ++++++++++++++
4 files changed, 44 insertions(+), 1 deletions(-)
diffs (68 lines):
diff -r 9e470c20e3c6 -r d885411b58bc mbone/rat/distinfo
--- a/mbone/rat/distinfo Sat Aug 11 16:45:44 2007 +0000
+++ b/mbone/rat/distinfo Sat Aug 11 16:45:52 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2007/01/08 17:33:42 joerg Exp $
+$NetBSD: distinfo,v 1.8 2007/08/11 16:45:52 joerg Exp $
SHA1 (rat-3.0.28.tar.gz) = 37ddf3a98fa9182016b1d132e767aec9838a2a9c
RMD160 (rat-3.0.28.tar.gz) = 38e7061cecb866fe1ae8c4806bb6cc8246be7118
@@ -15,3 +15,6 @@
SHA1 (patch-aj) = 9e972414ced6aeb8ba434204dde7df22d9535379
SHA1 (patch-ak) = 022e57bbf176f28eb7f3f4eb34cfe27c81d01771
SHA1 (patch-al) = 6358b40664ab89daa938b34e73285f65625b9038
+SHA1 (patch-am) = 2cd50a5ee902aa798a0a19c0d210bfd6f7c9e077
+SHA1 (patch-an) = ef9045058984acf85188564bc03ab067543c4c96
+SHA1 (patch-ao) = f122d0e3377c4656eee77e8c3ca07b1131ad666d
diff -r 9e470c20e3c6 -r d885411b58bc mbone/rat/patches/patch-am
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbone/rat/patches/patch-am Sat Aug 11 16:45:52 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-am,v 1.1 2007/08/11 16:45:52 joerg Exp $
+
+--- src/gsm_create.c.orig 2007-08-11 16:19:02.000000000 +0000
++++ src/gsm_create.c
+@@ -11,10 +11,6 @@
+ #include "assert.h"
+ #include "gsm.h"
+
+-#ifndef FreeBSD
+-#include <malloc.h>
+-#endif
+-
+ struct gsm_state *gsm_create(void)
+ {
+ struct gsm_state *r;
diff -r 9e470c20e3c6 -r d885411b58bc mbone/rat/patches/patch-an
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbone/rat/patches/patch-an Sat Aug 11 16:45:52 2007 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-an,v 1.1 2007/08/11 16:45:52 joerg Exp $
+
+--- src/gsm_destroy.c.orig 2007-08-11 16:19:04.000000000 +0000
++++ src/gsm_destroy.c
+@@ -8,6 +8,2 @@
+
+-#ifndef FreeBSD
+-#include <malloc.h>
+-#endif
+-
+ #include <stdlib.h>
diff -r 9e470c20e3c6 -r d885411b58bc mbone/rat/patches/patch-ao
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbone/rat/patches/patch-ao Sat Aug 11 16:45:52 2007 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ao,v 1.1 2007/08/11 16:45:53 joerg Exp $
+
+--- src/qfDES.c.orig 2007-08-11 16:19:07.000000000 +0000
++++ src/qfDES.c
+@@ -20,9 +20,6 @@ Added 2 August 1996, Saleem
+ #include <string.h>
+ #include <stdio.h>
+ #include <memory.h>
+-#ifndef FreeBSD
+-#include <malloc.h>
+-#endif
+ #include <ctype.h>
+ #include <errno.h>
+ #include "qfDES.h"
Home |
Main Index |
Thread Index |
Old Index