pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/dia2code Make this package build on Darwin by no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f845725e9af
branches:  trunk
changeset: 527281:4f845725e9af
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Apr 03 20:23:10 2007 +0000

description:
Make this package build on Darwin by not including malloc.h.

diffstat:

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

diffs (27 lines):

diff -r d069d2c36646 -r 4f845725e9af devel/dia2code/distinfo
--- a/devel/dia2code/distinfo   Tue Apr 03 16:57:06 2007 +0000
+++ b/devel/dia2code/distinfo   Tue Apr 03 20:23:10 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/03/19 12:47:47 rillig Exp $
+$NetBSD: distinfo,v 1.2 2007/04/03 20:23:10 minskim Exp $
 
 SHA1 (dia2code-0.8.1.tar.gz) = 5d72a23e82208e789ef1ecceee80edfb8813025b
 RMD160 (dia2code-0.8.1.tar.gz) = 522e48761a4779fd9af9752fd46d8b3ed4717615
 Size (dia2code-0.8.1.tar.gz) = 71453 bytes
+SHA1 (patch-aa) = 998b0c25a26209f3e8c06d3e181715b9165b88ef
diff -r d069d2c36646 -r 4f845725e9af devel/dia2code/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/dia2code/patches/patch-aa   Tue Apr 03 20:23:10 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2007/04/03 20:23:10 minskim Exp $
+
+--- dia2code/dia2code.h.orig   2002-01-01 09:11:40.000000000 -0800
++++ dia2code/dia2code.h
+@@ -20,7 +20,6 @@
+ 
+ #include <string.h>
+ #include <ctype.h>
+-#include <malloc.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ 



Home | Main Index | Thread Index | Old Index