diff options
-rw-r--r-- | emulators/xmess/Makefile | 6 | ||||
-rw-r--r-- | emulators/xmess/distinfo | 7 | ||||
-rw-r--r-- | emulators/xmess/patches/patch-ab | 16 |
3 files changed, 23 insertions, 6 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index b67db3efe4b..3d2f757a727 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2003/02/14 21:58:35 kristerw Exp $ +# $NetBSD: Makefile,v 1.33 2003/03/20 19:03:27 kristerw Exp $ # -DISTNAME= xmame-0.65.1 -PKGNAME= xmess-0.65.1 +DISTNAME= xmame-0.66.2 +PKGNAME= xmess-0.66.2 CATEGORIES= emulators games x11 MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/xmess/distinfo b/emulators/xmess/distinfo index e72db20f1cb..f551a70614c 100644 --- a/emulators/xmess/distinfo +++ b/emulators/xmess/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.7 2003/02/14 21:58:35 kristerw Exp $ +$NetBSD: distinfo,v 1.8 2003/03/20 19:03:28 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-aa) = 8186324a2e4e6f7db3f1f9ba303dec40fc750460 +SHA1 (patch-ab) = af6d9ef293ed2c840eb6cfcada77b8556aeeddd3 SHA1 (patch-ad) = e389102fc29bd7c40711cfd493bad902ee102ae2 SHA1 (patch-ae) = cb3ca8d0990f33064186ca7967d820824f924482 diff --git a/emulators/xmess/patches/patch-ab b/emulators/xmess/patches/patch-ab new file mode 100644 index 00000000000..fdff3c8b2d8 --- /dev/null +++ b/emulators/xmess/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.8 2003/03/20 19:03:28 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 |