pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/anjuta Make previous change build with gcc3 too.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19ad8331e2cb
branches:  trunk
changeset: 477361:19ad8331e2cb
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Wed Jun 30 19:14:12 2004 +0000

description:
Make previous change build with gcc3 too.

diffstat:

 devel/anjuta/distinfo         |   4 ++--
 devel/anjuta/patches/patch-ab |  13 ++++++-------
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 92b12a663313 -r 19ad8331e2cb devel/anjuta/distinfo
--- a/devel/anjuta/distinfo     Wed Jun 30 19:13:17 2004 +0000
+++ b/devel/anjuta/distinfo     Wed Jun 30 19:14:12 2004 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2004/06/28 12:32:42 kristerw Exp $
+$NetBSD: distinfo,v 1.8 2004/06/30 19:14:12 kristerw Exp $
 
 SHA1 (anjuta-1.2.2.tar.gz) = ee956653effb91467b64efd50609d31b17fde789
 Size (anjuta-1.2.2.tar.gz) = 8556051 bytes
 SHA1 (patch-aa) = dada6542f50dc70086cb03b9812af23527515d57
-SHA1 (patch-ab) = 298460438d0b7972ddfce01e35bf498aa4751073
+SHA1 (patch-ab) = 7079a915de78ea2cd7c3182c47afab6f5a78c8c7
 SHA1 (patch-ad) = bd35b80fb12c88d3ebda4e607e08f25f7eb6d266
 SHA1 (patch-al) = a4958c02654da6a6277ee74559083a1de46048d7
 SHA1 (patch-an) = dbb51d78e15e946aa81419750a76189715a8c4ec
diff -r 92b12a663313 -r 19ad8331e2cb devel/anjuta/patches/patch-ab
--- a/devel/anjuta/patches/patch-ab     Wed Jun 30 19:13:17 2004 +0000
+++ b/devel/anjuta/patches/patch-ab     Wed Jun 30 19:14:12 2004 +0000
@@ -1,20 +1,19 @@
-$NetBSD: patch-ab,v 1.5 2004/06/28 12:32:42 kristerw Exp $
+$NetBSD: patch-ab,v 1.6 2004/06/30 19:14:12 kristerw Exp $
 
---- src/breakpoints.c.orig     Mon Jun 28 14:11:34 2004
-+++ src/breakpoints.c  Mon Jun 28 14:12:49 2004
-@@ -1409,8 +1409,10 @@
+--- src/breakpoints.c.orig     2004-04-08 06:15:29.000000000 +0200
++++ src/breakpoints.c  2004-06-30 21:04:12.000000000 +0200
+@@ -1409,8 +1409,9 @@
                                ptr1 = strchr (ptr, '\n');
                                if (ptr1)
                                {
 -                                      *ptr1++ = '\0';
                                        const gchar condition_prefix[] = "\tstop only if ";
-+                                      const gchar ignore_prefix[] = "\tignore
-+next ";
++                                      const gchar ignore_prefix[] = "\tignore next ";
 +                                      *ptr1++ = '\0';
                                        if (g_str_has_prefix (ptr1, condition_prefix))
                                        {
                                                ptr1 += sizeof(condition_prefix) - 1;
-@@ -1418,7 +1420,6 @@
+@@ -1418,7 +1419,6 @@
                                                ptr1 = strchr (cond, '\n');
                                                if (ptr1) *ptr1++ = '\0';
                                        }



Home | Main Index | Thread Index | Old Index