pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/gtmess Do not declare a static variable as non-st...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e133bbea17f
branches: trunk
changeset: 500325:2e133bbea17f
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Oct 06 15:50:59 2005 +0000
description:
Do not declare a static variable as non-static in a header file. This
makes the package build with gcc-3.4.
diffstat:
chat/gtmess/distinfo | 3 ++-
chat/gtmess/patches/patch-ac | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r aab9519bba7d -r 2e133bbea17f chat/gtmess/distinfo
--- a/chat/gtmess/distinfo Thu Oct 06 15:25:47 2005 +0000
+++ b/chat/gtmess/distinfo Thu Oct 06 15:50:59 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2005/09/28 23:15:38 rafal Exp $
+$NetBSD: distinfo,v 1.5 2005/10/06 15:50:59 minskim Exp $
SHA1 (gtmess-0.91.tar.gz) = 078d7e1fb60bcc8f54b5df5d3e7df53d55c70392
RMD160 (gtmess-0.91.tar.gz) = 7a5ff6696409aa976b072a415131279dd769dfbb
Size (gtmess-0.91.tar.gz) = 697344 bytes
SHA1 (patch-aa) = ecbde16ded4a85eb4c6e0dad24062b12b9ad6041
SHA1 (patch-ab) = 5b8a7b1f47c72527040338f86dc4d8a7e50c428f
+SHA1 (patch-ac) = 0e68f1582db5f95ff048eb4fd0988b0b67c861b7
diff -r aab9519bba7d -r 2e133bbea17f chat/gtmess/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gtmess/patches/patch-ac Thu Oct 06 15:50:59 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/10/06 15:50:59 minskim Exp $
+
+--- src/client/gtmess.h.orig 2005-03-18 06:15:31.000000000 -0800
++++ src/client/gtmess.h
+@@ -79,7 +79,6 @@ typedef struct {
+
+ extern char *ZS;
+ extern config_t Config;
+-extern struct cfg_entry ConfigTbl[];
+ extern int SCOLS, SLINES;
+ extern int utf8_mode;
+ extern struct tm now_tm;
Home |
Main Index |
Thread Index |
Old Index