pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/baduki Include time.h for Linux. Patch provided...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7abd24cfe3d7
branches:  trunk
changeset: 476523:7abd24cfe3d7
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jun 12 15:01:37 2004 +0000

description:
Include time.h for Linux.  Patch provided by Roland Illig on tech-pkg@.

diffstat:

 games/baduki/distinfo         |   3 ++-
 games/baduki/patches/patch-aa |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r af99d572857a -r 7abd24cfe3d7 games/baduki/distinfo
--- a/games/baduki/distinfo     Sat Jun 12 14:23:10 2004 +0000
+++ b/games/baduki/distinfo     Sat Jun 12 15:01:37 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2002/11/30 14:48:35 grant Exp $
+$NetBSD: distinfo,v 1.5 2004/06/12 15:01:37 minskim Exp $
 
 SHA1 (baduki-0.2.9.tar.gz) = a70a2c11b66b97bae979f597de831a99d6c8121f
 Size (baduki-0.2.9.tar.gz) = 193558 bytes
+SHA1 (patch-aa) = f32188af5a36a51239057212a2a76821d5dfb2c4
 SHA1 (patch-ad) = c65aac612e200bbaf10ee57f6bd4bbd1fd6b4653
diff -r af99d572857a -r 7abd24cfe3d7 games/baduki/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/baduki/patches/patch-aa     Sat Jun 12 15:01:37 2004 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.3 2004/06/12 15:01:37 minskim Exp $
+
+This patch is needed for Linux.
+
+--- src/utils.c.orig   1999-08-05 14:45:06.000000000 -0500
++++ src/utils.c
+@@ -21,6 +21,7 @@
+ #include <string.h>
+ #include <stdio.h>
+ #include <sys/time.h>
++#include <time.h>
+ #include <unistd.h>
+ 
+ #include "baduki.h"



Home | Main Index | Thread Index | Old Index