pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/isearch Fixed build with g++4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50438ffe3186
branches:  trunk
changeset: 536038:50438ffe3186
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Dec 01 16:42:26 2007 +0000

description:
Fixed build with g++4.

diffstat:

 textproc/isearch/distinfo         |   4 +++-
 textproc/isearch/patches/patch-ad |  12 ++++++++++++
 textproc/isearch/patches/patch-ae |  13 +++++++++++++
 3 files changed, 28 insertions(+), 1 deletions(-)

diffs (48 lines):

diff -r 7dd0afa55440 -r 50438ffe3186 textproc/isearch/distinfo
--- a/textproc/isearch/distinfo Sat Dec 01 16:38:36 2007 +0000
+++ b/textproc/isearch/distinfo Sat Dec 01 16:42:26 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 14:48:42 agc Exp $
+$NetBSD: distinfo,v 1.6 2007/12/01 16:42:26 rillig Exp $
 
 SHA1 (Isearch-1.47.01.tar.gz) = 86761d6055fdd7b954b7ac9d9fd3d0084d758e3f
 RMD160 (Isearch-1.47.01.tar.gz) = 2e7f4c21d8a2d3cb194823a881ee7315f88de66c
@@ -6,3 +6,5 @@
 SHA1 (patch-aa) = 5c8291a92f84cc47131e45586879cf986e6a5c4d
 SHA1 (patch-ab) = 1bdf80b2a355ac17ff090c7ae25d231bea5ab017
 SHA1 (patch-ac) = 232ef20b661a9e5fd32814da256a59c7146b7b69
+SHA1 (patch-ad) = 7f53e7dfb6c5e37d2c4f6cb12e087c678d07df25
+SHA1 (patch-ae) = 26baf8bfba2bfce36db6be8b3a36829f54d17381
diff -r 7dd0afa55440 -r 50438ffe3186 textproc/isearch/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/isearch/patches/patch-ad Sat Dec 01 16:42:26 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2007/12/01 16:42:27 rillig Exp $
+
+--- src/mergeunit.hxx.orig     1998-05-12 16:49:13.000000000 +0000
++++ src/mergeunit.hxx  2007-12-01 16:40:09.000000000 +0000
+@@ -49,6 +49,7 @@ Author:              Jim Fullton, MCNC/CNIDR
+ 
+ #include "defs.hxx"
+ #include "idbobj.hxx"
++#include "filemap.hxx"
+ 
+ #define LIM 10000
+ 
diff -r 7dd0afa55440 -r 50438ffe3186 textproc/isearch/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/isearch/patches/patch-ae Sat Dec 01 16:42:26 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2007/12/01 16:42:27 rillig Exp $
+
+--- src/opstack.hxx.orig       1996-12-21 00:41:10.000000000 +0000
++++ src/opstack.hxx    2007-12-01 16:38:59.000000000 +0000
+@@ -57,7 +57,7 @@ public:
+       OPSTACK& operator<<(OPOBJ* Op);
+       POPOBJ operator>>(POPOBJ& OpPtr);
+       PIRSET operator>>(PIRSET& OpPtr);
+-      void OPSTACK::Reverse();
++      void Reverse();
+       ~OPSTACK();
+ private:
+       void Push(OPOBJ& Op);



Home | Main Index | Thread Index | Old Index