pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/koth fix build, bump rev for ggi update



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b86aa35ed24b
branches:  trunk
changeset: 570500:b86aa35ed24b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Jan 30 16:02:52 2010 +0000

description:
fix build, bump rev for ggi update

diffstat:

 games/koth/Makefile         |   4 ++--
 games/koth/distinfo         |   3 ++-
 games/koth/patches/patch-af |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r 56f096de6a92 -r b86aa35ed24b games/koth/Makefile
--- a/games/koth/Makefile       Sat Jan 30 16:01:04 2010 +0000
+++ b/games/koth/Makefile       Sat Jan 30 16:02:52 2010 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2010/01/29 23:30:43 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2010/01/30 16:02:52 tnn Exp $
 #
 
 DISTNAME=      koth-0.8.0
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    games
 MASTER_SITES=  http://www.ibiblio.org/pub/Linux/games/multiplayer/
 EXTRACT_SUFX=  .tar.bz2
diff -r 56f096de6a92 -r b86aa35ed24b games/koth/distinfo
--- a/games/koth/distinfo       Sat Jan 30 16:01:04 2010 +0000
+++ b/games/koth/distinfo       Sat Jan 30 16:02:52 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2006/10/14 01:50:42 rillig Exp $
+$NetBSD: distinfo,v 1.9 2010/01/30 16:02:52 tnn Exp $
 
 SHA1 (koth-0.8.0.tar.bz2) = 6cb04ae1f09c4fb521fb47465ab91a1d67986c41
 RMD160 (koth-0.8.0.tar.bz2) = 3ea8ef52cab309a764e0379031606d2a949e6553
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = b02bae2f24776c0b1f0778e2ac8d0c9a76711173
 SHA1 (patch-ad) = 716e1860309cf6ea6879419f07fcaa11f1d4fd35
 SHA1 (patch-ae) = 1474ea31b26acf6216373e1e8843836753faac2a
+SHA1 (patch-af) = 2b4befee77e4bb4a8ff3aec5bec4188ce9d677c4
diff -r 56f096de6a92 -r b86aa35ed24b games/koth/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/koth/patches/patch-af       Sat Jan 30 16:02:52 2010 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2010/01/30 16:02:52 tnn Exp $
+
+--- src/gfx.h.orig     2003-01-18 22:24:17.000000000 +0000
++++ src/gfx.h
+@@ -20,6 +20,8 @@
+ #define _GFX_H_
+ 
+ #include <ggi/ggi.h>
++#include <inttypes.h>
++#define uint16 uint16_t
+ #include "player.h"
+ #include "terrain.h"
+ 



Home | Main Index | Thread Index | Old Index