Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 May 2026 10:22:15 +0000
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9ddf3bcd93db - main - emulators/dosbox-x: Update to 2026.05.02
Message-ID:  <69f721d7.24a92.e30918f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9ddf3bcd93db4e89be18f3f330c4fd1dfaacfab1

commit 9ddf3bcd93db4e89be18f3f330c4fd1dfaacfab1
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-05-02 20:38:17 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-05-03 10:22:00 +0000

    emulators/dosbox-x: Update to 2026.05.02
    
    ChangeLog:
    https://github.com/joncampbell123/dosbox-x/releases/tag/dosbox-x-v2026.05.02
---
 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 ad2ef14d2b1e..0218f4b04529 100644
--- a/emulators/dosbox-x/Makefile
+++ b/emulators/dosbox-x/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dosbox-x
 DISTVERSIONPREFIX=	${PORTNAME}-v
-DISTVERSION=	2026.03.29
+DISTVERSION=	2026.05.02
 CATEGORIES=	emulators
 
 MAINTAINER=	eduardo@FreeBSD.org
diff --git a/emulators/dosbox-x/distinfo b/emulators/dosbox-x/distinfo
index 66a2547824a0..4eee80c544b7 100644
--- a/emulators/dosbox-x/distinfo
+++ b/emulators/dosbox-x/distinfo
@@ -1,3 +1,3 @@
-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
+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
diff --git a/emulators/dosbox-x/files/patch-configure.ac b/emulators/dosbox-x/files/patch-configure.ac
index c4d27690c47d..54006dae0e2c 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-03-29 07:39:32 UTC
+--- configure.ac.orig	2026-05-02 15:55:21 UTC
 +++ configure.ac
-@@ -873,7 +873,10 @@ dnl LIBRARY TEST: ALSA
+@@ -845,7 +845,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 3424133e8ed9..f014cd8702d2 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-03-29 07:39:32 UTC
+--- src/gui/sdl_gui.cpp.orig	2026-05-02 15:55:21 UTC
 +++ src/gui/sdl_gui.cpp
-@@ -3992,6 +3992,7 @@ void GUI_Shortcut(int select) {
+@@ -4057,6 +4057,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();
-@@ -4001,12 +4002,14 @@ void GUI_Shortcut(int select) {
+@@ -4066,12 +4067,14 @@ void GUI_Shortcut(int select) {
      } else
  #endif
      RunCfgTool(0);
@@ -23,7 +23,7 @@
  #if defined(USE_TTF)
      if (ttf.inUse) {
          ttf_switch_off();
-@@ -4016,4 +4019,5 @@ void GUI_Run(bool pressed) {
+@@ -4081,4 +4084,5 @@ void GUI_Run(bool pressed) {
      } else
  #endif
      RunCfgTool(0);


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f721d7.24a92.e30918f>