FreeBSD Bugzilla – Attachment 36239 Details for
Bug 58174
[maintainer update] update emulators/dosbox to 0.60
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
emulators::dosbox.diff
emulators::dosbox.diff (text/plain; charset=us-ascii), 5.72 KB, created by
marius
on 2003-10-19 14:03:05 UTC
(
hide
)
Description:
emulators::dosbox.diff
Filename:
MIME Type:
Creator:
marius
Created:
2003-10-19 14:03:05 UTC
Size:
5.72 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /mnt/futile/usr/data/bsd/cvs/fbsd/ports/emulators/dosbox/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- Makefile 16 Aug 2003 11:44:40 -0000 1.4 >+++ Makefile 19 Oct 2003 11:54:29 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= dosbox >-PORTVERSION= 0.58 >+PORTVERSION= 0.60 > CATEGORIES= emulators > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -14,34 +14,38 @@ > MAINTAINER= knyghtmare@knyghtmare.com > COMMENT= An emulator of a PC with DOS > >-LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 >- >-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config >+LIB_DEPENDS= SDL_net.0:${PORTSDIR}/net/sdl_net \ >+ png.5:${PORTSDIR}/graphics/png > > GNU_CONFIGURE= yes >-CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" >- > USE_REINPLACE= yes >+USE_SDL= yes >+ >+MAN1= dosbox.1 >+PKGMESSAGE= ${WRKDIR}/pkg-message >+ >+CPPFLAGS+= -I${LOCALBASE}/include >+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" >+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} >+CONFIGURE_ARGS+= --enable-core-inline > > post-patch: >- @${REINPLACE_CMD} -e 's#"SDL.h"#<SDL11/SDL.h>#' \ >- ${WRKSRC}/src/gui/sdlmain.cpp ${WRKSRC}/src/hardware/mixer.cpp >- @${REINPLACE_CMD} -e 's#<SDL.h>#<SDL11/SDL.h>#' ${WRKSRC}/include/timer.h >- @${REINPLACE_CMD} -e 's#"SDL_thread.h"#<SDL11/SDL_thread.h>#' \ >- ${WRKSRC}/src/gui/sdlmain.cpp >+ @${REINPLACE_CMD} -e 's#SDL\/#SDL11\/#g' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e 's#\/usr\/share\/doc\/dosbox#${DOCSDIR}#g' \ >+ ${WRKSRC}/docs/dosbox.1 >+ @${SED} 's#%%DOCSDIR%%#${DOCSDIR}#' ${PKGDIR}/pkg-message > \ >+ ${WRKDIR}/pkg-message > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/src/dosbox ${PREFIX}/bin/dosbox >+ ${INSTALL_MAN} ${WRKSRC}/docs/dosbox.1 ${PREFIX}/man/man1/ > .if !defined(NOPORTDOCS) >- ${MKDIR} ${PREFIX}/share/doc/dosbox >- ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/dosbox >- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dosbox >+ ${MKDIR} ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} > .endif > > post-install: >- @${ECHO_CMD} "=================================================" >- @${ECHO_CMD} "Be sure to read the README for usage instructions" >- @${ECHO_CMD} "located in ${PREFIX}/share/doc/dosbox by default" >- @${ECHO_CMD} "=================================================" >+ @${CAT} ${WRKDIR}/pkg-message > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >RCS file: /mnt/futile/usr/data/bsd/cvs/fbsd/ports/emulators/dosbox/distinfo,v >retrieving revision 1.2 >diff -u -r1.2 distinfo >--- distinfo 26 Jul 2003 00:03:00 -0000 1.2 >+++ distinfo 18 Oct 2003 10:38:55 -0000 >@@ -1 +1 @@ >-MD5 (dosbox-0.58.tar.gz) = 91c49a597134f35f899d32a8b253205b >+MD5 (dosbox-0.60.tar.gz) = ca68955bcc3585630dcf17bab6ec185a >Index: pkg-descr >=================================================================== >RCS file: /mnt/futile/usr/data/bsd/cvs/fbsd/ports/emulators/dosbox/pkg-descr,v >retrieving revision 1.1 >diff -u -r1.1 pkg-descr >--- pkg-descr 1 May 2003 22:19:27 -0000 1.1 >+++ pkg-descr 18 Oct 2003 10:53:45 -0000 >@@ -4,10 +4,10 @@ > > Currently emulated is: > >-o CPU:286/386 realmode >-o GFX:VGA/EGS/CGA >+o CPU:286/386 realmode/pmode >+o GFX:VGA/EGS/CGA/SVGA/VESA > o SND:PC-Speaker/Tandy 3-Voice/Adlib/SoundBlaster > o MSC:Keyboard/Mouse >-o DOS:Director FileSystem/XMS/EMS >+o DOS:Directory FileSystem/XMS/EMS > >-WWW: http://dosbox.zophar.net/ >+WWW: http://dosbox.sourceforge.net/ >Index: pkg-message >=================================================================== >RCS file: pkg-message >diff -N pkg-message >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ pkg-message 18 Oct 2003 10:38:55 -0000 >@@ -0,0 +1,4 @@ >+================================================= >+Be sure to read the README for usage instructions >+located in %%DOCSDIR%% by default >+================================================= >Index: pkg-plist >=================================================================== >RCS file: /mnt/futile/usr/data/bsd/cvs/fbsd/ports/emulators/dosbox/pkg-plist,v >retrieving revision 1.3 >diff -u -r1.3 pkg-plist >--- pkg-plist 16 Aug 2003 11:44:40 -0000 1.3 >+++ pkg-plist 18 Oct 2003 10:38:55 -0000 >@@ -1,5 +1,4 @@ > bin/dosbox >-%%PORTDOCS%%share/doc/dosbox/NEWS >-%%PORTDOCS%%share/doc/dosbox/README >-%%PORTDOCS%%@dirrm share/doc/dosbox >-@dirrm share/dosbox >+%%PORTDOCS%%%%DOCSDIR%%/NEWS >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%@dirrm %%DOCSDIR%% >Index: files/patch-configure >=================================================================== >RCS file: files/patch-configure >diff -N files/patch-configure >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-configure 19 Oct 2003 11:47:45 -0000 >@@ -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 >Index: files/patch-src::gui::sdlmain.cpp >=================================================================== >RCS file: files/patch-src::gui::sdlmain.cpp >diff -N files/patch-src::gui::sdlmain.cpp >--- files/patch-src::gui::sdlmain.cpp 29 Jul 2003 00:49:08 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -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
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 58174
:
36237
|
36238
| 36239