pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/xdoom Use variables and header files defined in ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ec71862537f
branches: trunk
changeset: 489696:5ec71862537f
user: minskim <minskim%pkgsrc.org@localhost>
date: Thu Feb 24 23:04:31 2005 +0000
description:
Use variables and header files defined in ossaudio.buildlink3.mk to make
this package build on more platforms.
diffstat:
games/xdoom/distinfo | 6 +++---
games/xdoom/patches/patch-ax | 4 ++--
games/xdoom/patches/patch-ay | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (56 lines):
diff -r 89119eb72ee1 -r 5ec71862537f games/xdoom/distinfo
--- a/games/xdoom/distinfo Thu Feb 24 22:55:05 2005 +0000
+++ b/games/xdoom/distinfo Thu Feb 24 23:04:31 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2005/02/24 22:39:03 minskim Exp $
+$NetBSD: distinfo,v 1.12 2005/02/24 23:04:31 minskim Exp $
SHA1 (doomsrc.zip) = ffd07e0bd95b7c6ba0cd003fb6ff5ebd535d6f99
RMD160 (doomsrc.zip) = c88e57b3cc72ca8bbfacbe138f8a3c69a13bf2e1
@@ -29,8 +29,8 @@
SHA1 (patch-au) = ce66a255347aa3ec6ec0c7826e352e5b53a0e69d
SHA1 (patch-av) = 494568bf3298195523c689125ad664d59d16e901
SHA1 (patch-aw) = 431b990ad5bcf32fc5152c4b4331ce2bc85aba8b
-SHA1 (patch-ax) = 6f0d83a0cecd8c7ee81ed280871ce4ee560443fb
-SHA1 (patch-ay) = 8c6cebc66117e9a4493e3c83ce29a16d60374179
+SHA1 (patch-ax) = 8aab1f5d3e6f0fc08bd673d37fb19c600aa0f60b
+SHA1 (patch-ay) = 978e1aeef4239abd752e0ec4404a3819ee6339af
SHA1 (patch-az) = 48690eebd65de95b7ce4fd73390b46ffd6a58085
SHA1 (patch-ba) = d8e41ed9d277145cd776ca5dc18e1c82cbefc8b7
SHA1 (patch-bb) = 28dbedb6209466f5b9ad226e2a5583c3881acae1
diff -r 89119eb72ee1 -r 5ec71862537f games/xdoom/patches/patch-ax
--- a/games/xdoom/patches/patch-ax Thu Feb 24 22:55:05 2005 +0000
+++ b/games/xdoom/patches/patch-ax Thu Feb 24 23:04:31 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ax,v 1.2 2005/02/24 22:39:03 minskim Exp $
+$NetBSD: patch-ax,v 1.3 2005/02/24 23:04:31 minskim Exp $
--- sndserv/Makefile.orig Mon Dec 22 21:17:10 1997
+++ sndserv/Makefile Thu Feb 3 01:34:04 2000
@@ -10,7 +10,7 @@
+CFLAGS+= -DNORMALUNIX
LDFLAGS=
-LIBS=-lm
-+LIBS=-lm -lossaudio
++LIBS=-lm ${LIBOSSAUDIO}
O=linux
diff -r 89119eb72ee1 -r 5ec71862537f games/xdoom/patches/patch-ay
--- a/games/xdoom/patches/patch-ay Thu Feb 24 22:55:05 2005 +0000
+++ b/games/xdoom/patches/patch-ay Thu Feb 24 23:04:31 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ay,v 1.1 2000/02/03 16:01:16 abs Exp $
+$NetBSD: patch-ay,v 1.2 2005/02/24 23:04:31 minskim Exp $
--- sndserv/linux.c.orig Sun Jan 26 07:45:01 1997
+++ sndserv/linux.c Thu Feb 3 01:34:05 2000
@@ -9,7 +9,7 @@
+#include <sys/ioctl.h>
-#include <linux/soundcard.h>
-+#include <soundcard.h>
++#include <sys/soundcard.h>
#include "soundsrv.h"
Home |
Main Index |
Thread Index |
Old Index