diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-08 18:11:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-08 18:11:59 +0000 |
commit | 73af0447cfbac6091486f6e24309210ed7a4b107 (patch) | |
tree | 4304041bdd69abbbe113b98d4cf3a6ec4e65d30a /emulators | |
parent | 365b2d33e0c7c32514e3084bf6d6f7c287fd4228 (diff) | |
download | pkgsrc-73af0447cfbac6091486f6e24309210ed7a4b107.tar.gz |
Update to 20010401.
Major changes since last pkgsrc version:
68k core fixes (still unused); sms/gg sprite renderer draws from tile cache;
completely new c blitters; preliminary MSX and SC3000 drivers.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/darcnes/Makefile | 8 | ||||
-rw-r--r-- | emulators/darcnes/distinfo | 8 | ||||
-rw-r--r-- | emulators/darcnes/patches/patch-aa | 10 |
3 files changed, 13 insertions, 13 deletions
diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index b761873c7a7..d6bcd49122c 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2001/02/17 18:38:16 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/07/08 18:11:59 wiz Exp $ -DISTNAME= dn9a1011 -PKGNAME= darcnes-20001011 +DISTNAME= dn9b0401 +PKGNAME= darcnes-20010401 WRKSRC= ${WRKDIR}/darcnes CATEGORIES= emulators -MASTER_SITES= http://www.netway.com/~nyef/ +MASTER_SITES= http://www.dridus.com/~nyef/darcnes/download/ EXTRACT_SUFX= .tgz MAINTAINER= wiz@netbsd.org diff --git a/emulators/darcnes/distinfo b/emulators/darcnes/distinfo index a8675c0b3e3..b02b2f1ea9f 100644 --- a/emulators/darcnes/distinfo +++ b/emulators/darcnes/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 10:49:53 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/07/08 18:12:00 wiz Exp $ -SHA1 (dn9a1011.tgz) = 2f3e401dd1a667bf7f7350fb374c006f4fc2e79c -Size (dn9a1011.tgz) = 191641 bytes -SHA1 (patch-aa) = 51f4cbd166682acf8110c5e903ba303a1c21955f +SHA1 (dn9b0401.tgz) = 3158ae8bd53891c2d17989cbb9d03493f1511132 +Size (dn9b0401.tgz) = 199963 bytes +SHA1 (patch-aa) = e7d2631d41d7914ed650a450a75f47ef711a3ca0 SHA1 (patch-ad) = 1b3b493b41402edab814b6addaf19cc44dc2e8eb SHA1 (patch-ae) = b4a1029aebc356f10a90df35dcf3c392232a8c05 SHA1 (patch-af) = 470abb49e62e0b508893c0a32e3248635395896a diff --git a/emulators/darcnes/patches/patch-aa b/emulators/darcnes/patches/patch-aa index f3195f7f7df..eb9c7144612 100644 --- a/emulators/darcnes/patches/patch-aa +++ b/emulators/darcnes/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.5 2000/07/21 19:23:07 wiz Exp $ +$NetBSD: patch-aa,v 1.6 2001/07/08 18:12:00 wiz Exp $ ---- Makefile.orig Sun Jul 9 22:49:23 2000 -+++ Makefile Fri Jul 21 21:06:35 2000 +--- Makefile.orig Wed Mar 28 02:51:41 2001 ++++ Makefile @@ -11,16 +11,16 @@ #C_ONLY=-DC_ONLY @@ -20,9 +20,9 @@ $NetBSD: patch-aa,v 1.5 2000/07/21 19:23:07 wiz Exp $ -BASE_CFLAGS=-Wall $(DEBUG) $(OPTFLAGS) $(C_ONLY) $(BYTE_ORDER) $(MACH_TYPES) +BASE_CFLAGS=-Wall $(DEBUG) $(OPTFLAGS) $(C_ONLY) $(MACH_TYPES) BASE_SFLAGS=-Wall $(DEBUG) $(OPTFLAGS) + BASE_LDFLAGS= - # -@@ -38,9 +38,9 @@ +@@ -43,9 +43,9 @@ # ifeq ($(TARGET),Linux_X) CONFFLAGS=-DPCE_CD_SUPPORT -DSOUND |