pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/diffstat Make this build on FreeBSD (stop fus...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ffd77ce595f
branches:  trunk
changeset: 483308:1ffd77ce595f
user:      epg <epg%pkgsrc.org@localhost>
date:      Wed Nov 10 16:18:29 2004 +0000

description:
Make this build on FreeBSD (stop fussing about with malloc.h).

diffstat:

 textproc/diffstat/distinfo         |   3 ++-
 textproc/diffstat/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 0a1f941a1e3b -r 1ffd77ce595f textproc/diffstat/distinfo
--- a/textproc/diffstat/distinfo        Wed Nov 10 15:51:23 2004 +0000
+++ b/textproc/diffstat/distinfo        Wed Nov 10 16:18:29 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/12/14 11:14:21 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2004/11/10 16:18:29 epg Exp $
 
 SHA1 (diffstat-1.34.tgz) = 5a14769e35381fc3a6e784eddd4f7cb4621b46ec
 Size (diffstat-1.34.tgz) = 58633 bytes
+SHA1 (patch-aa) = 9d2cfa172259f31ecf8e7652ae7c38e8f1e05c41
diff -r 0a1f941a1e3b -r 1ffd77ce595f textproc/diffstat/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/diffstat/patches/patch-aa        Wed Nov 10 16:18:29 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/11/10 16:18:29 epg Exp $
+
+--- diffstat.c.orig    2003-11-09 13:45:00.000000000 -0500
++++ diffstat.c
+@@ -117,8 +117,6 @@ extern int isatty();
+ 
+ #ifdef HAVE_MALLOC_H
+ #include <malloc.h>
+-#else
+-extern char *malloc();
+ #endif
+ 
+ #ifdef HAVE_GETOPT_H



Home | Main Index | Thread Index | Old Index