FreeBSD Bugzilla – Attachment 48555 Details for
Bug 74303
update emulators/dosbox to 0.63
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dosbox.diff
dosbox.diff (text/plain), 2.20 KB, created by
Miguel Mendez
on 2004-11-23 21:50:22 UTC
(
hide
)
Description:
dosbox.diff
Filename:
MIME Type:
Creator:
Miguel Mendez
Created:
2004-11-23 21:50:22 UTC
Size:
2.20 KB
patch
obsolete
>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;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 74303
: 48555