summaryrefslogtreecommitdiff
path: root/emulators/uae
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2002-01-01 19:05:21 +0000
committerkristerw <kristerw@pkgsrc.org>2002-01-01 19:05:21 +0000
commit42afb7110520d02503da157c915fdba81ad26a85 (patch)
tree32efa32aa59fc50f0181c839859fa21434e8f414 /emulators/uae
parent318556c7ffc739f0471242073008456ec71af0e4 (diff)
downloadpkgsrc-42afb7110520d02503da157c915fdba81ad26a85.tar.gz
Update uae to version 0.8.20.
Changes since 0.8.19: 9B1230 lockscr/unlockscr fixes in drawing.c. Add sdlgfx from Bernd [4] Lachner. Filesystem asm code improvements from Toni (make it pic, call setup_exter earlier in the boot sequence, etc.) Also add Toni's patch to make rtarea position configurable (keep it at 0xF00000 for now, though). Avoid installing filesystem stuff if user didn't request to mount directories. BEAMCON0 is only available with ECS Agnus. Revert some bogus parts of the write_log patch. 9B1219 Add some missing clipping to the Picasso code. Limit number of illegal-mem warnings. 9B1217 Fix the GUI crash when changing floppies. Changes to support programs that change between HAM/no HAM in the middle of a line. Some bug fixes, and a big fprintf->write_log patch from Alex Kazik.
Diffstat (limited to 'emulators/uae')
-rw-r--r--emulators/uae/Makefile9
-rw-r--r--emulators/uae/distinfo8
-rw-r--r--emulators/uae/patches/patch-ac12
3 files changed, 13 insertions, 16 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index 98f4876c3bd..fecd5a46763 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2001/12/01 16:23:22 kristerw Exp $
+# $NetBSD: Makefile,v 1.19 2002/01/01 19:05:21 kristerw Exp $
-DISTNAME= uae-0.8.19
+DISTNAME= uae-0.8.20
PKGNAME= ${DISTNAME}
CATEGORIES= emulators
MASTER_SITES= http://www.freiburg.linux.de/~uae/bin/sources/develop/
@@ -15,10 +15,7 @@ USE_GMAKE= yes
USE_X11= yes
GNU_CONFIGURE= yes
-# Because using the gtk+ user interface requires a thread library
-# we use a brute force method to avoid detection of gtk+.
-CONFIGURE_ARGS+= --enable-dga --enable-vidmode \
- --with-gtk-prefix=${WRKDIR}
+CONFIGURE_ARGS+= --enable-dga --enable-vidmode --disable-ui
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} readdisk uae ${PREFIX}/bin
diff --git a/emulators/uae/distinfo b/emulators/uae/distinfo
index 493199db155..78f4bcf1533 100644
--- a/emulators/uae/distinfo
+++ b/emulators/uae/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2001/12/01 16:23:22 kristerw Exp $
+$NetBSD: distinfo,v 1.7 2002/01/01 19:05:21 kristerw Exp $
-SHA1 (uae-0.8.19.tar.gz) = 0ddc307f525dd2aa8a027c8030c487ba162d2b4f
-Size (uae-0.8.19.tar.gz) = 903232 bytes
+SHA1 (uae-0.8.20.tar.gz) = 5a81e1bcb1fffb7f8e8d94890290a506060684e5
+Size (uae-0.8.20.tar.gz) = 911697 bytes
SHA1 (patch-aa) = 6045d32ce2b123410b20bbd410111400766834f9
SHA1 (patch-ab) = 7a174709e599b252d82ec9ef949aa8feab2f279e
-SHA1 (patch-ac) = f9bb472e7cb2a4d34d9d92c7bf329b02fb200a36
+SHA1 (patch-ac) = 8cabbb011f2f0ba28aa3bb3daa953e999b02964e
SHA1 (patch-ad) = a09d1f291d3cae46a92116c512a21601806f874e
diff --git a/emulators/uae/patches/patch-ac b/emulators/uae/patches/patch-ac
index b5afbca33d1..0bdb1d169c4 100644
--- a/emulators/uae/patches/patch-ac
+++ b/emulators/uae/patches/patch-ac
@@ -1,16 +1,16 @@
-$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 @@
+$NetBSD: patch-ac,v 1.4 2002/01/01 19:05:21 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 6539 "configure"
+ #line 6585 "configure"
#include "confdefs.h"
-@@ -6548,9 +6548,7 @@
+@@ -6594,9 +6594,7 @@
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5