diff --git a/emulators/dosbox-x/Makefile b/emulators/dosbox-x/Makefile index 318c5b83d5bd..f72bc7ee6f77 100644 --- a/emulators/dosbox-x/Makefile +++ b/emulators/dosbox-x/Makefile @@ -1,30 +1,30 @@ PORTNAME= dosbox-x DISTVERSIONPREFIX= ${PORTNAME}-v -DISTVERSION= 0.83.25 +DISTVERSION= 0.84.0 CATEGORIES= emulators MAINTAINER= nc@FreeBSD.org COMMENT= DOSBox fork LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png USES= autoreconf iconv sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-core-inline USE_SDL= net sdl sound USE_GITHUB= yes GH_ACCOUNT= joncampbell123 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 .include diff --git a/emulators/dosbox-x/distinfo b/emulators/dosbox-x/distinfo index cb55f35a28a6..a7ef853f7ab5 100644 --- a/emulators/dosbox-x/distinfo +++ b/emulators/dosbox-x/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651895554 -SHA256 (joncampbell123-dosbox-x-dosbox-x-v0.83.25_GH0.tar.gz) = f9691acf81f953371a166b1ccc9c8b3e58b984216f0145edf2d6f5a05e794ede -SIZE (joncampbell123-dosbox-x-dosbox-x-v0.83.25_GH0.tar.gz) = 64715876 +TIMESTAMP = 1654118426 +SHA256 (joncampbell123-dosbox-x-dosbox-x-v0.84.0_GH0.tar.gz) = 564fbf8f0ab090c8b32bc38637c8204358c386b9cbffcb4f99a81bc82fddbad7 +SIZE (joncampbell123-dosbox-x-dosbox-x-v0.84.0_GH0.tar.gz) = 65495321 diff --git a/emulators/dosbox-x/files/patch-src_fpu_fpu__instructions__longdouble.h b/emulators/dosbox-x/files/patch-src_fpu_fpu__instructions__longdouble.h deleted file mode 100644 index 188550f483c0..000000000000 --- a/emulators/dosbox-x/files/patch-src_fpu_fpu__instructions__longdouble.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/fpu/fpu_instructions_longdouble.h.orig 2022-05-19 07:43:50 UTC -+++ src/fpu/fpu_instructions_longdouble.h -@@ -22,7 +22,7 @@ - #ifdef __GNUC__ - # if defined(__MINGW32__) || (defined(MACOSX) && !defined(__arm64__)) - # include "fpu_control_x86.h" --# elif defined(ANDROID) || defined(__ANDROID__) || (defined(MACOSX) && defined(__arm64__)) || defined(EMSCRIPTEN) -+# elif defined(ANDROID) || defined(__ANDROID__) || (defined(MACOSX) && defined(__arm64__)) || defined(EMSCRIPTEN) || defined(__powerpc__) - /* ? */ - # define _FPU_SETCW(x) /* dummy */ - # else