pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time Fixed "static after extern".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fe0bc21f743
branches:  trunk
changeset: 535971:5fe0bc21f743
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 30 20:38:06 2007 +0000

description:
Fixed "static after extern".

diffstat:

 time/asclock-gtk/distinfo          |   3 ++-
 time/asclock-gtk/patches/patch-ab  |  24 ++++++++++++++++++++++++
 time/asclock-xlib/distinfo         |   3 ++-
 time/asclock-xlib/patches/patch-ad |  24 ++++++++++++++++++++++++
 4 files changed, 52 insertions(+), 2 deletions(-)

diffs (82 lines):

diff -r 5ce4dac1a8ee -r 5fe0bc21f743 time/asclock-gtk/distinfo
--- a/time/asclock-gtk/distinfo Fri Nov 30 20:35:20 2007 +0000
+++ b/time/asclock-gtk/distinfo Fri Nov 30 20:38:06 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 19:14:53 wiz Exp $
+$NetBSD: distinfo,v 1.5 2007/11/30 20:38:06 rillig Exp $
 
 SHA1 (asclock-gtk-2.1.10beta.tar.gz) = 07b5f570842bf734ec5aff4d4f64fa075e9c1823
 RMD160 (asclock-gtk-2.1.10beta.tar.gz) = 69337c30fa5c9d9b4e53c1542381a4519022bfee
 Size (asclock-gtk-2.1.10beta.tar.gz) = 146621 bytes
 SHA1 (patch-aa) = 6a708158cbee89c57d520c7e609ee5535f64e10f
+SHA1 (patch-ab) = e8c82f738511ec8d0cf7ae87dcbaf2151199551b
diff -r 5ce4dac1a8ee -r 5fe0bc21f743 time/asclock-gtk/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/asclock-gtk/patches/patch-ab Fri Nov 30 20:38:06 2007 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-ab,v 1.1 2007/11/30 20:38:06 rillig Exp $
+
+The image data is not used anywhere.
+
+--- asclock.h.orig     1999-03-26 06:49:34.000000000 +0000
++++ asclock.h  2007-11-30 20:36:03.000000000 +0000
+@@ -75,17 +75,6 @@ extern gint visual_depth;
+ GdkVisual *visual;
+ GdkColormap *cmap;
+ 
+-/* the xpm data */
+-extern char *clock_xpm[];
+-extern char *month_xpm[];
+-extern char *weekday_xpm[];
+-extern char *led_xpm[];
+-extern char *beats_xpm[];
+-extern char *date_xpm[];
+-extern char *hour_xpm[];
+-extern char *minute_xpm[];
+-extern char *second_xpm[];
+-
+ /* the filenames */
+ extern char clock_xpm_fn[MAX_PATH_LEN];
+ extern char month_xpm_fn[MAX_PATH_LEN];
diff -r 5ce4dac1a8ee -r 5fe0bc21f743 time/asclock-xlib/distinfo
--- a/time/asclock-xlib/distinfo        Fri Nov 30 20:35:20 2007 +0000
+++ b/time/asclock-xlib/distinfo        Fri Nov 30 20:38:06 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 19:14:53 wiz Exp $
+$NetBSD: distinfo,v 1.5 2007/11/30 20:41:10 rillig Exp $
 
 SHA1 (asclock-xlib-2.0.11.tar.gz) = 8f617f0f4dd07288aadbdb43677976fe34c234d5
 RMD160 (asclock-xlib-2.0.11.tar.gz) = f351def305557ddde3836becd06d5a1841839d3b
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 50ca837b0fe1cbfec51ef36aca77066b4615cef5
 SHA1 (patch-ab) = f8a897f457e3e6574d87579c71d032b34ef1d317
 SHA1 (patch-ac) = 03b189e95976e927e03a88bffe5ac8886a99992c
+SHA1 (patch-ad) = 97b7138ef47445420f458db103875343bd627ce7
diff -r 5ce4dac1a8ee -r 5fe0bc21f743 time/asclock-xlib/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/asclock-xlib/patches/patch-ad        Fri Nov 30 20:38:06 2007 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-ad,v 1.1 2007/11/30 20:41:10 rillig Exp $
+
+The image data is not used anywhere.
+
+--- asclock.h.orig     1999-03-14 23:08:08.000000000 +0000
++++ asclock.h  2007-11-30 20:39:16.000000000 +0000
+@@ -37,17 +37,6 @@ extern symbol config_symbols[];
+ #define MAX_PATH_LEN 512
+ #define INT_TYPE 0;
+ 
+-/* the xpm data */
+-extern char *clock_xpm[];
+-extern char *month_xpm[];
+-extern char *weekday_xpm[];
+-extern char *led_xpm[];
+-extern char *date_xpm[];
+-extern char *hour_xpm[];
+-extern char *minute_xpm[];
+-extern char *second_xpm[];
+-extern char *beats_xpm[];
+-
+ /* the filenames */
+ extern char clock_xpm_fn[MAX_PATH_LEN];
+ extern char month_xpm_fn[MAX_PATH_LEN];



Home | Main Index | Thread Index | Old Index