Thu Sep 12 14:35:12 2013 UTC ()
Update to 0.9.15

* Update EmuTOS to 0.9.1.

Changelog:
2013/04/15 - version 0.9.15 released

 The main new feature of this release is the seamless mouse integration mode:

 o Mouse input handling is improved a lot. Now ARAnyM has a seamless mouse
   integration when new Clocky (2013/04/15) is loaded.
 o There is no need to manually ungrab or grab the mouse.
 o Also mouse grab on left button click now reacts on the first button
   click everytime (previously only if you had window focus) and the
   host and mouse cursor positions are synced.
 o And if you ungrab the mouse intentionally then it's not automatically
   grabbed when the host mouse pointer returns to ARAnyM window.
 o At last, the annoying "resetting weird mouse packet" error is gone, too.

 Bugs fixed:

 o Native Features were missing proper memory overflow checks and bugs
   in NatFeat drivers could kill the ARAnyM.
 o NFVDI had a bug (a race condition) in resolution switching.
 o build date of EmuTOS was decoded improperly


(ryoon)
diff -r1.28 -r1.29 pkgsrc/emulators/aranym/Makefile
diff -r1.11 -r1.12 pkgsrc/emulators/aranym/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/emulators/aranym/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/aranym/Makefile 2013/07/21 17:28:12 1.28
+++ pkgsrc/emulators/aranym/Makefile 2013/09/12 14:35:12 1.29
@@ -1,41 +1,41 @@ @@ -1,41 +1,41 @@
1# $NetBSD: Makefile,v 1.28 2013/07/21 17:28:12 ryoon Exp $ 1# $NetBSD: Makefile,v 1.29 2013/09/12 14:35:12 ryoon Exp $
2# 2#
3 3
4DISTNAME= aranym_0.9.14.orig 4DISTNAME= aranym_0.9.15.orig
5PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} 5PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
6CATEGORIES= emulators 6CATEGORIES= emulators
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/}
8SITES.emutos-512k-0.8.7.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/} 8SITES.emutos-512k-0.9.1.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/}
9DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-0.8.7.zip 9DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-0.9.1.zip
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://aranym.sourceforge.net/ 12HOMEPAGE= http://aranym.sourceforge.net/
13COMMENT= Atari Running on Any Machine 13COMMENT= Atari Running on Any Machine
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
15 15
16WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 16WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
17 17
18AUTOCONF_REQD= 2.50 18AUTOCONF_REQD= 2.50
19 19
20USE_TOOLS+= autoconf gmake gzip 20USE_TOOLS+= autoconf gmake gzip
21USE_LANGUAGES= c c++ 21USE_LANGUAGES= c c++
22GNU_CONFIGURE= yes 22GNU_CONFIGURE= yes
23MANCOMPRESSED= yes 23MANCOMPRESSED= yes
24 24
25CONFIGURE_ARGS+= --enable-fullmmu 25CONFIGURE_ARGS+= --enable-fullmmu
26CONFIGURE_ARGS+= --enable-atc=full 26CONFIGURE_ARGS+= --enable-atc=full
27 27
28EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-0.8.7 28EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-0.9.1
29EMUTOS_DOC_DIR= ${PREFIX}/share/doc/aranym/emutos 29EMUTOS_DOC_DIR= ${PREFIX}/share/doc/aranym/emutos
30EMUTOS_ROM_DIR= ${PREFIX}/share/aranym 30EMUTOS_ROM_DIR= ${PREFIX}/share/aranym
31 31
32REQD_DIRS+= ${EMUTOS_ROM_DIR} ${EMUTOS_DOC_DIR} 32REQD_DIRS+= ${EMUTOS_ROM_DIR} ${EMUTOS_DOC_DIR}
33 33
34SUBST_CLASSES+= paths 34SUBST_CLASSES+= paths
35SUBST_STAGE.paths= post-build 35SUBST_STAGE.paths= post-build
36SUBST_FILES.paths= doc/config 36SUBST_FILES.paths= doc/config
37SUBST_FILES.paths+= doc/aranym.1 37SUBST_FILES.paths+= doc/aranym.1
38SUBST_SED.paths= -e "s|/usr/share/|${PREFIX}/share/|g" 38SUBST_SED.paths= -e "s|/usr/share/|${PREFIX}/share/|g"
39SUBST_SED.paths+= -e "s|/usr/local/share/|${PREFIX}/share/|g" 39SUBST_SED.paths+= -e "s|/usr/local/share/|${PREFIX}/share/|g"
40SUBST_MESSAGE.paths= Fixing hardcoded paths. 40SUBST_MESSAGE.paths= Fixing hardcoded paths.
41 41

cvs diff -r1.11 -r1.12 pkgsrc/emulators/aranym/distinfo (expand / switch to unified diff)

--- pkgsrc/emulators/aranym/distinfo 2012/10/06 12:46:12 1.11
+++ pkgsrc/emulators/aranym/distinfo 2013/09/12 14:35:12 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: distinfo,v 1.11 2012/10/06 12:46:12 ryoon Exp $ 1$NetBSD: distinfo,v 1.12 2013/09/12 14:35:12 ryoon Exp $
2 2
3SHA1 (aranym_0.9.14.orig.tar.gz) = abeff6ba8f5f26e580e072ab42c8c1b76cbdc67d 3SHA1 (aranym_0.9.15.orig.tar.gz) = efeca8723e04db8fe0b12c5b06e39bfc477a800b
4RMD160 (aranym_0.9.14.orig.tar.gz) = c2a30a432b1c5938baa760cb6aa3a90be43ed4fb 4RMD160 (aranym_0.9.15.orig.tar.gz) = 65d0ef617e7995e663fc0f26780b960f8669fb71
5Size (aranym_0.9.14.orig.tar.gz) = 1831715 bytes 5Size (aranym_0.9.15.orig.tar.gz) = 1798264 bytes
6SHA1 (emutos-512k-0.8.7.zip) = 940bd41f5ef2e34d39bb154633f3f1bbbfb088a9 6SHA1 (emutos-512k-0.9.1.zip) = 0195c29453b3a11ec425f379b9e14f0e3a1dc5f8
7RMD160 (emutos-512k-0.8.7.zip) = c8a1273eff9011bc5801d0f580379c59482946e7 7RMD160 (emutos-512k-0.9.1.zip) = 26049842ed8587b06d52922248091ef79ac6d22e
8Size (emutos-512k-0.8.7.zip) = 254887 bytes 8Size (emutos-512k-0.9.1.zip) = 282506 bytes
9SHA1 (patch-ab) = 8796751780cc559acd089298f3e8a0918d36db3a 9SHA1 (patch-ab) = 8796751780cc559acd089298f3e8a0918d36db3a
10SHA1 (patch-ac) = 8899894456b01c84efd9f96f553750c87df7c21a 10SHA1 (patch-ac) = 8899894456b01c84efd9f96f553750c87df7c21a
11SHA1 (patch-ad) = bb8d6b2ecd0c0066f3032a0ef196a1adb51d1786 11SHA1 (patch-ad) = bb8d6b2ecd0c0066f3032a0ef196a1adb51d1786
12SHA1 (patch-ae) = 6c7ab7cf17bb9da5944c9a09474079bcfe7e7f43 12SHA1 (patch-ae) = 6c7ab7cf17bb9da5944c9a09474079bcfe7e7f43
13SHA1 (patch-configure.ac) = f04e65242c57b0efc7c300118341efa86994e37f 13SHA1 (patch-configure.ac) = f04e65242c57b0efc7c300118341efa86994e37f
14SHA1 (patch-src_uae__cpu_fpu_fpu__mpfr.cpp) = c492c198a746d62470112b7a7367692d47e16b61 14SHA1 (patch-src_uae__cpu_fpu_fpu__mpfr.cpp) = c492c198a746d62470112b7a7367692d47e16b61