summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/uae/Makefile6
-rw-r--r--emulators/uae/distinfo10
-rw-r--r--emulators/uae/patches/patch-ab12
-rw-r--r--emulators/uae/patches/patch-ac15
4 files changed, 20 insertions, 23 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index bce281f0171..c0319bce030 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2001/06/11 06:34:32 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2001/08/01 20:44:03 kristerw Exp $
-DISTNAME= uae-0.8.16
-PKGNAME= ${DISTNAME}nb1
+DISTNAME= uae-0.8.17
+PKGNAME= ${DISTNAME}
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/
diff --git a/emulators/uae/distinfo b/emulators/uae/distinfo
index 6cb8e11b717..b74625cc164 100644
--- a/emulators/uae/distinfo
+++ b/emulators/uae/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2001/05/31 21:38:51 kristerw Exp $
+$NetBSD: distinfo,v 1.4 2001/08/01 20:44:03 kristerw Exp $
-SHA1 (uae-0.8.16.tar.gz) = 98d182f256e935669169791595813e9b53b35b94
-Size (uae-0.8.16.tar.gz) = 805553 bytes
+SHA1 (uae-0.8.17.tar.gz) = 41098c6703062b3cf3ccf35e2e1f6cb992fbecf7
+Size (uae-0.8.17.tar.gz) = 838968 bytes
SHA1 (patch-aa) = 6045d32ce2b123410b20bbd410111400766834f9
-SHA1 (patch-ab) = b55b6eb64590240a4ddaba898637090212f6ca24
-SHA1 (patch-ac) = e7c7af562a42aab161bc93de7bf360fe27ce038b
+SHA1 (patch-ab) = 7a174709e599b252d82ec9ef949aa8feab2f279e
+SHA1 (patch-ac) = fd3d75d947b08e9c1a6c16766ba8b160da822ad4
SHA1 (patch-ad) = a09d1f291d3cae46a92116c512a21601806f874e
diff --git a/emulators/uae/patches/patch-ab b/emulators/uae/patches/patch-ab
index a9e34a9aa79..18410c21d21 100644
--- a/emulators/uae/patches/patch-ab
+++ b/emulators/uae/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.3 2001/05/31 21:38:52 kristerw Exp $
---- src/disk.c.bak Mon Feb 19 21:59:10 2001
-+++ src/disk.c Thu May 31 21:32:05 2001
-@@ -1037,6 +1037,8 @@
+$NetBSD: patch-ab,v 1.4 2001/08/01 20:44:04 kristerw Exp $
+--- src/disk.c.bak Sat Jul 28 15:44:50 2001
++++ src/disk.c Wed Aug 1 22:24:13 2001
+@@ -1152,6 +1152,8 @@
also it seems some copy protections require this fix */
DISK_start ();
@@ -10,11 +10,11 @@ $NetBSD: patch-ab,v 1.3 2001/05/31 21:38:52 kristerw Exp $
/* Try to make floppy access from Kickstart faster. */
if (dskdmaen != 2)
return;
-@@ -1076,6 +1078,7 @@
+@@ -1196,6 +1198,7 @@
}
}
}
+#endif
}
- /* this unoptimized code should be enough (DSKBYTR and DSKDATR are used very rarely) */
+ /* this is very unoptimized. DSKBYTR is used very rarely, so it should not matter. */
diff --git a/emulators/uae/patches/patch-ac b/emulators/uae/patches/patch-ac
index 45ebfcf4f96..ca761b14fb2 100644
--- a/emulators/uae/patches/patch-ac
+++ b/emulators/uae/patches/patch-ac
@@ -1,18 +1,18 @@
-$NetBSD: patch-ac,v 1.1 2001/05/31 21:38:52 kristerw Exp $
---- configure.bak Tue Aug 15 22:01:31 2000
-+++ configure Thu May 31 22:46:00 2001
-@@ -6396,9 +6396,8 @@
+$NetBSD: patch-ac,v 1.2 2001/08/01 20:44:04 kristerw Exp $
+--- configure.bak Mon Jul 30 21:19:23 2001
++++ configure Wed Aug 1 22:21:35 2001
+@@ -6393,9 +6393,8 @@
fi
-if [ "x$HAVE_MACHINE_JOYSTICK_H" = "xyes" ]; then
- cat > conftest.$ac_ext <<EOF
- #line 6402 "configure"
+ #line 6399 "configure"
+cat > conftest.$ac_ext <<EOF
#include "confdefs.h"
#include <machine/joystick.h>
int main() {
-@@ -6411,11 +6410,10 @@
+@@ -6408,9 +6407,7 @@
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
@@ -22,7 +22,4 @@ $NetBSD: patch-ac,v 1.1 2001/05/31 21:38:52 kristerw Exp $
+ rm -rf conftest*
OD_JOYSTICK=$OSDEP/joystick.c
fi
-+rm -f conftest*
- rm -f src/machdep
- rm -f src/osdep