diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-11-01 14:28:19 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-11-01 14:28:19 +0000 |
commit | bbe8d41dbda69906a4ea8f702b6cdacb54565616 (patch) | |
tree | a3d6d749f3610f7381f742996b9f110458737157 /emulators/dosbox/files | |
parent | Maintainer update [1]: (diff) |
- update dosbox from 0.58 to 0.60
- updated website address
- Use USE_SDL instead of manually specifying devel/sdl12 as LIB_DEPENDS
and setting SDL_CONFIG.
- Enable screenshot and modem emulation support.
- Install the dosbox(1) manual page.
- Move the message displayed by the post-install target into a pkg-message
so it also gets displayed when this port is installed via its package.
- Use DOCSDIR.
PR: 58174
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: maintainer
Diffstat (limited to 'emulators/dosbox/files')
-rw-r--r-- | emulators/dosbox/files/patch-configure | 11 | ||||
-rw-r--r-- | emulators/dosbox/files/patch-src::gui::sdlmain.cpp | 12 |
2 files changed, 11 insertions, 12 deletions
diff --git a/emulators/dosbox/files/patch-configure b/emulators/dosbox/files/patch-configure new file mode 100644 index 000000000000..919ace42ac26 --- /dev/null +++ b/emulators/dosbox/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sun Oct 19 13:46:59 2003 ++++ configure Sun Oct 19 13:47:15 2003 +@@ -5350,7 +5350,7 @@ + + if test x$enable_core_inline = xyes ; then + echo "$as_me:$LINENO: result: enabling inlined memory handling in CPU Core" >&5 +-echo "${ECHO_T}enabling inlined memory handling in CPU Core" >&6, ++echo "${ECHO_T}enabling inlined memory handling in CPU Core" >&6 + cat >>confdefs.h <<\_ACEOF + #define C_CORE_INLINE 1 + _ACEOF diff --git a/emulators/dosbox/files/patch-src::gui::sdlmain.cpp b/emulators/dosbox/files/patch-src::gui::sdlmain.cpp deleted file mode 100644 index 42d97580c59f..000000000000 --- a/emulators/dosbox/files/patch-src::gui::sdlmain.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/gui/sdlmain.cpp.orig Sun May 11 14:05:10 2003 -+++ src/gui/sdlmain.cpp Sun May 11 14:06:05 2003 -@@ -39,9 +39,7 @@ - //#define DISABLE_JOYSTICK - #define C_GFXTHREADED 1 //Enabled by default - --#if defined(MACOSX) - extern char** environ; --#endif - - struct SDL_Block { - volatile bool active; //If this isn't set don't draw |