pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/xblast Add a little more patch context for one h...
details: https://anonhg.NetBSD.org/pkgsrc/rev/47fe1d848b1f
branches: trunk
changeset: 542804:47fe1d848b1f
user: dsainty <dsainty%pkgsrc.org@localhost>
date: Wed May 28 12:10:26 2008 +0000
description:
Add a little more patch context for one hunk for Linux patch(1). No functional change on less picky patchers (everyone else)
diffstat:
games/xblast/distinfo | 4 ++--
games/xblast/patches/patch-ab | 7 +++++--
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (43 lines):
diff -r acba0f15d099 -r 47fe1d848b1f games/xblast/distinfo
--- a/games/xblast/distinfo Wed May 28 05:17:37 2008 +0000
+++ b/games/xblast/distinfo Wed May 28 12:10:26 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/05/07 03:16:48 dsainty Exp $
+$NetBSD: distinfo,v 1.6 2008/05/28 12:10:26 dsainty Exp $
SHA1 (xblast-2.10.2.tar.gz) = 1ff0b26ac003aa68df964ad6a8e44505d82de5fd
RMD160 (xblast-2.10.2.tar.gz) = b958fe9d130e1cbb13fe71119411f6ad50420f74
@@ -18,4 +18,4 @@
SHA1 (sounds.tar.gz) = 8875628de0dda4d4f79ffe324f7e8e560c4e0471
RMD160 (sounds.tar.gz) = 9a8e0b488f80a9e54a1492368a68ffd7d2562acc
Size (sounds.tar.gz) = 1612625 bytes
-SHA1 (patch-ab) = b6925afa3379a2ab7dac803876e196cb469f13ac
+SHA1 (patch-ab) = a89cbe895f83c553948f0e61eb9d48a6c001a79a
diff -r acba0f15d099 -r 47fe1d848b1f games/xblast/patches/patch-ab
--- a/games/xblast/patches/patch-ab Wed May 28 05:17:37 2008 +0000
+++ b/games/xblast/patches/patch-ab Wed May 28 12:10:26 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.3 2006/05/07 03:16:48 dsainty Exp $
+$NetBSD: patch-ab,v 1.4 2008/05/28 12:10:26 dsainty Exp $
Purge the unnecessary complication of PID_FORMAT, and add NetBSD support. Use
OSS for sound for NetBSD, because the Sun support is a bit too Sun-centric.
@@ -16,7 +16,7 @@
/* needed for bzero(), open()*/
#include <strings.h>
#include <fcntl.h>
-@@ -58,8 +56,6 @@
+@@ -58,11 +56,9 @@
#include <sys/stropts.h>
#endif
#else
@@ -27,6 +27,9 @@
-#include <machine/soundcard.h>
+#if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__)
+#include <sys/soundcard.h>
+ #else
+ #include <linux/soundcard.h>
+ #endif
@@ -499,18 +495,18 @@
ptr=fopen(userPath ,"r+");
if(ptr==NULL){
Home |
Main Index |
Thread Index |
Old Index