pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/conglomerate Fix build under 1.6.2 caused by a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21952f6fd232
branches:  trunk
changeset: 470499:21952f6fd232
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Mar 09 22:05:08 2004 +0000

description:
Fix build under 1.6.2 caused by a C99-ism.
Noted by last kristerw's bulk build.

diffstat:

 editors/conglomerate/distinfo         |   3 ++-
 editors/conglomerate/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 61b417b4a7d3 -r 21952f6fd232 editors/conglomerate/distinfo
--- a/editors/conglomerate/distinfo     Tue Mar 09 21:52:44 2004 +0000
+++ b/editors/conglomerate/distinfo     Tue Mar 09 22:05:08 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.5 2004/02/17 23:25:45 jmmv Exp $
+$NetBSD: distinfo,v 1.6 2004/03/09 22:05:08 jmmv Exp $
 
 SHA1 (conglomerate-0.7.12.tar.gz) = 878c53f8eb837a1548f5cd3ec4cc41980b9d3e58
 Size (conglomerate-0.7.12.tar.gz) = 1996197 bytes
+SHA1 (patch-aa) = 6bcfa30f58bd6a1e82ba7faa897face18fb01839
diff -r 61b417b4a7d3 -r 21952f6fd232 editors/conglomerate/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/conglomerate/patches/patch-aa     Tue Mar 09 22:05:08 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.3 2004/03/09 22:05:08 jmmv Exp $
+
+--- src/cong-editor-node-element-span.c.orig   2004-02-17 18:24:28.000000000 +0100
++++ src/cong-editor-node-element-span.c
+@@ -145,9 +145,8 @@ generate_line_areas_recursive (CongEdito
+                               
+                               if (child_line_fragments) {
+                                       GList* list_of_areas;
+-                                      list_of_areas = cong_editor_line_fragments_get_area_list (child_line_fragments);
+-                                      
+                                       gboolean is_first = TRUE;
++                                      list_of_areas = cong_editor_line_fragments_get_area_list (child_line_fragments);
+                                       
+                                       while (list_of_areas) {
+                                               



Home | Main Index | Thread Index | Old Index