Date: 3 Oct 2004 22:10:33 -0000 From: Tom Carrick <knyghtmare@knyghtmare.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72289: Update: emulators/dosbox to 0.62 Message-ID: <20041003221033.40934.qmail@knyghtmare.com> Resent-Message-ID: <200410032210.i93MAGbT021547@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72289 >Category: ports >Synopsis: Update: emulators/dosbox to 0.62 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 03 22:10:16 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Tom Carrick >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD knyghtmare.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Nov 19 17:01:44 GMT 2003 knyghtmare@knyghtmare.com:/usr/obj/usr/src/sys/KNYGHTMARE i386 >Description: Updates dosbox from 0.61 to 0.62. Updates are speed/stability increases, general updates, and gcc 3.4 support without the patch. Note, the file 'files/patch-include-dos_inc.h' and the directory 'files' have been removed. >How-To-Repeat: N/A >Fix: --- dosbox.diff begins here --- diff -ruN /usr/ports/emulators/dosbox/Makefile dosbox/Makefile --- /usr/ports/emulators/dosbox/Makefile Thu Mar 18 11:09:18 2004 +++ dosbox/Makefile Sun Oct 3 22:57:03 2004 @@ -6,8 +6,7 @@ # PORTNAME= dosbox -PORTVERSION= 0.61 -PORTREVISION= 1 +PORTVERSION= 0.62 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -30,7 +29,6 @@ CONFIGURE_ARGS+= --enable-core-inline post-patch: - @${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 > \ diff -ruN /usr/ports/emulators/dosbox/distinfo dosbox/distinfo --- /usr/ports/emulators/dosbox/distinfo Thu Apr 22 15:57:26 2004 +++ dosbox/distinfo Sun Oct 3 22:07:02 2004 @@ -1,2 +1,2 @@ -MD5 (dosbox-0.61.tar.gz) = dcb549eb2a9e6fe6995b973ef9ac6e9f -SIZE (dosbox-0.61.tar.gz) = 567200 +MD5 (dosbox-0.62.tar.gz) = 80b10f438119f9d83b44dcf175493dcb +SIZE (dosbox-0.62.tar.gz) = 633259 diff -ruN /usr/ports/emulators/dosbox/files/patch-include-dos_inc.h dosbox/files/patch-include-dos_inc.h --- /usr/ports/emulators/dosbox/files/patch-include-dos_inc.h Sat Aug 21 15:35:53 2004 +++ dosbox/files/patch-include-dos_inc.h Thu Jan 1 01:00:00 1970 @@ -1,33 +0,0 @@ -diff -u -r1.43 -r1.44 ---- include/dos_inc.h 2004/05/05 21:56:04 1.43 -+++ include/dos_inc.h 2004/05/15 07:57:02 1.44 -@@ -214,22 +214,22 @@ - - class MemStruct { - public: -- INLINE Bit8u GetIt(Bit8u&,PhysPt addr) { -+ INLINE Bit8u GetIt(Bit8u,PhysPt addr) { - return mem_readb(pt+addr); - } -- INLINE Bit16u GetIt(Bit16u&,PhysPt addr) { -+ INLINE Bit16u GetIt(Bit16u,PhysPt addr) { - return mem_readw(pt+addr); - } -- INLINE Bit32u GetIt(Bit32u&,PhysPt addr) { -+ INLINE Bit32u GetIt(Bit32u,PhysPt addr) { - return mem_readd(pt+addr); - } -- INLINE void SaveIt(Bit8u&,PhysPt addr,Bit8u val) { -+ INLINE void SaveIt(Bit8u,PhysPt addr,Bit8u val) { - mem_writeb(pt+addr,val); - } -- INLINE void SaveIt(Bit16u&,PhysPt addr,Bit16u val) { -+ INLINE void SaveIt(Bit16u,PhysPt addr,Bit16u val) { - mem_writew(pt+addr,val); - } -- INLINE void SaveIt(Bit32u&,PhysPt addr,Bit32u val) { -+ INLINE void SaveIt(Bit32u,PhysPt addr,Bit32u val) { - mem_writed(pt+addr,val); - } - INLINE void SetPt(Bit16u seg) { pt=PhysMake(seg,0);} - --- dosbox.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041003221033.40934.qmail>