git: 97e7212e1be6 - main - emulators/dosbox-x: Update to 0.84.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jun 2022 21:24:33 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=97e7212e1be64e495c3d892a14ccb93732d565b5 commit 97e7212e1be64e495c3d892a14ccb93732d565b5 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-06-01 21:24:33 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-06-01 21:24:33 +0000 emulators/dosbox-x: Update to 0.84.0 --- emulators/dosbox-x/Makefile | 2 +- emulators/dosbox-x/distinfo | 6 +++--- .../files/patch-src_fpu_fpu__instructions__longdouble.h | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) 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,6 +1,6 @@ PORTNAME= dosbox-x DISTVERSIONPREFIX= ${PORTNAME}-v -DISTVERSION= 0.83.25 +DISTVERSION= 0.84.0 CATEGORIES= emulators MAINTAINER= nc@FreeBSD.org 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