pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/grhino Add missing includes to make this package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a805493a4df
branches:  trunk
changeset: 480509:4a805493a4df
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Sep 11 21:43:27 2004 +0000

description:
Add missing includes to make this package build on NetBSD 1.6.

diffstat:

 games/grhino/distinfo         |   4 +++-
 games/grhino/patches/patch-aa |  12 ++++++++++++
 games/grhino/patches/patch-ab |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (43 lines):

diff -r ae42204f002d -r 4a805493a4df games/grhino/distinfo
--- a/games/grhino/distinfo     Sat Sep 11 21:29:22 2004 +0000
+++ b/games/grhino/distinfo     Sat Sep 11 21:43:27 2004 +0000
@@ -1,4 +1,6 @@
-$NetBSD: distinfo,v 1.6 2004/08/15 21:42:51 wiz Exp $
+$NetBSD: distinfo,v 1.7 2004/09/11 21:43:27 kristerw Exp $
 
 SHA1 (grhino-0.12.0.tar.gz) = 5ea1a524382acbb4d02aa01efef7b50db428c609
 Size (grhino-0.12.0.tar.gz) = 890606 bytes
+SHA1 (patch-aa) = 64768899fb04ab39e4d820ed22bebf677f77a60c
+SHA1 (patch-ab) = e84e7fe4b6c5af92cd7a8a916c01bd583e028e54
diff -r ae42204f002d -r 4a805493a4df games/grhino/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/grhino/patches/patch-aa     Sat Sep 11 21:43:27 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2004/09/11 21:43:27 kristerw Exp $
+
+--- alphabeta.cc.orig  Sat Sep 11 23:33:47 2004
++++ alphabeta.cc       Sat Sep 11 23:35:08 2004
+@@ -27,6 +27,7 @@
+ #include <stdlib.h>
+ #include <pthread.h>
+ #include <fstream>
++#include <string>
+ using namespace std;
+ 
+ /*************************************************************************
diff -r ae42204f002d -r 4a805493a4df games/grhino/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/grhino/patches/patch-ab     Sat Sep 11 21:43:27 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2004/09/11 21:43:27 kristerw Exp $
+
+--- grhino.cc.orig     Sat Sep 11 23:33:02 2004
++++ grhino.cc  Sat Sep 11 23:33:22 2004
+@@ -29,6 +29,7 @@
+ #include <gnome.h>
+ 
+ #include <pthread.h>
++#include <locale.h>
+ 
+ #include <pwd.h>
+ #include <sys/types.h>



Home | Main Index | Thread Index | Old Index