pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/opensp Re: PR 25853 textproc/opensp does not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b48919b8b18
branches:  trunk
changeset: 476369:4b48919b8b18
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Mon Jun 07 19:25:58 2004 +0000

description:
Re: PR 25853 textproc/opensp does not compile with gcc 3.4.0
A missing type declaration causes compilation failure. The patch
fixes the problem by including the local header file "constant.h"
This closes the referenced PR.

diffstat:

 textproc/opensp/distinfo         |   3 ++-
 textproc/opensp/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 7adc47342e69 -r 4b48919b8b18 textproc/opensp/distinfo
--- a/textproc/opensp/distinfo  Mon Jun 07 18:36:13 2004 +0000
+++ b/textproc/opensp/distinfo  Mon Jun 07 19:25:58 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2004/05/19 05:42:38 minskim Exp $
+$NetBSD: distinfo,v 1.6 2004/06/07 19:25:58 shannonjr Exp $
 
 SHA1 (OpenSP-1.5.1.tar.gz) = 93bd4f99972c9a50e07c68e3161ed3c25f9a3b22
 Size (OpenSP-1.5.1.tar.gz) = 1418784 bytes
 SHA1 (patch-aa) = 15a4c6051a95b70a5c978f831185382b4bd386f8
+SHA1 (patch-ab) = 25873063e861873b86790a4420216cde8d422a15
diff -r 7adc47342e69 -r 4b48919b8b18 textproc/opensp/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/opensp/patches/patch-ab  Mon Jun 07 19:25:58 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.5 2004/06/07 19:25:58 shannonjr Exp $
+
+--- include/RangeMap.cxx.orig  2000-02-25 09:55:21.000000000 -0700
++++ include/RangeMap.cxx
+@@ -7,6 +7,7 @@
+ #include "RangeMap.h"
+ #include "ISet.h"
+ #include "types.h"
++#include "constant.h"
+ 
+ #ifdef SP_NAMESPACE
+ namespace SP_NAMESPACE {



Home | Main Index | Thread Index | Old Index