pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/gltron Added a patch for NetBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e2ccc041121
branches:  trunk
changeset: 515150:1e2ccc041121
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jun 26 11:14:56 2006 +0000

description:
Added a patch for NetBSD.

diffstat:

 games/gltron/distinfo         |   3 ++-
 games/gltron/patches/patch-ae |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r c58778bfaf37 -r 1e2ccc041121 games/gltron/distinfo
--- a/games/gltron/distinfo     Mon Jun 26 10:56:57 2006 +0000
+++ b/games/gltron/distinfo     Mon Jun 26 11:14:56 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 23:11:58 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/06/26 11:14:56 rillig Exp $
 
 SHA1 (gltron-0.70-source.tar.gz) = 267bffa75c2c9f8bb1fa8a2d2254eef8b90be1d6
 RMD160 (gltron-0.70-source.tar.gz) = 78f624cb622e9bc4847b912a6f7686949c197e54
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 3890e5b3c5c1ba27056e6f6030eac7309816bacb
 SHA1 (patch-ac) = b7b42d8bce2c320650bfc45244e98b4ad2769c84
 SHA1 (patch-ad) = 1e390a56003edb09ac19d5d29b98447ee8f3b2b2
+SHA1 (patch-ae) = 51cfe3e62104bf9be1f2eb180fbfb8f5ba1147aa
diff -r c58778bfaf37 -r 1e2ccc041121 games/gltron/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/gltron/patches/patch-ae     Mon Jun 26 11:14:56 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 2006/06/26 11:14:56 rillig Exp $
+
+Some dependency package also provides <audio/audio.h>, so it must be
+included directly.
+
+--- src/game/gui.c.orig        2003-12-13 18:01:24.000000000 +0100
++++ src/game/gui.c     2006-06-26 13:11:51.000000000 +0200
+@@ -3,6 +3,7 @@
+ #include <math.h>
+ 
+ #include "game/gltron.h"
++#include "../include/audio/audio.h"
+ 
+ /* FIXME: "ignored playMenuFX" */
+ void playMenuFX(int foo) { }



Home | Main Index | Thread Index | Old Index