git: d46482283040 - main - emulators/dosbox-x: Update to 2026.03.29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Mar 2026 13:40:28 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d4648228304052659749b492b71c2df10f8b963f
commit d4648228304052659749b492b71c2df10f8b963f
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-03-29 10:55:08 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-03-29 13:40:14 +0000
emulators/dosbox-x: Update to 2026.03.29
ChangeLog:
https://github.com/joncampbell123/dosbox-x/releases/tag/dosbox-x-v2026.03.29
---
emulators/dosbox-x/Makefile | 2 +-
emulators/dosbox-x/distinfo | 6 +++---
emulators/dosbox-x/files/patch-configure.ac | 4 ++--
emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp | 8 ++++----
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/emulators/dosbox-x/Makefile b/emulators/dosbox-x/Makefile
index b3c9b3803a7b..ad2ef14d2b1e 100644
--- a/emulators/dosbox-x/Makefile
+++ b/emulators/dosbox-x/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dosbox-x
DISTVERSIONPREFIX= ${PORTNAME}-v
-DISTVERSION= 2026.01.02
+DISTVERSION= 2026.03.29
CATEGORIES= emulators
MAINTAINER= eduardo@FreeBSD.org
diff --git a/emulators/dosbox-x/distinfo b/emulators/dosbox-x/distinfo
index 712c5cdba53f..66a2547824a0 100644
--- a/emulators/dosbox-x/distinfo
+++ b/emulators/dosbox-x/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1767441623
-SHA256 (joncampbell123-dosbox-x-dosbox-x-v2026.01.02_GH0.tar.gz) = 191e5de64f19b26f5a78a05b70e3216d62f3eaf2d0495f6258a12213a3d691c9
-SIZE (joncampbell123-dosbox-x-dosbox-x-v2026.01.02_GH0.tar.gz) = 132912865
+TIMESTAMP = 1774781377
+SHA256 (joncampbell123-dosbox-x-dosbox-x-v2026.03.29_GH0.tar.gz) = c244c1910444a0ad886d9bae05cc72b3ef036e340d5e2fc33edf364c0dce344e
+SIZE (joncampbell123-dosbox-x-dosbox-x-v2026.03.29_GH0.tar.gz) = 132971542
diff --git a/emulators/dosbox-x/files/patch-configure.ac b/emulators/dosbox-x/files/patch-configure.ac
index c91aab207f78..c4d27690c47d 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-01-02 23:34:40 UTC
+--- configure.ac.orig 2026-03-29 07:39:32 UTC
+++ configure.ac
-@@ -798,7 +798,10 @@ dnl LIBRARY TEST: ALSA
+@@ -873,7 +873,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 171040516249..3424133e8ed9 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-01-02 23:34:40 UTC
+--- src/gui/sdl_gui.cpp.orig 2026-03-29 07:39:32 UTC
+++ src/gui/sdl_gui.cpp
-@@ -3889,6 +3889,7 @@ void GUI_Shortcut(int select) {
+@@ -3992,6 +3992,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();
-@@ -3898,12 +3899,14 @@ void GUI_Shortcut(int select) {
+@@ -4001,12 +4002,14 @@ void GUI_Shortcut(int select) {
} else
#endif
RunCfgTool(0);
@@ -23,7 +23,7 @@
#if defined(USE_TTF)
if (ttf.inUse) {
ttf_switch_off();
-@@ -3913,4 +3916,5 @@ void GUI_Run(bool pressed) {
+@@ -4016,4 +4019,5 @@ void GUI_Run(bool pressed) {
} else
#endif
RunCfgTool(0);