pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Updated emulators/aranym to 0.8.9beta.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bff3f5f7e83b
branches: trunk
changeset: 477800:bff3f5f7e83b
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Fri Jul 09 14:38:52 2004 +0000
description:
Updated emulators/aranym to 0.8.9beta.
2004/07/06 - version 0.8.9beta released
Great bug fixes:
o JIT CPU is working on Linux 2.6.x
o Blitter is finally not crashing anymore
o integrated LILO (Linux Loader) reads gzipped files
o SDL GUI now accepts numbers typed on numpad
Especially the Blitter fix itself justifies a new release
since it has always been buggy and it was so annoying. Now we've won.
diffstat:
doc/CHANGES | 3 ++-
doc/TODO | 3 +--
emulators/aranym/Makefile | 21 +++++++++++++++++++--
emulators/aranym/distinfo | 7 +++----
emulators/aranym/patches/patch-aa | 13 -------------
5 files changed, 25 insertions(+), 22 deletions(-)
diffs (98 lines):
diff -r a3a178f81124 -r bff3f5f7e83b doc/CHANGES
--- a/doc/CHANGES Fri Jul 09 13:51:20 2004 +0000
+++ b/doc/CHANGES Fri Jul 09 14:38:52 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6512 2004/07/09 12:11:20 markd Exp $
+$NetBSD: CHANGES,v 1.6513 2004/07/09 14:38:52 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3322,3 +3322,4 @@
Updated boehm-gc to 6.3 [recht 2004-07-09]
Updated kadu to 0.3.9 [adam 2004-07-09]
Updated koffice to 1.3.2 [markd 2004-07-09]
+ Updated aranym to 0.8.9beta [xtraeme 2004-07-09]
diff -r a3a178f81124 -r bff3f5f7e83b doc/TODO
--- a/doc/TODO Fri Jul 09 13:51:20 2004 +0000
+++ b/doc/TODO Fri Jul 09 14:38:52 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.1912 2004/07/09 12:42:20 wiz Exp $
+$NetBSD: TODO,v 1.1913 2004/07/09 14:38:52 xtraeme Exp $
Suggested new packages
======================
@@ -171,7 +171,6 @@
o apache-2.0.50 [adrianp]
o apcupsd-3.10.13
o aqsis-0.9.1
- o aranym-0.8.9
o asc-1.15.0
o avidemux-2.0.20
o balsa-1.4.4
diff -r a3a178f81124 -r bff3f5f7e83b emulators/aranym/Makefile
--- a/emulators/aranym/Makefile Fri Jul 09 13:51:20 2004 +0000
+++ b/emulators/aranym/Makefile Fri Jul 09 14:38:52 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/07/06 07:31:56 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/09 14:38:52 xtraeme Exp $
#
-DISTNAME= aranym-0.8.8beta
+DISTNAME= aranym-0.8.9beta
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/}
@@ -18,7 +18,24 @@
ALL_TARGET= # void
+BUILD_DEFS+= FIXED_FASTRAM
+
+FIXED_FASTRAM?= 64 # Default value
+
CONFIGURE_ARGS+= --enable-opengl
+CONFIGURE_ARGS+= --enable-fullmmu
+CONFIGURE_ARGS+= --enable-dsp-disasm
+CONFIGURE_ARGS+= --enable-blitsdlblit
+CONFIGURE_ARGS+= --enable-fixedvideoram
+CONFIGURE_ARGS+= --enable-fixedfastram=${FIXED_FASTRAM}
+CONFIGURE_ARGS+= --enable-blitmemmove
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "NetBSD"
+CONFIGURE_ARGS+= --enable-nfpci
+.endif
+
MANCOMPRESSED= aranym.1.gz
pre-build:
diff -r a3a178f81124 -r bff3f5f7e83b emulators/aranym/distinfo
--- a/emulators/aranym/distinfo Fri Jul 09 13:51:20 2004 +0000
+++ b/emulators/aranym/distinfo Fri Jul 09 14:38:52 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/07/06 07:28:38 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/07/09 14:38:52 xtraeme Exp $
-SHA1 (aranym-0.8.8beta.tar.gz) = 3fc5a9aa571479b0974a6d0039b82ac26740f60e
-Size (aranym-0.8.8beta.tar.gz) = 1245593 bytes
-SHA1 (patch-aa) = bbe6cf3f408473a609bef03bcac9e2a07d3fb10a
+SHA1 (aranym-0.8.9beta.tar.gz) = 509ad0e79c53ace176a8acef2fb2a4f23fa87d69
+Size (aranym-0.8.9beta.tar.gz) = 1246180 bytes
diff -r a3a178f81124 -r bff3f5f7e83b emulators/aranym/patches/patch-aa
--- a/emulators/aranym/patches/patch-aa Fri Jul 09 13:51:20 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/07/06 07:28:38 xtraeme Exp $
-
---- ../gui-sdl/dlgAlert.cpp.orig 2004-07-06 09:17:50.000000000 +0200
-+++ ../gui-sdl/dlgAlert.cpp 2004-07-06 09:18:37.000000000 +0200
-@@ -91,7 +91,7 @@
- */
- int Dialog_AlertDlg(const char *text)
- {
-- char *t = strdupa(text);
-+ char *t = strdup(text);
- static int maxlen = sizeof(dlglines[0])-1;
- int lines = FormatTextToBox(t, maxlen);
- for(int i=0; i<MAX_LINES; i++) {
Home |
Main Index |
Thread Index |
Old Index