diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-12-21 20:14:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-12-21 20:14:38 +0000 |
commit | 415d4ac8fc88c251ad7c8f9fa9b46576802a46cf (patch) | |
tree | fc0bd70b1653929f6e6e203dca4f37f6a5ab7777 /emulators/hatari | |
parent | 7687cb5c997fc9aa80d8f2567557e9ad68210c58 (diff) | |
download | pkgsrc-415d4ac8fc88c251ad7c8f9fa9b46576802a46cf.tar.gz |
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.
Diffstat (limited to 'emulators/hatari')
-rw-r--r-- | emulators/hatari/Makefile | 5 | ||||
-rw-r--r-- | emulators/hatari/distinfo | 7 | ||||
-rw-r--r-- | emulators/hatari/patches/patch-ab | 12 |
3 files changed, 6 insertions, 18 deletions
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 |