diff options
author | danw <danw@pkgsrc.org> | 2004-05-23 23:28:29 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-23 23:28:29 +0000 |
commit | ed3fc3b620d7329f831f48e3389d67531646ef8b (patch) | |
tree | 0a42eca1c1ab7788ea2342975f551b1a6729f673 /misc/colortail | |
parent | 897dd28aa4c9ee145480eb5dd168b961a57340a0 (diff) | |
download | pkgsrc-ed3fc3b620d7329f831f48e3389d67531646ef8b.tar.gz |
malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
Diffstat (limited to 'misc/colortail')
-rw-r--r-- | misc/colortail/distinfo | 4 | ||||
-rw-r--r-- | misc/colortail/patches/patch-ad | 18 |
2 files changed, 12 insertions, 10 deletions
diff --git a/misc/colortail/distinfo b/misc/colortail/distinfo index 4e91f4bd8e9..d7e47b706f4 100644 --- a/misc/colortail/distinfo +++ b/misc/colortail/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.4 2004/01/11 21:22:41 jschauma Exp $ +$NetBSD: distinfo,v 1.5 2004/05/23 23:28:29 danw Exp $ SHA1 (colortail-0.3.0.tar.gz) = 5c55a9b0550868129d8ede133f6b34fa5356c5ce Size (colortail-0.3.0.tar.gz) = 54329 bytes SHA1 (patch-aa) = 4db6ef6d231c98914c572f320700f67ae09101a7 SHA1 (patch-ab) = 055d1a11e6a555b569d11fe2c870332ae93b13e6 SHA1 (patch-ac) = fed43fd42497b951dd237f86ef08337f76fef494 -SHA1 (patch-ad) = d5d7c7c7b13856d097eaf21113a1a15cef8640f8 +SHA1 (patch-ad) = ed3a9bdcd7f20a231823aad0010dd929103e9fb1 SHA1 (patch-ae) = 09aaf9aebad66b0b220387f0b230fb615f8bef08 SHA1 (patch-af) = 00fc20aa9508db7c3894a8cab0d5f75ed6a4a967 SHA1 (patch-ag) = 29222baff0953c1c78255092426926061ccd92c5 diff --git a/misc/colortail/patches/patch-ad b/misc/colortail/patches/patch-ad index 42935343fab..68332718003 100644 --- a/misc/colortail/patches/patch-ad +++ b/misc/colortail/patches/patch-ad @@ -1,15 +1,17 @@ -$NetBSD: patch-ad,v 1.1 2004/01/11 21:22:41 jschauma Exp $ +$NetBSD: patch-ad,v 1.2 2004/05/23 23:28:29 danw Exp $ ---- CfgFileParser.cc.orig 2004-01-11 16:15:05.000000000 -0500 -+++ CfgFileParser.cc 2004-01-11 16:15:08.000000000 -0500 -@@ -25,6 +25,10 @@ +--- CfgFileParser.cc.orig Tue Aug 3 15:40:44 1999 ++++ CfgFileParser.cc +@@ -23,7 +23,11 @@ + #include <fstream.h> + #include <assert.h> #include <string.h> - #include <malloc.h> - +-#include <malloc.h> ++#include <stdlib.h> ++ +#include <iostream> + +using namespace std; -+ - // ## class SearchData ## + // ## class SearchData ## |