FreeBSD Bugzilla – Attachment 80183 Details for
Bug 115057
[patch] emulators/dosbox update request
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.22 KB, created by
Alex Kozlov
on 2007-07-30 19:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alex Kozlov
Created:
2007-07-30 19:10:01 UTC
Size:
2.22 KB
patch
obsolete
>Index: emulators/dosbox/Makefile >@@ -6,8 +6,7 @@ > # > > PORTNAME= dosbox >-PORTVERSION= 0.70 >-PORTREVISION= 1 >+PORTVERSION= 0.71 > CATEGORIES= emulators > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >Index: emulators/dosbox/distinfo >@@ -1,3 +1,3 @@ >-MD5 (dosbox-0.70.tar.gz) = ea0a936e88eb294038e67eeb0d7129c4 >-SHA256 (dosbox-0.70.tar.gz) = 05fdfd561eee33de12d978795b7f12338327c6da1ce65971463b58f2e90b48e4 >-SIZE (dosbox-0.70.tar.gz) = 934649 >+MD5 (dosbox-0.71.tar.gz) = 52ee21b69f7baaf88190d7935ea58359 >+SHA256 (dosbox-0.71.tar.gz) = df492a9e05f7633ea188cc8ba4959acd362c7e857d23b9eef1513043a166c4c4 >+SIZE (dosbox-0.71.tar.gz) = 989672 >Index: emulators/dosbox/files/patch-configure.in >@@ -1,12 +1,10 @@ > --- configure.in.orig > +++ configure.in >-@@ -335,6 +335,9 @@ >- AC_DEFINE(OS2, 1, [Compiling on OS/2 EMX]) >+@@ -407,7 +407,6 @@ >+ LIBS="$LIBS -framework AudioUnit" >+ ;; >+ *-*-freebsd* | *-*-linux* | *-*-dragonfly* | *-*-netbsd* | *-*-openbsd*) >+- AC_DEFINE(LINUX, 1, [Compiling on GNU/Linux or *BSD]) > AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).]) > ;; >-+ *-*-freebsd*) >-+ AC_DEFINE(FREEBSD, 1, [Compiling on FREEBSD]) >-+ AC_DEFINE(C_DIRECTSERIAL, 1, [ Define to 1 if you want serial passthrough support (Win32, Posix and OS/2).]) >- esac >- >- dnl Some stuff for the icon. >+ *-*-os2-emx*) >Index: emulators/dosbox/files/patch-src::hardware::serialport::misc_util.cpp >@@ -1,11 +0,0 @@ >---- src/hardware/serialport/misc_util.cpp.orig >-+++ src/hardware/serialport/misc_util.cpp >-@@ -6,7 +6,7 @@ >- // C++ SDLnet wrapper >- >- // Socket inheritance >--#if defined LINUX || defined OS2 >-+#if defined LINUX || defined OS2 || defined FREEBSD >- #define CAPWORD (NETWRAPPER_TCP|NETWRAPPER_TCP_NATIVESOCKET) >- #ifdef OS2 >- typedef int socklen_t; >Index: emulators/dosbox/files/patch-src::hardware::serialport::misc_util.h >@@ -1,11 +0,0 @@ >---- src/hardware/serialport/misc_util.h.orig >-+++ src/hardware/serialport/misc_util.h >-@@ -6,7 +6,7 @@ >- #include "SDL_net.h" >- #include "support.h" >- >--#if defined LINUX || defined OS2 >-+#if defined LINUX || defined OS2 || defined FREEBSD >- #define NATIVESOCKETS >- >- #elif defined WIN32
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 115057
: 80183