summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/Makefile4
-rw-r--r--emulators/xmame/distinfo7
-rw-r--r--emulators/xmame/patches/patch-ab16
3 files changed, 22 insertions, 5 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index aff73d02c28..038195979b4 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.91 2003/02/13 20:53:47 kristerw Exp $
+# $NetBSD: Makefile,v 1.92 2003/03/20 19:01:55 kristerw Exp $
#
-DISTNAME= xmame-0.65.1
+DISTNAME= xmame-0.66.2
CATEGORIES= emulators games x11
MASTER_SITES= http://x.mame.net/download/
EXTRACT_SUFX= .tar.bz2
diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo
index 666f45347a3..39388fcf1a1 100644
--- a/emulators/xmame/distinfo
+++ b/emulators/xmame/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.33 2003/02/13 20:53:47 kristerw Exp $
+$NetBSD: distinfo,v 1.34 2003/03/20 19:01:55 kristerw Exp $
-SHA1 (xmame-0.65.1.tar.bz2) = e7a3210521e76775ef0744b310c7329011c9a112
-Size (xmame-0.65.1.tar.bz2) = 8209194 bytes
+SHA1 (xmame-0.66.2.tar.bz2) = 7b8f77d5fa75c65e4b3129992c995d549e7dddae
+Size (xmame-0.66.2.tar.bz2) = 8340466 bytes
+SHA1 (patch-ab) = af6d9ef293ed2c840eb6cfcada77b8556aeeddd3
SHA1 (patch-ad) = e389102fc29bd7c40711cfd493bad902ee102ae2
SHA1 (patch-ae) = df9ce91871bfcff611ff8f616482d4ff2e8204a3
diff --git a/emulators/xmame/patches/patch-ab b/emulators/xmame/patches/patch-ab
new file mode 100644
index 00000000000..54a4a2469d3
--- /dev/null
+++ b/emulators/xmame/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.17 2003/03/20 19:01:56 kristerw Exp $
+--- src/unix/Makefile.orig Thu Mar 20 19:26:45 2003
++++ src/unix/Makefile Thu Mar 20 19:29:35 2003
+@@ -133,9 +133,12 @@
+ $(OBJDIR)/effect.o: effect.h
+
+ $(VID_DIR)/x11_window.o: video-drivers/blit.h video-drivers/blit_core.h effect.h
++ $(CC_COMPILE) $(CC) $(MY_CFLAGS) -O -o $@ -c video-drivers/x11_window.c
+ $(VID_DIR)/svgalib.o: video-drivers/blit.h video-drivers/blit_core.h video-drivers/twkmodes.h video-drivers/twkuser.c effect.h
+ $(VID_DIR)/xf86_dga1.o: video-drivers/xf86_dga1.c video-drivers/blit.h video-drivers/blit_core.h effect.h
++ $(CC_COMPILE) $(CC) $(MY_CFLAGS) -O -o $@ -c video-drivers/xf86_dga1.c
+ $(VID_DIR)/xf86_dga2.o: video-drivers/xf86_dga2.c video-drivers/blit.h video-drivers/blit_core.h effect.h
++ $(CC_COMPILE) $(CC) $(MY_CFLAGS) -O -o $@ -c video-drivers/xf86_dga2.c
+ $(VID_DIR)/SDL.o: video-drivers/blit.h video-drivers/blit_core.h effect.h
+ $(VID_DIR)/xinput.o: video-drivers/xkeyboard.h video-drivers/glmame.h
+ $(VID_DIR)/xinput.o: video-drivers/xkeyboard.h video-drivers/glmame.h