pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/lavaps Make this package compile when using g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ea971a3e1e1
branches:  trunk
changeset: 469029:3ea971a3e1e1
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Thu Feb 19 00:31:37 2004 +0000

description:
Make this package compile when using gcc 3.3.

diffstat:

 sysutils/lavaps/distinfo         |   5 ++++-
 sysutils/lavaps/patches/patch-aa |  12 ++++++++++++
 sysutils/lavaps/patches/patch-ab |  12 ++++++++++++
 sysutils/lavaps/patches/patch-ac |  12 ++++++++++++
 4 files changed, 40 insertions(+), 1 deletions(-)

diffs (60 lines):

diff -r 3211621c0d4f -r 3ea971a3e1e1 sysutils/lavaps/distinfo
--- a/sysutils/lavaps/distinfo  Thu Feb 19 00:24:47 2004 +0000
+++ b/sysutils/lavaps/distinfo  Thu Feb 19 00:31:37 2004 +0000
@@ -1,4 +1,7 @@
-$NetBSD: distinfo,v 1.3 2001/10/31 02:03:29 hubertf Exp $
+$NetBSD: distinfo,v 1.4 2004/02/19 00:31:37 kristerw Exp $
 
 SHA1 (lavaps-1.20.tar.gz) = 36411710a29bcb751f23ae35a2782a5286ec0f2e
 Size (lavaps-1.20.tar.gz) = 160724 bytes
+SHA1 (patch-aa) = 8c1c15dd3ccfbe35c29804561a74e47d86d114ab
+SHA1 (patch-ab) = e26b086f85868502a1816aded296b7e0da3bda88
+SHA1 (patch-ac) = 1a4b569d95568ad2b4047d656eb70bda16cba453
diff -r 3211621c0d4f -r 3ea971a3e1e1 sysutils/lavaps/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/lavaps/patches/patch-aa  Thu Feb 19 00:31:37 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.5 2004/02/19 00:31:37 kristerw Exp $
+
+--- process_view.cc.orig       Thu Feb 19 01:24:04 2004
++++ process_view.cc    Thu Feb 19 01:24:25 2004
+@@ -22,6 +22,7 @@
+ #include "config.h"
+ 
+ #include <stdio.h>  // snprintf
++#include <assert.h>
+ 
+ #include "main.hh"
+ #include "process_view.hh"
diff -r 3211621c0d4f -r 3ea971a3e1e1 sysutils/lavaps/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/lavaps/patches/patch-ab  Thu Feb 19 00:31:37 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.4 2004/02/19 00:31:37 kristerw Exp $
+
+--- tcl_blob.cc.orig   Thu Feb 19 01:25:34 2004
++++ tcl_blob.cc        Thu Feb 19 01:25:31 2004
+@@ -22,6 +22,7 @@
+ #ifdef USE_TCL_BLOB
+ 
+ #include <stdlib.h>  // atoi
++#include <assert.h>
+ #include <tcl.h>
+ #include <iostream.h>
+ 
diff -r 3211621c0d4f -r 3ea971a3e1e1 sysutils/lavaps/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/lavaps/patches/patch-ac  Thu Feb 19 00:31:37 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2004/02/19 00:31:37 kristerw Exp $
+
+--- tcl_blob_shape.cc.orig     Thu Feb 19 01:26:05 2004
++++ tcl_blob_shape.cc  Thu Feb 19 01:26:13 2004
+@@ -24,6 +24,7 @@
+ #ifdef USE_TCL_BLOB
+ 
+ #include <stdlib.h>  // atoi
++#include <assert.h>
+ #include <tcl.h>
+ #include <iostream.h>
+ 



Home | Main Index | Thread Index | Old Index