diff options
author | kristerw <kristerw> | 2001-11-27 00:04:45 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2001-11-27 00:04:45 +0000 |
commit | bb626a552216882220dacf3ac263dd4af969c160 (patch) | |
tree | 75a2eaded41094ea11c3e275fa20fef7fc31b66c /emulators | |
parent | ee54b9a0ab2bac03789ed147b1b2f09408a71155 (diff) | |
download | pkgsrc-bb626a552216882220dacf3ac263dd4af969c160.tar.gz |
Update emulators/uae to version 0.8.18.
User-visible changes in 0.8.18:
- Numerous bug fixes.
- There's a track and LED display added to the bottom of the screen.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/uae/Makefile | 4 | ||||
-rw-r--r-- | emulators/uae/distinfo | 8 | ||||
-rw-r--r-- | emulators/uae/patches/patch-ac | 29 |
3 files changed, 19 insertions, 22 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index c0319bce030..3075ae5288c 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2001/08/01 20:44:03 kristerw Exp $ +# $NetBSD: Makefile,v 1.17 2001/11/27 00:04:45 kristerw Exp $ -DISTNAME= uae-0.8.17 +DISTNAME= uae-0.8.18 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 b74625cc164..626b1f39292 100644 --- a/emulators/uae/distinfo +++ b/emulators/uae/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2001/08/01 20:44:03 kristerw Exp $ +$NetBSD: distinfo,v 1.5 2001/11/27 00:04:46 kristerw Exp $ -SHA1 (uae-0.8.17.tar.gz) = 41098c6703062b3cf3ccf35e2e1f6cb992fbecf7 -Size (uae-0.8.17.tar.gz) = 838968 bytes +SHA1 (uae-0.8.18.tar.gz) = dab3d2eaa94df8e4b35b4476041efef58daadcd6 +Size (uae-0.8.18.tar.gz) = 899111 bytes SHA1 (patch-aa) = 6045d32ce2b123410b20bbd410111400766834f9 SHA1 (patch-ab) = 7a174709e599b252d82ec9ef949aa8feab2f279e -SHA1 (patch-ac) = fd3d75d947b08e9c1a6c16766ba8b160da822ad4 +SHA1 (patch-ac) = f9bb472e7cb2a4d34d9d92c7bf329b02fb200a36 SHA1 (patch-ad) = a09d1f291d3cae46a92116c512a21601806f874e diff --git a/emulators/uae/patches/patch-ac b/emulators/uae/patches/patch-ac index ca761b14fb2..b5afbca33d1 100644 --- a/emulators/uae/patches/patch-ac +++ b/emulators/uae/patches/patch-ac @@ -1,25 +1,22 @@ -$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 - +$NetBSD: patch-ac,v 1.3 2001/11/27 00:04:46 kristerw Exp $ +--- configure.orig Mon Nov 19 13:34:18 2001 ++++ configure Tue Nov 27 00:46:17 2001 +@@ -6533,7 +6533,7 @@ --if [ "x$HAVE_MACHINE_JOYSTICK_H" = "xyes" ]; then -- cat > conftest.$ac_ext <<EOF - #line 6399 "configure" -+cat > conftest.$ac_ext <<EOF + 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 6539 "configure" #include "confdefs.h" - #include <machine/joystick.h> - int main() { -@@ -6408,9 +6407,7 @@ +@@ -6548,9 +6548,7 @@ else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 -fi --rm -f conftest* + rm -f conftest* -else -+ rm -rf conftest* OD_JOYSTICK=$OSDEP/joystick.c fi - + fi |