FreeBSD Bugzilla – Attachment 31220 Details for
Bug 52127
Update port: emulators/dosbox - 0.55 > 0.58
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.07 KB, created by
Knyghtmare
on 2003-05-12 18:30:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Knyghtmare
Created:
2003-05-12 18:30:09 UTC
Size:
3.07 KB
patch
obsolete
>diff -ruN dosbox.orig/Makefile dosbox/Makefile > --- dosbox.orig/Makefile Sun May 11 11:28:34 2003 > +++ dosbox/Makefile Sun May 11 13:10:56 2003 > @@ -6,8 +6,7 @@ > # > > PORTNAME= dosbox > -PORTVERSION= 0.55 > -PORTREVISON= 1 > +PORTVERSION= 0.58 > CATEGORIES= emulators > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} > @@ -25,15 +24,13 @@ > USE_REINPLACE= yes > > post-patch: > - ${REINPLACE_CMD} -e 's#<SDL/#<SDL11/#' ${WRKSRC}/include/timer.h \ > + ${REINPLACE_CMD} -e 's#"SDL.h"#<SDL11/SDL.h>#' \ > ${WRKSRC}/src/gui/sdlmain.cpp ${WRKSRC}/src/hardware/mixer.cpp > - ${REINPLACE_CMD} -e "s#@@PREFIX@@#${PREFIX}#" \ > - ${WRKSRC}/src/misc/messages.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 > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/src/dosbox ${PREFIX}/bin/dosbox > - ${MKDIR} ${PREFIX}/share/dosbox > - ${INSTALL_DATA} ${WRKSRC}/src/dosbox.lang ${PREFIX}/share/dosbox > .if !defined(NOPORTDOCS) > ${MKDIR} ${PREFIX}/share/doc/dosbox > ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/dosbox > diff -ruN dosbox.orig/distinfo dosbox/distinfo > --- dosbox.orig/distinfo Sun May 11 11:28:34 2003 > +++ dosbox/distinfo Sun May 11 11:36:04 2003 > @@ -1 +1 @@ > -MD5 (dosbox-0.55.tar.gz) = b3daf143cb27f9d43b0683c39e26951a > +MD5 (dosbox-0.58.tar.gz) = 91c49a597134f35f899d32a8b253205b > diff -ruN dosbox.orig/files/patch-src::gui::sdlmain.cpp dosbox/files/patch-src::gui::sdlmain.cpp > --- dosbox.orig/files/patch-src::gui::sdlmain.cpp Thu Jan 1 01:00:00 1970 > +++ dosbox/files/patch-src::gui::sdlmain.cpp Sun May 11 14:13:16 2003 > @@ -0,0 +1,12 @@ > +--- 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 > diff -ruN dosbox.orig/files/patch-src::misc::messages.cpp dosbox/files/patch-src::misc::messages.cpp > --- dosbox.orig/files/patch-src::misc::messages.cpp Sun May 11 11:28:34 2003 > +++ dosbox/files/patch-src::misc::messages.cpp Thu Jan 1 01:00:00 1970 > @@ -1,12 +0,0 @@ > ---- src/misc/messages.cpp.orig Tue Jul 30 15:13:10 2002 > -+++ src/misc/messages.cpp Tue Sep 3 09:29:12 2002 > -@@ -101,7 +101,7 @@ > - /* Load the messages from "dosbox.lang file" */ > - first_message=0; > - char filein[CROSS_LEN]; > -- strcpy(filein,dosbox_basedir); > -- strcat(filein,"dosbox.lang"); > -+ strcpy(filein,"@@PREFIX@@/share/dosbox/dosbox.lang"); > -+/* strcat(filein,"dosbox.lang"); */ > - LoadMessageFile(filein); > - } > diff -ruN dosbox.orig/pkg-plist dosbox/pkg-plist > --- dosbox.orig/pkg-plist Sun May 11 11:28:34 2003 > +++ dosbox/pkg-plist Sun May 11 14:41:40 2003 > @@ -1,6 +1,4 @@ > bin/dosbox > -share/dosbox/dosbox.lang > -@dirrm share/dosbox > %%PORTDOCS%%share/doc/dosbox/NEWS > %%PORTDOCS%%share/doc/dosbox/README > %%PORTDOCS%%@dirrm share/doc/dosbox
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 52127
: 31220