summaryrefslogtreecommitdiff
path: root/emulators/uae
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2002-07-28 19:58:24 +0000
committerkristerw <kristerw@pkgsrc.org>2002-07-28 19:58:24 +0000
commit66da295b01f69dd99377efd1d483edc0c2e2b3b8 (patch)
tree7035439ca0cec39cdb932474b356923da751f7c5 /emulators/uae
parent0cced22e83db8c4151bc81d469a112befe974239 (diff)
downloadpkgsrc-66da295b01f69dd99377efd1d483edc0c2e2b3b8.tar.gz
Update uae to 0.8.22.
Changes since 0.8.21: - Misc. bug fixes - Extensive updates for the sprite emulation and blitter timing code.
Diffstat (limited to 'emulators/uae')
-rw-r--r--emulators/uae/Makefile4
-rw-r--r--emulators/uae/distinfo7
-rw-r--r--emulators/uae/patches/patch-ac22
3 files changed, 5 insertions, 28 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index 7935e9b4466..2830eae0cfd 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2002/03/18 20:25:57 skrll Exp $
+# $NetBSD: Makefile,v 1.22 2002/07/28 19:58:24 kristerw Exp $
-DISTNAME= uae-0.8.21
+DISTNAME= uae-0.8.22
PKGNAME= ${DISTNAME}
CATEGORIES= emulators
MASTER_SITES= http://www.freiburg.linux.de/~uae/bin/sources/develop/
diff --git a/emulators/uae/distinfo b/emulators/uae/distinfo
index 22516f2f186..aea716edb9d 100644
--- a/emulators/uae/distinfo
+++ b/emulators/uae/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2002/03/19 22:26:36 kristerw Exp $
+$NetBSD: distinfo,v 1.10 2002/07/28 19:58:24 kristerw Exp $
-SHA1 (uae-0.8.21.tar.gz) = 9b94574bb3f462b019f1b268d6a0b36940bde160
-Size (uae-0.8.21.tar.gz) = 914495 bytes
+SHA1 (uae-0.8.22.tar.gz) = fc79f9bdc93879447fa2295acbe216e433671315
+Size (uae-0.8.22.tar.gz) = 937486 bytes
SHA1 (patch-aa) = 6045d32ce2b123410b20bbd410111400766834f9
SHA1 (patch-ab) = 7a174709e599b252d82ec9ef949aa8feab2f279e
-SHA1 (patch-ac) = 8cabbb011f2f0ba28aa3bb3daa953e999b02964e
diff --git a/emulators/uae/patches/patch-ac b/emulators/uae/patches/patch-ac
deleted file mode 100644
index 37569fa0727..00000000000
--- a/emulators/uae/patches/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ac,v 1.6 2002/03/19 22:26:38 kristerw Exp $
---- configure.orig Sun Dec 30 15:42:54 2001
-+++ configure Tue Jan 1 19:21:03 2002
-@@ -6579,7 +6579,7 @@
-
- if [ "x$WANT_SDL" = "xyes" ]; then
- OD_JOYSTICK=sdl-joystick.c
--else if [ "x$HAVE_MACHINE_JOYSTICK_H" = "xyes" ]; then
-+else
- cat > conftest.$ac_ext <<EOF
- #line 6585 "configure"
- #include "confdefs.h"
-@@ -6594,9 +6594,7 @@
- else
- echo "configure: failed program was:" >&5
- cat conftest.$ac_ext >&5
--fi
- rm -f conftest*
--else
- OD_JOYSTICK=$OSDEP/joystick.c
- fi
- fi