summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-08-27 06:37:01 +0000
committerxtraeme <xtraeme>2007-08-27 06:37:01 +0000
commit423f81568bbfaf01cda67bc8e73787c8373332c9 (patch)
tree6baa58052d0207cb06bca3dc5ae33182afac7781
parentb7bc7ff2bd46ddf7632e6ab543a8bf9ecca455b5 (diff)
downloadpkgsrc-423f81568bbfaf01cda67bc8e73787c8373332c9.tar.gz
Update to 0.72:
This release fixes a few bugs that slipped through when releasing 0.71. Here a list of the changes: * Fixed unitialized variable in joystick. (Fixes crashes on Vista and Mac OS X) * Some bugfixes and speedups to the 64 bit recompiling core. * Fixed sign flag on soundblaster dma transfers (Space Quest 6 intro) * Fixed a bug in keyboard layout processing code and fixed certain layouts. * Fixed Dreamweb. * Improved speed unlocking when running cycles=max. * Fixed a crash related to the tab completion in the shell. * Improved aspect correction code. Should now be like how a real monitor handles it. * Fixed a bug in the xms status report code. (Blake Stone 1.0 shareware) * Added a lot more keyboard layouts. * Fixed crash related to changing the scaler before a screen was created. * Hopefully fixed compilation on *bsd. * Enabled auto cpu core selection for recompiling core as well. * Made the used joystick selectable when 4axis is specified. * Added some hints for inexperienced DOS users to the shell.
-rw-r--r--emulators/dosbox/Makefile8
-rw-r--r--emulators/dosbox/distinfo9
-rw-r--r--emulators/dosbox/patches/patch-ae19
3 files changed, 6 insertions, 30 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile
index 4ca43a09c2c..cd11715c0b7 100644
--- a/emulators/dosbox/Makefile
+++ b/emulators/dosbox/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2007/07/31 14:27:28 xtraeme Exp $
+# $NetBSD: Makefile,v 1.22 2007/08/27 06:37:01 xtraeme Exp $
-DISTNAME= dosbox-0.71
+DISTNAME= dosbox-0.72
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/}
@@ -9,7 +9,6 @@ HOMEPAGE= http://dosbox.sourceforge.net/
COMMENT= Multi-platform DOS emulator using SDL
USE_LANGUAGES= c c++
-USE_TOOLS+= autoconf
GNU_CONFIGURE= yes
CPPFLAGS.SunOS+= -DDISABLE_JOYSTICK
INSTALLATION_DIRS= share/doc/dosbox
@@ -19,9 +18,6 @@ SUBST_STAGE.fixme= post-patch
SUBST_FILES.fixme= docs/dosbox.1
SUBST_SED.fixme= -e s,/usr/share/,${PREFIX}/share/,g
-pre-configure:
- cd ${WRKSRC} && autoconf
-
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dosbox
diff --git a/emulators/dosbox/distinfo b/emulators/dosbox/distinfo
index d90f1bd766c..182bda626e4 100644
--- a/emulators/dosbox/distinfo
+++ b/emulators/dosbox/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.13 2007/07/31 14:27:28 xtraeme Exp $
+$NetBSD: distinfo,v 1.14 2007/08/27 06:37:01 xtraeme Exp $
-SHA1 (dosbox-0.71.tar.gz) = dab2efbbc95eadbd34839abac3cbdd950deb0671
-RMD160 (dosbox-0.71.tar.gz) = 921b6e954f484911127f6da175eef9503b12e8c2
-Size (dosbox-0.71.tar.gz) = 989672 bytes
+SHA1 (dosbox-0.72.tar.gz) = c49fba00187cd871ffdcbcd87ab82a23ea2d5e7d
+RMD160 (dosbox-0.72.tar.gz) = 2088e9bd633719dedcd2aa7431e45b3c81eaa2ea
+Size (dosbox-0.72.tar.gz) = 1046475 bytes
SHA1 (patch-aa) = 3393501f0d438e53a55481dc0e237c2bb2a75d3e
SHA1 (patch-ab) = c4555ed9e6337380f52f271025d8f55ed7602aa6
SHA1 (patch-ad) = 3c0c0eabceb4cefa07918ae1d558e553ff18d592
-SHA1 (patch-ae) = 678dace83454c9a0285692740d19d2b597c8f4e1
diff --git a/emulators/dosbox/patches/patch-ae b/emulators/dosbox/patches/patch-ae
deleted file mode 100644
index 4c1a52719cd..00000000000
--- a/emulators/dosbox/patches/patch-ae
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2007/07/31 14:27:28 xtraeme Exp $
-
---- configure.in.orig 2007-07-30 09:42:16.000000000 +0200
-+++ configure.in 2007-07-31 16:23:18.000000000 +0200
-@@ -406,8 +406,12 @@
- AC_DEFINE(MACOSX, 1, [Compiling on Mac OS X])
- LIBS="$LIBS -framework AudioUnit"
- ;;
-- *-*-freebsd* | *-*-linux* | *-*-dragonfly* | *-*-netbsd* | *-*-openbsd*)
-- AC_DEFINE(LINUX, 1, [Compiling on GNU/Linux or *BSD])
-+ *-*-linux*)
-+ AC_DEFINE(LINUX, 1, [Compiling on GNU/Linux])
-+ AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix
-+ and OS/2).])
-+ ;;
-+ *-*-freebsd* | *-*-dragonfly* | *-*-netbsd* | *-*-openbsd*)
- AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).])
- ;;
- *-*-os2-emx*)