pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/glclock A missing forward declarations of global ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0af43a662f5
branches:  trunk
changeset: 515325:c0af43a662f5
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Jun 30 18:52:41 2006 +0000

description:
A missing forward declarations of global functions to make this
build with GCC 4.x.

diffstat:

 time/glclock/distinfo         |   3 ++-
 time/glclock/patches/patch-ac |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 6df05950c941 -r c0af43a662f5 time/glclock/distinfo
--- a/time/glclock/distinfo     Fri Jun 30 18:39:08 2006 +0000
+++ b/time/glclock/distinfo     Fri Jun 30 18:52:41 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 19:14:54 wiz Exp $
+$NetBSD: distinfo,v 1.6 2006/06/30 18:52:41 tron Exp $
 
 SHA1 (glclock-6.0b6.0.tar.gz) = e276a516d543c9a6c04f06cfa046f89a476a8685
 RMD160 (glclock-6.0b6.0.tar.gz) = f0bd207a47a01e3dc3d3da5b107b168a3210d2a3
 Size (glclock-6.0b6.0.tar.gz) = 811803 bytes
 SHA1 (patch-aa) = 388d8c9e3236f377912dd6261af50cd42064eb22
 SHA1 (patch-ab) = 8d4f12c9948d703e4fbff68282388efc7a352f59
+SHA1 (patch-ac) = d06a44d725820c2988888665c4d5dd75161525b8
diff -r 6df05950c941 -r c0af43a662f5 time/glclock/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/glclock/patches/patch-ac     Fri Jun 30 18:52:41 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2006/06/30 18:52:41 tron Exp $
+
+--- MString.cpp.orig   2000-06-22 15:58:41.000000000 +0100
++++ MString.cpp        2006-06-30 19:50:30.000000000 +0100
+@@ -1,6 +1,9 @@
+ 
+ #include "MString.H"
+ 
++String Left(const String &, int);
++String Mid(String, int, int);
++String Right(const String &, int);
+ 
+ // ¥³¥ó¥¹¥È¥é¥¯¥¿
+ String::String(int n)



Home | Main Index | Thread Index | Old Index