From 32d95b8d594010b79a59c02c8b2e8dd03e985aad Mon Sep 17 00:00:00 2001 From: kristerw Date: Thu, 13 Jul 2000 17:34:38 +0000 Subject: Updated UAE to version 0.8.12: Changes from last packaged version: User-visible changes in 0.8.12: - Several bugfixes User-visible changes in 0.8.11: - Finally, an accurate copper emulation, thanks to Sam Jordan. - Sprite emulation fixes, also due to Sam Jordan. - Some CPU emulation fixes (Keith Rollin, Toni Wilen, Lauri Pesonen) - Old command line options actually work now. - Some floppy related lockups removed. User-visible changes in 0.8.10: - Audio interpolation - Bugfixes for * disk emulation * FPU emulation * CPU prefetch emulation (the "compatible" setting). * some 2.0+ filesystem packets * text-based UI (should compile again) * some other parts - People like me who liked the old command line options better can now use (most of) them again. User-visible changes in 0.8.9: - The filesystem emulation should be able to emulate an Amiga FS more accurately. Script/Pure bits and filenotes are kept. - Patrick Ohly contributed SCSI support (currently Linux only) that allows you to (e.g.) use CD writers with the emulator. The package has ben changed to use the NetBSD sound driver instead of oss. --- emulators/uae/Makefile | 11 +++-------- emulators/uae/files/md5 | 4 ++-- emulators/uae/files/patch-sum | 8 +++++--- emulators/uae/patches/patch-aa | 13 ------------- emulators/uae/patches/patch-ab | 32 -------------------------------- 5 files changed, 10 insertions(+), 58 deletions(-) delete mode 100644 emulators/uae/patches/patch-aa delete mode 100644 emulators/uae/patches/patch-ab (limited to 'emulators') diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 3c976f795fd..00b51406367 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2000/02/23 19:51:57 soren Exp $ +# $NetBSD: Makefile,v 1.6 2000/07/13 17:34:38 kristerw Exp $ -DISTNAME= uae-0.8.8 +DISTNAME= uae-0.8.12 CATEGORIES= emulators MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/ -MAINTAINER= packages@netbsd.org +MAINTAINER= kristerw@netbsd.org HOMEPAGE= http://www.freiburg.linux.de/~uae/ NOT_FOR_PLATFORM= *-*-arm32 @@ -13,17 +13,12 @@ USE_GMAKE= yes USE_X11= yes GNU_CONFIGURE= yes -CPPFLAGS= -I${WRKSRC}/src/include # 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_ENV+= CPPFLAGS="${CPPFLAGS}" -post-extract: - @${MKDIR} ${WRKSRC}/src/include/machine - @${LN} -sf /usr/include/soundcard.h ${WRKSRC}/src/include/machine - post-configure: (cd ${WRKSRC}/src; ${MAKE} .SECONDARY) diff --git a/emulators/uae/files/md5 b/emulators/uae/files/md5 index a071d756f22..aafe532f541 100644 --- a/emulators/uae/files/md5 +++ b/emulators/uae/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/06/19 14:38:08 tron Exp $ +$NetBSD: md5,v 1.2 2000/07/13 17:34:39 kristerw Exp $ -MD5 (uae-0.8.8.tar.gz) = bda61e3e67e095a96014efaf6c6ec705 +MD5 (uae-0.8.12.tar.gz) = d1d055659e649a954b85e715026b23fb diff --git a/emulators/uae/files/patch-sum b/emulators/uae/files/patch-sum index be54c464288..97a1a6230f8 100644 --- a/emulators/uae/files/patch-sum +++ b/emulators/uae/files/patch-sum @@ -1,4 +1,6 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:48 agc Exp $ +$NetBSD: patch-sum,v 1.2 2000/07/13 17:34:40 kristerw Exp $ -MD5 (patch-aa) = fcbc6067f52c097d873284f9e175b82a -MD5 (patch-ab) = 1cd48433c8494be1101a3a2f0b16f269 +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/emulators/uae/patches/patch-aa b/emulators/uae/patches/patch-aa deleted file mode 100644 index 749020affff..00000000000 --- a/emulators/uae/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/06/19 14:38:08 tron Exp $ - ---- src/Makefile.in.orig Tue Dec 29 00:50:26 1998 -+++ src/Makefile.in Sat Jun 19 15:25:48 1999 -@@ -10,7 +10,7 @@ - CFLAGS = @CFLAGS@ -D__inline__=@ac_cv_c_inline@ - X_CFLAGS = @X_CFLAGS@ @GTK_CFLAGS@ -DSHM_SUPPORT_LINKS=@SHM_SUPPORT_LINKS@ - TARGET = @TARGET@ --LIBRARIES = @LIBRARIES@ @LIBS@ @GTK_LIBS@ -+LIBRARIES = @LIBRARIES@ @LIBS@ @GTK_LIBS@ -lossaudio - MATHLIB = @MATHLIB@ - RESOBJS = @RESOBJS@ - diff --git a/emulators/uae/patches/patch-ab b/emulators/uae/patches/patch-ab deleted file mode 100644 index 2165df3b80b..00000000000 --- a/emulators/uae/patches/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-ab,v 1.1 1999/06/19 15:30:56 tron Exp $ - ---- src/sd-uss/sound.c.orig Wed Jul 15 11:41:13 1998 -+++ src/sd-uss/sound.c Sat Jun 19 17:20:15 1999 -@@ -51,12 +51,12 @@ - /* Try to determine whether sound is available. This is only for GUI purposes. */ - int setup_sound (void) - { -- sound_fd = open ("/dev/dsp", O_WRONLY); -+ sound_fd = open ("/dev/sound", O_WRONLY); - - sound_available = 0; - - if (sound_fd < 0) { -- perror ("Can't open /dev/dsp"); -+ perror ("Can't open /dev/sound"); - if (errno == EBUSY) { - /* We can hope, can't we ;) */ - sound_available = 1; -@@ -82,10 +82,10 @@ - int rate; - int dspbits; - -- sound_fd = open ("/dev/dsp", O_WRONLY); -+ sound_fd = open ("/dev/sound", O_WRONLY); - have_sound = !(sound_fd < 0); - if (! have_sound) { -- perror ("Can't open /dev/dsp"); -+ perror ("Can't open /dev/sound"); - if (errno != EBUSY) - sound_available = 0; - return 0; -- cgit v1.2.3