Update dosbox from 0.58 to 0.60. New is protected mode support, as well as SVGA/VESA. Also updated the website address. Deleted the file 'files/patch-src::gui::sdlmain.cpp' and the directory 'files' as they're no longer needed. How-To-Repeat: N/A
Hi, attached is an alternate patch, additionally to updating the port to 0.60 it does the following: - 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.
On Sun, 19 Oct 2003 01:41:23 +0200 Marius Strobl <marius@alchemy.franken.de> wrote: > +CONFIGURE_ARGS+= --enable-core-inline=${TRUE} Why ${TRUE} (= /path/to/true)? Bye, Alexander. -- It is easier to fix Unix than to live with NT. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 0 and 1. Now what could be so hard about that? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
On Sun, Oct 19, 2003 at 10:27:29AM +0200, Alexander Leidinger wrote: > On Sun, 19 Oct 2003 01:41:23 +0200 > Marius Strobl <marius@alchemy.franken.de> wrote: > > > +CONFIGURE_ARGS+= --enable-core-inline=${TRUE} > > Why ${TRUE} (= /path/to/true)? > Shell built-in true by default actually. However, good catch, when merging Tom's and my update patch I took that switch from Tom's patch, looked up its meaning but obviously didn't pay attention to the RHS. Setting it to ${TRUE} seems to be thought as a workaround for a bug in the configure script (resp. configure.in) that would cause the script to barf when run with '--enable-core-inline' or '--enable-core-inline=yes'. However, it didn't enable the inlining either. Attached is an update patch that really enables the inlining: @@ -58,6 +59,7 @@ checking for libasound headers version >= 0.9.0... not present. checking for snd_ctl_open in -lasound... no checking whether byte ordering is bigendian... no +enabling inlined memory handling in CPU Core checking png.h usability... yes checking png.h presence... yes checking for png.h... yes
Dear maintainer, can you please comment about Marius' version of the patch? This fix is in the DOSBox CVS tree now and I would like to commit the port update... Bye, Alexander. -- To boldly go where I surely don't belong. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
I'm perfectly happy with the patch. I see nothing wrong with it, and I'd be happy to see it committed. Thanks. On Thu, Oct 30, 2003 at 03:14:52PM +0100, Alexander Leidinger wrote: > Dear maintainer, > > can you please comment about Marius' version of the patch? This fix is > in the DOSBox CVS tree now and I would like to commit the port update... > > Bye, > Alexander. > > -- > To boldly go where I surely don't belong. > > http://www.Leidinger.net Alexander @ Leidinger.net > GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
State Changed From-To: open->closed Committed, thanks.