pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/aranym Update to 0.9.14
details: https://anonhg.NetBSD.org/pkgsrc/rev/95798fea0953
branches: trunk
changeset: 609575:95798fea0953
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Oct 06 12:46:12 2012 +0000
description:
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:
emulators/aranym/Makefile | 11 ++--
emulators/aranym/distinfo | 16 +++---
emulators/aranym/patches/patch-configure.ac | 60 ++++++++++------------------
3 files changed, 34 insertions(+), 53 deletions(-)
diffs (140 lines):
diff -r 2f5484486694 -r 95798fea0953 emulators/aranym/Makefile
--- a/emulators/aranym/Makefile Sat Oct 06 12:42:15 2012 +0000
+++ b/emulators/aranym/Makefile Sat Oct 06 12:46:12 2012 +0000
@@ -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@localhost
HOMEPAGE= http://aranym.sourceforge.net/
@@ -26,7 +25,7 @@
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 -r 2f5484486694 -r 95798fea0953 emulators/aranym/distinfo
--- a/emulators/aranym/distinfo Sat Oct 06 12:42:15 2012 +0000
+++ b/emulators/aranym/distinfo Sat Oct 06 12:46:12 2012 +0000
@@ -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 -r 2f5484486694 -r 95798fea0953 emulators/aranym/patches/patch-configure.ac
--- a/emulators/aranym/patches/patch-configure.ac Sat Oct 06 12:42:15 2012 +0000
+++ b/emulators/aranym/patches/patch-configure.ac Sat Oct 06 12:46:12 2012 +0000
@@ -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 @@
+#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 @@
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=
Home |
Main Index |
Thread Index |
Old Index