pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/uno Don't use malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/648b933e58b5
branches:  trunk
changeset: 531740:648b933e58b5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Aug 05 18:42:28 2007 +0000

description:
Don't use malloc.h.

diffstat:

 devel/uno/distinfo         |   3 ++-
 devel/uno/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 759b06c75464 -r 648b933e58b5 devel/uno/distinfo
--- a/devel/uno/distinfo        Sun Aug 05 18:42:06 2007 +0000
+++ b/devel/uno/distinfo        Sun Aug 05 18:42:28 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/12/15 22:19:19 joerg Exp $
+$NetBSD: distinfo,v 1.3 2007/08/05 18:42:28 joerg Exp $
 
 SHA1 (uno_v28.tar.gz) = a15812a7d7ba72d6d3df283e28265c4ca2761c8f
 RMD160 (uno_v28.tar.gz) = ea12259c130ab61e7147a4f51c73d1c1ad056c55
 Size (uno_v28.tar.gz) = 236562 bytes
 SHA1 (patch-aa) = 111afbf8fbfdbb1d86737ebead7dbbf2d18d7af3
+SHA1 (patch-ab) = 09fa3ba8ece7cae500a0f60347ed63529e0bf5bb
diff -r 759b06c75464 -r 648b933e58b5 devel/uno/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/uno/patches/patch-ab        Sun Aug 05 18:42:28 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2007/08/05 18:42:28 joerg Exp $
+
+--- uno_fcts.c.orig    2007-08-05 18:19:06.000000000 +0000
++++ uno_fcts.c
+@@ -11,7 +11,6 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <malloc.h>
+ #include <ctype.h>
+ #include "dtags.h"
+ #include "uno_fcts.h"



Home | Main Index | Thread Index | Old Index