pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/py-gdchart Fix GCC 3.4+: Label at end of comp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/803a544867d2
branches: trunk
changeset: 504744:803a544867d2
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Dec 20 11:57:41 2005 +0000
description:
Fix GCC 3.4+: Label at end of compound statement.
diffstat:
graphics/py-gdchart/distinfo | 4 ++--
graphics/py-gdchart/patches/patch-ab | 13 +++++++++++--
2 files changed, 13 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r 9d03d7e2e066 -r 803a544867d2 graphics/py-gdchart/distinfo
--- a/graphics/py-gdchart/distinfo Tue Dec 20 11:17:28 2005 +0000
+++ b/graphics/py-gdchart/distinfo Tue Dec 20 11:57:41 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2005/09/02 10:22:38 rillig Exp $
+$NetBSD: distinfo,v 1.8 2005/12/20 11:57:41 joerg Exp $
SHA1 (gdchart-py-0.6.tar.gz) = 20547e8550bb8c925a3b9776739f9a5e93ce8692
RMD160 (gdchart-py-0.6.tar.gz) = 6c8e430e53ab7adf2b83a8493afe570474532a26
Size (gdchart-py-0.6.tar.gz) = 321891 bytes
SHA1 (patch-aa) = d668c308d54aceedd09f4c5e39c5ad33f32c0e47
-SHA1 (patch-ab) = b2179c1c7e1e6aee6d7d8051a7646344254ee96b
+SHA1 (patch-ab) = b4acbd6a23b97056ae18ab9a91c1d5a0b2424eb2
diff -r 9d03d7e2e066 -r 803a544867d2 graphics/py-gdchart/patches/patch-ab
--- a/graphics/py-gdchart/patches/patch-ab Tue Dec 20 11:17:28 2005 +0000
+++ b/graphics/py-gdchart/patches/patch-ab Tue Dec 20 11:57:41 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1 2001/10/18 11:46:32 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2005/12/20 11:57:41 joerg Exp $
---- gdc_py.c.orig Fri Mar 16 20:06:08 2001
+--- gdc_py.c.orig 2001-03-16 19:06:08.000000000 +0000
+++ gdc_py.c
@@ -33,6 +33,8 @@
#include <stdio.h>
@@ -11,3 +11,12 @@
#include "Python.h"
#include "cStringIO.h"
+@@ -1316,7 +1318,7 @@ option_dict()
+ }
+
+ default:
+-
++ break;
+ } // switch
+ opt++;
+ } // while
Home |
Main Index |
Thread Index |
Old Index