Index: head/emulators/dosbox/Makefile =================================================================== --- head/emulators/dosbox/Makefile (revision 529042) +++ head/emulators/dosbox/Makefile (revision 529043) @@ -1,48 +1,49 @@ # Created by: Tom Carrick # $FreeBSD$ PORTNAME= dosbox DISTVERSION= 0.74-3 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} MAINTAINER= knyght@gmail.com COMMENT= Emulator of a PC with DOS LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png USES= sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-core-inline USE_SDL= sdl net sound PLIST_FILES= bin/dosbox man/man1/dosbox.1.gz share/pixmaps/dosbox.ico PORTDOCS= NEWS README DESKTOP_ENTRIES="DOSBox" "${COMMENT}" \ "${PREFIX}/share/pixmaps/dosbox.ico" "dosbox" \ "System;Emulator;" true OPTIONS_DEFINE= DOCS OPTIONS_RADIO= DEBUGGER OPTIONS_RADIO_DEBUGGER=DEBUGGER_ENABLE DEBUGGER_HEAVY DEBUGGER_ENABLE_DESC=Enable internal debugger DEBUGGER_HEAVY_DESC=Enable internal debugger with extra features DEBUGGER_ENABLE_CONFIGURE_ON= --enable-debug=yes DEBUGGER_HEAVY_CONFIGURE_ON= --enable-debug=heavy post-patch: @${REINPLACE_CMD} -e 's#\/usr\/share\/doc\/dosbox#${DOCSDIR}#g' \ ${WRKSRC}/docs/dosbox.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dosbox ${STAGEDIR}${PREFIX}/bin/dosbox ${INSTALL_DATA} ${WRKSRC}/src/dosbox.ico ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_MAN} ${WRKSRC}/docs/dosbox.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/emulators/dosbox/files/patch-src_gui_sdlmain.cpp =================================================================== --- head/emulators/dosbox/files/patch-src_gui_sdlmain.cpp (nonexistent) +++ head/emulators/dosbox/files/patch-src_gui_sdlmain.cpp (revision 529043) @@ -0,0 +1,11 @@ +--- src/gui/sdlmain.cpp.orig 2020-03-21 19:17:13 UTC ++++ src/gui/sdlmain.cpp +@@ -1433,7 +1433,7 @@ void GFX_LosingFocus(void) { + #define DB_POLLSKIP 1 + #endif + +-#if defined(LINUX) ++#if defined(LINUX) || defined(BSD) + #define SDL_XORG_FIX 1 + #else + #define SDL_XORG_FIX 0 Property changes on: head/emulators/dosbox/files/patch-src_gui_sdlmain.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property