pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/dia Do not declare a static function as non-s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1ffaa188a7d
branches:  trunk
changeset: 508716:f1ffaa188a7d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Feb 24 02:52:22 2006 +0000

description:
Do not declare a static function as non-static.  This makes the package
build with gcc-4.

diffstat:

 graphics/dia/distinfo         |   3 ++-
 graphics/dia/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r fb2607431fdc -r f1ffaa188a7d graphics/dia/distinfo
--- a/graphics/dia/distinfo     Fri Feb 24 01:56:35 2006 +0000
+++ b/graphics/dia/distinfo     Fri Feb 24 02:52:22 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.13 2005/02/24 08:45:04 agc Exp $
+$NetBSD: distinfo,v 1.14 2006/02/24 02:52:22 minskim Exp $
 
 SHA1 (dia-0.94.tar.gz) = a55128bd56e76295c9bc8217f25b6ec079727e25
 RMD160 (dia-0.94.tar.gz) = f7e20b294b7b739d5f408c34e0fbc533def5e3b9
 Size (dia-0.94.tar.gz) = 5241128 bytes
 SHA1 (patch-aa) = f556878638291a696894181c5a6907e688589530
+SHA1 (patch-ab) = f419cc82faa524ac1f02e88ae3264fcb9b453e09
 SHA1 (patch-be) = dab7626daefcd702b31f54d198311d9be921e1ff
diff -r fb2607431fdc -r f1ffaa188a7d graphics/dia/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/dia/patches/patch-ab     Fri Feb 24 02:52:22 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2006/02/24 02:52:22 minskim Exp $
+
+--- objects/custom/shape_info.h.orig   2004-08-16 00:56:15.000000000 -0700
++++ objects/custom/shape_info.h
+@@ -166,7 +166,6 @@ ShapeInfo *shape_info_getbyname(const gc
+ 
+ void shape_info_realise(ShapeInfo* info);
+ void shape_info_print(ShapeInfo *info);
+-void parse_path(ShapeInfo *info, const char *path_str, DiaSvgGraphicStyle *s);
+ 
+ /*MC 11/03 handy g_new0 variant for struct with variable size */
+ #define g_new0_ext(struct_type, ext_size)             \



Home | Main Index | Thread Index | Old Index