diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-10-06 12:46:12 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-10-06 12:46:12 +0000 |
commit | 57ac370bd997b043949449f4886b89799603c7f6 (patch) | |
tree | 08b53ceb503ebfa1576767d6ae1173f20fd1f117 /emulators | |
parent | f19b570cdc8b56a0ba5fc47150904f512f4e59d6 (diff) | |
download | pkgsrc-57ac370bd997b043949449f4886b89799603c7f6.tar.gz |
Update to 0.9.14
* Update emutos to 0.8.7
Changelog:
2012/09/20 - version 0.9.14 released
Mac users: check out the new bridged ethernet (see README_ethernet.rtf).
All users: try out the new Single Blit Composing and Single Blit Refresh
modes - they might give you a better video performance.
There are also many compilation and build fixes for various MacOSX targets
and few MPFR FPU fixes.
And last but not least, there's a neat user requested feature - mouse ungrab
(frees your keyboard and mouse from ARAnyM window so you can work in other
applications while ARAnyM is running) simply by clicking the host middle
mouse button (well, works only if you don't have the Eiffel mouse wheel
emulation enabled in settings).
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aranym/Makefile | 11 | ||||
-rw-r--r-- | emulators/aranym/distinfo | 16 | ||||
-rw-r--r-- | emulators/aranym/patches/patch-configure.ac | 60 |
3 files changed, 34 insertions, 53 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index 8e4112ada2b..617004ac2a0 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.26 2012/10/03 12:55:09 asau Exp $ +# $NetBSD: Makefile,v 1.27 2012/10/06 12:46:12 ryoon Exp $ # -DISTNAME= aranym_0.9.13.orig +DISTNAME= aranym_0.9.14.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} -PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/} -SITES.emutos-512k-0.8.6.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/} -DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-0.8.6.zip +SITES.emutos-512k-0.8.7.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/} +DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-0.8.7.zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aranym.sourceforge.net/ @@ -26,7 +25,7 @@ MANCOMPRESSED= yes CONFIGURE_ARGS+= --enable-fullmmu CONFIGURE_ARGS+= --enable-atc=full -EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-0.8.6 +EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-0.8.7 EMUTOS_DOC_DIR= ${PREFIX}/share/doc/aranym/emutos EMUTOS_ROM_DIR= ${PREFIX}/share/aranym diff --git a/emulators/aranym/distinfo b/emulators/aranym/distinfo index bb9467b4e0e..5559a98685b 100644 --- a/emulators/aranym/distinfo +++ b/emulators/aranym/distinfo @@ -1,14 +1,14 @@ -$NetBSD: distinfo,v 1.10 2012/09/28 16:30:16 ryoon Exp $ +$NetBSD: distinfo,v 1.11 2012/10/06 12:46:12 ryoon Exp $ -SHA1 (aranym_0.9.13.orig.tar.gz) = fa06e8204eef848c16411e4fbfdc2a19c64599c5 -RMD160 (aranym_0.9.13.orig.tar.gz) = c6e7303b56d8c63b836e573755cf592f935bb85e -Size (aranym_0.9.13.orig.tar.gz) = 1779673 bytes -SHA1 (emutos-512k-0.8.6.zip) = 9549027b6a1759f86d7d4467dac6377768fbd0bf -RMD160 (emutos-512k-0.8.6.zip) = bc08eb71260fd11cf9531022603ff25a673140f3 -Size (emutos-512k-0.8.6.zip) = 240998 bytes +SHA1 (aranym_0.9.14.orig.tar.gz) = abeff6ba8f5f26e580e072ab42c8c1b76cbdc67d +RMD160 (aranym_0.9.14.orig.tar.gz) = c2a30a432b1c5938baa760cb6aa3a90be43ed4fb +Size (aranym_0.9.14.orig.tar.gz) = 1831715 bytes +SHA1 (emutos-512k-0.8.7.zip) = 940bd41f5ef2e34d39bb154633f3f1bbbfb088a9 +RMD160 (emutos-512k-0.8.7.zip) = c8a1273eff9011bc5801d0f580379c59482946e7 +Size (emutos-512k-0.8.7.zip) = 254887 bytes SHA1 (patch-ab) = 8796751780cc559acd089298f3e8a0918d36db3a SHA1 (patch-ac) = 8899894456b01c84efd9f96f553750c87df7c21a SHA1 (patch-ad) = bb8d6b2ecd0c0066f3032a0ef196a1adb51d1786 SHA1 (patch-ae) = 6c7ab7cf17bb9da5944c9a09474079bcfe7e7f43 -SHA1 (patch-configure.ac) = 528076ace6ef57332e051109ccbd07eda6eaed72 +SHA1 (patch-configure.ac) = f04e65242c57b0efc7c300118341efa86994e37f SHA1 (patch-src_uae__cpu_fpu_fpu__mpfr.cpp) = c492c198a746d62470112b7a7367692d47e16b61 diff --git a/emulators/aranym/patches/patch-configure.ac b/emulators/aranym/patches/patch-configure.ac index 72a978b234a..5ba3d3f2046 100644 --- a/emulators/aranym/patches/patch-configure.ac +++ b/emulators/aranym/patches/patch-configure.ac @@ -1,17 +1,8 @@ -$NetBSD: patch-configure.ac,v 1.1 2012/04/15 02:05:28 ryoon Exp $ +$NetBSD: patch-configure.ac,v 1.2 2012/10/06 12:46:12 ryoon Exp $ ---- configure.ac.orig 2012-03-23 09:33:34.000000000 +0000 +--- configure.ac.orig 2012-07-27 18:51:58.000000000 +0000 +++ configure.ac -@@ -193,7 +193,7 @@ case "$host_os" in - linux*) OS_TYPE=linux;; - openbsd*) OS_TYPE=openbsd;; - netbsd*) OS_TYPE=netbsd;; -- freebsd*|kfreebsd*-gnu) OS_TYPE=freebsd;; -+ freebsd*|dragonfly*|kfreebsd*-gnu) OS_TYPE=freebsd;; - solaris*) OS_TYPE=solaris;; - darwin*) OS_TYPE=darwin;; - cygwin*) OS_TYPE=cygwin;; -@@ -269,10 +269,13 @@ AC_CHECK_HEADERS(termios.h termio.h allo +@@ -277,10 +277,13 @@ AC_CHECK_HEADERS(termios.h termio.h allo AC_CHECK_HEADERS(sys/types.h sys/stat.h sys/vfs.h utime.h sys/param.h) AC_CHECK_HEADERS(sys/mount.h types.h stat.h) AC_CHECK_HEADERS(sys/socket.h) @@ -24,33 +15,24 @@ $NetBSD: patch-configure.ac,v 1.1 2012/04/15 02:05:28 ryoon Exp $ +#include <sys/types.h> +#endif ]) + AC_CHECK_HEADERS(net/bpf.h) - dnl Checks for typedefs, structures, and compiler characteristics. -@@ -342,7 +345,7 @@ case "$host_os" in - irix*) - EXTRASYSSRCS="Unix/parameters_unix.cpp Unix/irix/unaligned.c Unix/host_filesys_unix.cpp" - ;; -- freebsd*|kfreebsd*-gnu) -+ freebsd*|dragonfly*|kfreebsd*-gnu) - AC_DEFINE([HAVE_O_FSYNC], 1, [Define if you want to use FreeBSD's imitation of O_SYNC]) - EXTRASYSSRCS="Unix/parameters_unix.cpp Unix/host_filesys_unix.cpp" - ;; -@@ -431,8 +434,14 @@ else - #include <linux/if_tun.h> - #endif - #if defined(HAVE_NET_IF_H) && defined(HAVE_NET_IF_TUN_H) -+ #ifdef HAVE_SYS_TYPES_H -+ #include <sys/types.h> -+ #endif - #include <net/if.h> - #include <net/if_tun.h> -+ #if defined(HAVE_NET_IF_TAP_H) -+ #include <net/if_tap.h> -+ #endif - #endif - ], [ - struct ifreq ifr; -@@ -1003,7 +1012,7 @@ if [[ "x$WANT_EXSIGSEGV" = "xyes" ]]; th +@@ -437,8 +440,14 @@ AC_CACHE_CHECK([whether TUN/TAP is suppo + #include <linux/if_tun.h> + #endif + #if defined(HAVE_NET_IF_H) && defined(HAVE_NET_IF_TUN_H) ++ #ifdef HAVE_SYS_TYPES_H ++ #include <sys/types.h> ++ #endif + #include <net/if.h> + #include <net/if_tun.h> ++ #if defined(HAVE_NET_IF_TAP_H) ++ #include <net/if_tap.h> ++ #endif + #endif + ], [ + struct ifreq ifr; +@@ -1032,7 +1041,7 @@ if [[ "x$WANT_EXSIGSEGV" = "xyes" ]]; th AC_MSG_ERROR([Sorry, extended segfault handler not supported on your platform]) fi ;; @@ -59,7 +41,7 @@ $NetBSD: patch-configure.ac,v 1.1 2012/04/15 02:05:28 ryoon Exp $ if [[ "x$HAVE_I386" = "xyes" ]]; then SYSSRCS="$SYSSRCS Unix/xbsd/sigsegv_xbsd.cpp" else -@@ -1408,7 +1417,7 @@ fi +@@ -1437,7 +1446,7 @@ fi dnl Check for SDL SDL_CFLAGS= SDL_LIBS= |