pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/spamprobe Fix build with gcc4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a8cfd963b8b
branches:  trunk
changeset: 517509:5a8cfd963b8b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 13 10:13:42 2006 +0000

description:
Fix build with gcc4.

diffstat:

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

diffs (27 lines):

diff -r 6008816d146c -r 5a8cfd963b8b mail/spamprobe/distinfo
--- a/mail/spamprobe/distinfo   Sun Aug 13 10:12:27 2006 +0000
+++ b/mail/spamprobe/distinfo   Sun Aug 13 10:13:42 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2006/08/04 20:12:31 ghen Exp $
+$NetBSD: distinfo,v 1.11 2006/08/13 10:13:42 wiz Exp $
 
 SHA1 (spamprobe-1.4b.tar.gz) = a20a6c4a3ab831dd39b392c755170140d91cc372
 RMD160 (spamprobe-1.4b.tar.gz) = e3d08b6ea4eb603f4341b9c683a2092db3ba3aa5
 Size (spamprobe-1.4b.tar.gz) = 255023 bytes
+SHA1 (patch-aa) = d3367dbd5cb309c6629d174574daf9e2899ce62a
diff -r 6008816d146c -r 5a8cfd963b8b mail/spamprobe/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/spamprobe/patches/patch-aa   Sun Aug 13 10:13:42 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2006/08/13 10:13:42 wiz Exp $
+
+--- src/spamprobe/Command_import.cc.orig       2006-01-04 14:32:17.000000000 +0000
++++ src/spamprobe/Command_import.cc
+@@ -28,6 +28,7 @@
+ //    http://www.cooldevtools.com/qpl.html
+ //
+ 
++#include <assert.h>
+ #include <fstream>
+ #include "LineReader.h"
+ #include "IstreamCharReader.h"



Home | Main Index | Thread Index | Old Index