aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2026-06-02 17:03:35 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2026-06-02 18:01:00 +0000
commit5c155a8309967df8d5914ec8c632397086f31227 (patch)
treefcb13ffbf67ef0872b1cda0597401f7b1c342c8c
parent73b8137f0be0453a7bd05c181cbd2f63514fca1e (diff)
emulators/dosbox-x: Update to 2026.06.02
-rw-r--r--emulators/dosbox-x/Makefile2
-rw-r--r--emulators/dosbox-x/distinfo6
-rw-r--r--emulators/dosbox-x/files/patch-configure.ac4
-rw-r--r--emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp8
4 files changed, 10 insertions, 10 deletions
diff --git a/emulators/dosbox-x/Makefile b/emulators/dosbox-x/Makefile
index 0218f4b04529..f805823d5805 100644
--- a/emulators/dosbox-x/Makefile
+++ b/emulators/dosbox-x/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dosbox-x
DISTVERSIONPREFIX= ${PORTNAME}-v
-DISTVERSION= 2026.05.02
+DISTVERSION= 2026.06.02
CATEGORIES= emulators
MAINTAINER= eduardo@FreeBSD.org
diff --git a/emulators/dosbox-x/distinfo b/emulators/dosbox-x/distinfo
index 4eee80c544b7..7c2763c3c029 100644
--- a/emulators/dosbox-x/distinfo
+++ b/emulators/dosbox-x/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777753019
-SHA256 (joncampbell123-dosbox-x-dosbox-x-v2026.05.02_GH0.tar.gz) = 5ab3584870bec378b495242f20f03ecbef2cd032a128ee3394a88ff7a53cd914
-SIZE (joncampbell123-dosbox-x-dosbox-x-v2026.05.02_GH0.tar.gz) = 132984502
+TIMESTAMP = 1780418333
+SHA256 (joncampbell123-dosbox-x-dosbox-x-v2026.06.02_GH0.tar.gz) = 763d4dfc4f2f9f3d7db550a434db44e9435d1ab4c6459da7373852f1d5dd56f0
+SIZE (joncampbell123-dosbox-x-dosbox-x-v2026.06.02_GH0.tar.gz) = 133036612
diff --git a/emulators/dosbox-x/files/patch-configure.ac b/emulators/dosbox-x/files/patch-configure.ac
index 54006dae0e2c..aba932125117 100644
--- a/emulators/dosbox-x/files/patch-configure.ac
+++ b/emulators/dosbox-x/files/patch-configure.ac
@@ -1,6 +1,6 @@
---- configure.ac.orig 2026-05-02 15:55:21 UTC
+--- configure.ac.orig 2026-06-02 15:52:54 UTC
+++ configure.ac
-@@ -845,7 +845,10 @@ dnl LIBRARY TEST: ALSA
+@@ -850,7 +850,10 @@ dnl LIBRARY TEST: ALSA
dnl TODO: Need GCC to know this code is using C++ lambda functions
dnl LIBRARY TEST: ALSA
diff --git a/emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp b/emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp
index f014cd8702d2..29e975476d50 100644
--- a/emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp
+++ b/emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp
@@ -1,6 +1,6 @@
---- src/gui/sdl_gui.cpp.orig 2026-05-02 15:55:21 UTC
+--- src/gui/sdl_gui.cpp.orig 2026-06-02 15:52:54 UTC
+++ src/gui/sdl_gui.cpp
-@@ -4057,6 +4057,7 @@ void GUI_Shortcut(int select) {
+@@ -4075,6 +4075,7 @@ void GUI_Shortcut(int select) {
shortcutid=select;
shortcut=true;
sel = select;
@@ -8,7 +8,7 @@
#if defined(USE_TTF)
if (ttf.inUse && !confres) {
ttf_switch_off();
-@@ -4066,12 +4067,14 @@ void GUI_Shortcut(int select) {
+@@ -4084,12 +4085,14 @@ void GUI_Shortcut(int select) {
} else
#endif
RunCfgTool(0);
@@ -23,7 +23,7 @@
#if defined(USE_TTF)
if (ttf.inUse) {
ttf_switch_off();
-@@ -4081,4 +4084,5 @@ void GUI_Run(bool pressed) {
+@@ -4099,4 +4102,5 @@ void GUI_Run(bool pressed) {
} else
#endif
RunCfgTool(0);