update to 0.63

This commit is contained in:
jsg 2004-11-25 01:40:24 +00:00
parent 40670cf1ed
commit a678c75878
5 changed files with 13 additions and 44 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/10/07 03:05:32 jsg Exp $
# $OpenBSD: Makefile,v 1.2 2004/11/25 01:40:24 jsg Exp $
COMMENT= "x86 with DOS emulator targeted at playing old games"
VERSION= 0.62
VERSION= 0.63
DISTNAME= dosbox-${VERSION}
CATEGORIES= games x11 emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/}
@ -31,4 +31,8 @@ CONFIGURE_ARGS= --disable-dynamic-x86
CONFIGURE_ARGS+= --disable-alsatest
CONFIGURE_ARGS+= --disable-opengl
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dosbox
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dosbox
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (dosbox-0.62.tar.gz) = 80b10f438119f9d83b44dcf175493dcb
RMD160 (dosbox-0.62.tar.gz) = 41676d63f9eef9963bce2050931b6bc925d67969
SHA1 (dosbox-0.62.tar.gz) = 998053d80fa70b761e9752b36abaf79433eadaff
MD5 (dosbox-0.63.tar.gz) = 629413e41224ae9cdd115fdafd55cbdc
RMD160 (dosbox-0.63.tar.gz) = c6c6e5206f3f3671652405aafbf244cd90742ef9
SHA1 (dosbox-0.63.tar.gz) = d40e9996678dbe1626eb5a80f49862a93d1108d0

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_dos_cdrom_h,v 1.1.1.1 2004/10/07 03:05:32 jsg Exp $
--- src/dos/cdrom.h.orig Sun Oct 3 20:47:55 2004
+++ src/dos/cdrom.h Sun Oct 3 20:48:02 2004
@@ -6,6 +6,8 @@
#include <string.h>
#include <iostream>
+#include <fstream>
+#include <string>
#include <vector>
#include "dosbox.h"
#include "mem.h"

View File

@ -1,17 +1,6 @@
$OpenBSD: patch-src_dos_cdrom_image_cpp,v 1.1.1.1 2004/10/07 03:05:32 jsg Exp $
--- src/dos/cdrom_image.cpp.orig Sun Oct 3 20:48:13 2004
+++ src/dos/cdrom_image.cpp Sun Oct 3 20:48:32 2004
@@ -23,9 +23,9 @@
#include <cstdio>
#include <fstream>
#include <iostream>
-#include <limits>
#include <sstream>
#include <vector>
+#include <sys/limits.h>
#include <sys/stat.h>
#include "cdrom.h"
#include "drives.h"
$OpenBSD: patch-src_dos_cdrom_image_cpp,v 1.2 2004/11/25 01:40:24 jsg Exp $
--- src/dos/cdrom_image.cpp.orig Wed Oct 6 05:55:03 2004
+++ src/dos/cdrom_image.cpp Mon Nov 22 21:13:39 2004
@@ -111,11 +111,11 @@ int CDROM_Interface_Image::AudioFile::ge
while (true) {
int success = Sound_Seek(sample, (unsigned int)(shift + time));
@ -26,12 +15,3 @@ $OpenBSD: patch-src_dos_cdrom_image_cpp,v 1.1.1.1 2004/10/07 03:05:32 jsg Exp $
time = time << 1;
}
}
@@ -572,7 +572,7 @@ bool CDROM_Interface_Image::GetRealFileN
if (stat(filename.c_str(), &test) == 0) return true;
// check if file with path relative to cue file exists
-#if not defined(WIN32)
+#if !defined(WIN32)
string tmpstr(pathname + "/" + filename);
if (stat(tmpstr.c_str(), &test) == 0) {
filename = tmpstr;

View File

@ -1,8 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/10/07 03:05:32 jsg Exp $
@comment $OpenBSD: PLIST,v 1.2 2004/11/25 01:40:24 jsg Exp $
bin/dosbox
@man man/man1/dosbox.1
share/doc/dosbox/
share/doc/dosbox/AUTHORS
share/doc/dosbox/NEWS
share/doc/dosbox/README
share/doc/dosbox/THANKS