pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/epiphany-extensions Make this compile on NetBSD 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d53766a33633
branches:  trunk
changeset: 475346:d53766a33633
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri May 14 15:59:51 2004 +0000

description:
Make this compile on NetBSD 1.6 (fix one C99 usage, and add a missing .h file)

diffstat:

 www/epiphany-extensions/distinfo         |   4 +++-
 www/epiphany-extensions/patches/patch-aa |  12 ++++++++++++
 www/epiphany-extensions/patches/patch-ab |  19 +++++++++++++++++++
 3 files changed, 34 insertions(+), 1 deletions(-)

diffs (50 lines):

diff -r aa16b5966b10 -r d53766a33633 www/epiphany-extensions/distinfo
--- a/www/epiphany-extensions/distinfo  Fri May 14 15:45:04 2004 +0000
+++ b/www/epiphany-extensions/distinfo  Fri May 14 15:59:51 2004 +0000
@@ -1,4 +1,6 @@
-$NetBSD: distinfo,v 1.2 2004/04/13 20:26:31 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2004/05/14 15:59:51 kristerw Exp $
 
 SHA1 (epiphany-extensions-0.8.2.tar.bz2) = 4e1ef145cbe67a7abedc0a0b4737782fabb172ef
 Size (epiphany-extensions-0.8.2.tar.bz2) = 378136 bytes
+SHA1 (patch-aa) = a08cbddfbd206cd6e279bbad9877cd0ea54e9631
+SHA1 (patch-ab) = 444b29d945d3f2de34e6bac88d9443c6c105e467
diff -r aa16b5966b10 -r d53766a33633 www/epiphany-extensions/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/epiphany-extensions/patches/patch-aa  Fri May 14 15:59:51 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/05/14 15:59:51 kristerw Exp $
+
+--- extensions/error-viewer/opensp/validate.cpp.orig   Fri May 14 17:39:05 2004
++++ extensions/error-viewer/opensp/validate.cpp        Fri May 14 17:39:22 2004
+@@ -35,6 +35,7 @@
+ #include <glib/gi18n-lib.h>
+ 
+ #include <iostream>
++#include <string>
+ 
+ using namespace std;
+ 
diff -r aa16b5966b10 -r d53766a33633 www/epiphany-extensions/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/epiphany-extensions/patches/patch-ab  Fri May 14 15:59:51 2004 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ab,v 1.1 2004/05/14 15:59:51 kristerw Exp $
+
+--- extensions/error-viewer/sgml-validator.c.orig      Fri May 14 17:40:37 2004
++++ extensions/error-viewer/sgml-validator.c   Fri May 14 17:42:40 2004
+@@ -438,12 +438,14 @@
+ {
+       g_return_if_fail (data != NULL);
+ 
++      {
+       SgmlValidatorAppendCBData *append_data =
+               (SgmlValidatorAppendCBData *) data;
+ 
+       error_viewer_append (append_data->validator->priv->error_viewer,
+                            append_data->error_type,
+                            append_data->message);
++      }
+ 
+       return FALSE;
+ }



Home | Main Index | Thread Index | Old Index