pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/gtkhtml Unbreak compilation with GCC 3.4+ (label a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c10810f241f
branches:  trunk
changeset: 500372:7c10810f241f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Oct 07 15:42:36 2005 +0000

description:
Unbreak compilation with GCC 3.4+ (label at end of compound statement).

diffstat:

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

diffs (28 lines):

diff -r 47391408bc89 -r 7c10810f241f www/gtkhtml/distinfo
--- a/www/gtkhtml/distinfo      Fri Oct 07 15:42:30 2005 +0000
+++ b/www/gtkhtml/distinfo      Fri Oct 07 15:42:36 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.13 2005/02/24 14:08:31 wiz Exp $
+$NetBSD: distinfo,v 1.14 2005/10/07 15:42:36 joerg Exp $
 
 SHA1 (gtkhtml-1.1.10.tar.bz2) = 45f0256e48f5b1b898c35864533179ce47a3ce59
 RMD160 (gtkhtml-1.1.10.tar.bz2) = 0bfb80ff1ee729a870fe133b26ef408642501050
 Size (gtkhtml-1.1.10.tar.bz2) = 1029542 bytes
+SHA1 (patch-aa) = 3cab2fd75b8f7e68879203e9a5f74fa295ad7fd7
 SHA1 (patch-ac) = 4b01bcab28a1bd6ba609bf6987af9d2eb9bccdc9
diff -r 47391408bc89 -r 7c10810f241f www/gtkhtml/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gtkhtml/patches/patch-aa      Fri Oct 07 15:42:36 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.7 2005/10/07 15:42:36 joerg Exp $
+
+--- components/html-editor/popup.c.orig        2005-07-10 16:36:36.000000000 +0000
++++ components/html-editor/popup.c
+@@ -496,6 +496,7 @@ prepare_properties_and_menu (GtkHTMLCont
+                       ADD_PROP (PARAGRAPH);
+                       break;
+               default:
++                      break;
+               }
+               if (obj->parent && obj->parent->parent && HTML_IS_TABLE_CELL (obj->parent->parent)) {
+                       if (cd->format_html) {



Home | Main Index | Thread Index | Old Index