From 68489ccf854bc2b8b95a8be1a69a5d2172386c57 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 21 Dec 2004 20:14:38 +0000 Subject: Update to 0.60 Changes: - Again some code cleanup and bug fixes. - The configuration file layout has changed a little bit: You might have to check your settings in the GUI and to save the new configuration again. - Window/fullscreen mode is now correctly initialized from the configuration file. - Added --window command line option to force a start in window mode. - Added alert boxes to show warnings, errors and information messages. - PC mouse pointer is now better in sync with the ST mouse pointer. - It's now possible to load an alternative cartridge image file. --- emulators/hatari/Makefile | 5 +++-- emulators/hatari/distinfo | 7 +++---- emulators/hatari/patches/patch-ab | 12 ------------ 3 files changed, 6 insertions(+), 18 deletions(-) delete mode 100644 emulators/hatari/patches/patch-ab diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index b5698299cbe..19da5db37fd 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2004/11/19 10:09:48 adam Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/21 20:14:38 xtraeme Exp $ -DISTNAME= hatari-0.50 +DISTNAME= hatari-0.60 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hatari/} @@ -20,4 +20,5 @@ post-install: ${PREFIX}/share/doc/hatari .include "../../devel/SDL/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo index a84d95a7fad..d408f31f09c 100644 --- a/emulators/hatari/distinfo +++ b/emulators/hatari/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.4 2004/11/19 10:09:48 adam Exp $ +$NetBSD: distinfo,v 1.5 2004/12/21 20:14:38 xtraeme Exp $ -SHA1 (hatari-0.50.tar.gz) = 23e7086c3cb37dee30d04a3099def18efd2ec10d -Size (hatari-0.50.tar.gz) = 497202 bytes +SHA1 (hatari-0.60.tar.gz) = 19fda46f69b8eb7bfbfb1ba674834216050e94e9 +Size (hatari-0.60.tar.gz) = 500054 bytes SHA1 (patch-aa) = 1ebe2f92ee176cf5d5b1e4a7c5e2143b1d766ea8 -SHA1 (patch-ab) = 8879321fb8acb5f9724f26bc040900dec1ba0f79 diff --git a/emulators/hatari/patches/patch-ab b/emulators/hatari/patches/patch-ab deleted file mode 100644 index f1e7018e225..00000000000 --- a/emulators/hatari/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2004/11/19 10:10:08 adam Exp $ - ---- configure.orig 2004-11-19 10:59:03.000000000 +0000 -+++ configure -@@ -2158,7 +2158,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA= - - # Use the following lines for a release versions: - if test x"${GCC}" = xyes; then -- CFLAGS="-O3 -fomit-frame-pointer" - fi - - # extra command line options -- cgit v1.2.3