ports/74303: update emulators/dosbox to 0.63

Miguel Mendez flynn at energyhq.es.eu.org
Tue Nov 23 21:50:22 UTC 2004


>Number:         74303
>Category:       ports
>Synopsis:       update emulators/dosbox to 0.63
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 23 21:50:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.3-RELEASE #0: Sun Oct 24 16:35:51 CEST 2004
    root at scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE



>Description:


0.63 is out and fixes some bugs from 0.62
It optionally supports SDL_sound but enabling it caused the
compile to fail on cdrom_image.cpp and I don't really see any
advantage of using it, so I've left the port to use OSS for audio.



>How-To-Repeat:





>Fix:


--- dosbox.diff begins here ---
diff -ruN dosbox.old/Makefile dosbox/Makefile
--- dosbox.old/Makefile	Thu Oct 28 07:20:12 2004
+++ dosbox/Makefile	Tue Nov 23 22:40:43 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	dosbox
-PORTVERSION=	0.62
-PORTREVISION=	1
+PORTVERSION=	0.63
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN dosbox.old/distinfo dosbox/distinfo
--- dosbox.old/distinfo	Tue Oct 12 01:16:18 2004
+++ dosbox/distinfo	Tue Nov 23 21:07:36 2004
@@ -1,2 +1,2 @@
-MD5 (dosbox-0.62.tar.gz) = 80b10f438119f9d83b44dcf175493dcb
-SIZE (dosbox-0.62.tar.gz) = 633259
+MD5 (dosbox-0.63.tar.gz) = 629413e41224ae9cdd115fdafd55cbdc
+SIZE (dosbox-0.63.tar.gz) = 648762
diff -ruN dosbox.old/files/patch-src::dos::cdrom.h dosbox/files/patch-src::dos::cdrom.h
--- dosbox.old/files/patch-src::dos::cdrom.h	Thu Oct 28 07:20:12 2004
+++ dosbox/files/patch-src::dos::cdrom.h	Thu Jan  1 01:00:00 1970
@@ -1,13 +0,0 @@
---- src/dos/cdrom.h.orig	Mon Oct 25 21:57:27 2004
-+++ src/dos/cdrom.h	Mon Oct 25 21:59:27 2004
-@@ -4,8 +4,9 @@
- 
- #define MAX_ASPI_CDROM	5
- 
--#include <string.h>
-+#include <string>
- #include <iostream>
-+#include <fstream>
- #include <vector>
- #include "dosbox.h"
- #include "mem.h"
diff -ruN dosbox.old/files/patch-src::dos::cdrom_image.cpp dosbox/files/patch-src::dos::cdrom_image.cpp
--- dosbox.old/files/patch-src::dos::cdrom_image.cpp	Thu Oct 28 07:20:12 2004
+++ dosbox/files/patch-src::dos::cdrom_image.cpp	Tue Nov 23 21:12:24 2004
@@ -1,20 +1,11 @@
---- src/dos/cdrom_image.cpp.orig	Mon Oct 25 22:00:14 2004
-+++ src/dos/cdrom_image.cpp	Mon Oct 25 22:00:52 2004
+--- src/dos/cdrom_image.cpp.orig	Tue Oct  5 21:55:03 2004
++++ src/dos/cdrom_image.cpp	Tue Nov 23 21:11:08 2004
 @@ -23,7 +23,7 @@
  #include <cstdio>
  #include <fstream>
  #include <iostream>
--#include <limits>
-+/* #include <limits> */
+-#include <limits.h>
++/* #include <limits.h> */
  #include <sstream>
  #include <vector>
  #include <sys/stat.h>
-@@ -572,7 +572,7 @@
- 	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;
--- dosbox.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list