pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/hatari Update to 0.60
details: https://anonhg.NetBSD.org/pkgsrc/rev/18598234b292
branches: trunk
changeset: 486049:18598234b292
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Dec 21 20:14:38 2004 +0000
description:
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:
emulators/hatari/Makefile | 5 +++--
emulators/hatari/distinfo | 7 +++----
emulators/hatari/patches/patch-ab | 12 ------------
3 files changed, 6 insertions(+), 18 deletions(-)
diffs (47 lines):
diff -r 8b1eb5961e76 -r 18598234b292 emulators/hatari/Makefile
--- a/emulators/hatari/Makefile Tue Dec 21 18:56:44 2004 +0000
+++ b/emulators/hatari/Makefile Tue Dec 21 20:14:38 2004 +0000
@@ -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 @@
${PREFIX}/share/doc/hatari
.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 8b1eb5961e76 -r 18598234b292 emulators/hatari/distinfo
--- a/emulators/hatari/distinfo Tue Dec 21 18:56:44 2004 +0000
+++ b/emulators/hatari/distinfo Tue Dec 21 20:14:38 2004 +0000
@@ -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 -r 8b1eb5961e76 -r 18598234b292 emulators/hatari/patches/patch-ab
--- a/emulators/hatari/patches/patch-ab Tue Dec 21 18:56:44 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index