git: 04d3e3335860 - main - emulators/dosbox-x: Update to 2024.10.01

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Wed, 02 Oct 2024 13:30:26 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=04d3e3335860e252c44683decf881d6477ffda89

commit 04d3e3335860e252c44683decf881d6477ffda89
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-10-02 13:29:23 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-10-02 13:30:10 +0000

    emulators/dosbox-x: Update to 2024.10.01
    
    ChangeLog:
    https://github.com/joncampbell123/dosbox-x/releases/tag/dosbox-x-v2024.10.01
---
 emulators/dosbox-x/Makefile                         | 2 +-
 emulators/dosbox-x/distinfo                         | 6 +++---
 emulators/dosbox-x/files/patch-configure.ac         | 6 +++---
 emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp | 8 ++++----
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/emulators/dosbox-x/Makefile b/emulators/dosbox-x/Makefile
index 058e0585293d..0a184128401b 100644
--- a/emulators/dosbox-x/Makefile
+++ b/emulators/dosbox-x/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dosbox-x
 DISTVERSIONPREFIX=	${PORTNAME}-v
-DISTVERSION=	2024.07.01
+DISTVERSION=	2024.10.01
 CATEGORIES=	emulators
 
 MAINTAINER=	eduardo@FreeBSD.org
diff --git a/emulators/dosbox-x/distinfo b/emulators/dosbox-x/distinfo
index 3f027f0d1a4a..31ced073fe30 100644
--- a/emulators/dosbox-x/distinfo
+++ b/emulators/dosbox-x/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1719901073
-SHA256 (joncampbell123-dosbox-x-dosbox-x-v2024.07.01_GH0.tar.gz) = 23462a3398303f8558e86973af9ba5d3d6d53bdaf324ec749610f2baf1dd449b
-SIZE (joncampbell123-dosbox-x-dosbox-x-v2024.07.01_GH0.tar.gz) = 119702042
+TIMESTAMP = 1727854016
+SHA256 (joncampbell123-dosbox-x-dosbox-x-v2024.10.01_GH0.tar.gz) = 9940662759b9910e3c4549216be8db0278ceaaa80ace5b19f87b04d0b6ff8a3a
+SIZE (joncampbell123-dosbox-x-dosbox-x-v2024.10.01_GH0.tar.gz) = 121316697
diff --git a/emulators/dosbox-x/files/patch-configure.ac b/emulators/dosbox-x/files/patch-configure.ac
index cb301169b08a..cfdc8b7bb563 100644
--- a/emulators/dosbox-x/files/patch-configure.ac
+++ b/emulators/dosbox-x/files/patch-configure.ac
@@ -1,7 +1,7 @@
---- configure.ac.orig	2023-10-07 05:52:23 UTC
+--- configure.ac.orig	2024-10-02 06:16:36 UTC
 +++ configure.ac
-@@ -656,7 +656,10 @@ esac
- dnl TODO: Need GCC to know this code is using C++ lamda functions
+@@ -672,7 +672,10 @@ dnl LIBRARY TEST: ALSA
+ dnl TODO: Need GCC to know this code is using C++ lambda functions
  
  dnl LIBRARY TEST: ALSA
 -AM_PATH_ALSA(0.9.0, AC_DEFINE(HAVE_ALSA,1,[Define to 1 to use ALSA for MIDI]) , : )
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 37f14d2e82da..80b3eeb0c45a 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	2022-12-27 02:28:50 UTC
+--- src/gui/sdl_gui.cpp.orig	2024-10-02 06:16:36 UTC
 +++ src/gui/sdl_gui.cpp
-@@ -3646,6 +3646,7 @@ void GUI_Shortcut(int select) {
+@@ -3888,6 +3888,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();
-@@ -3655,12 +3656,14 @@ void GUI_Shortcut(int select) {
+@@ -3897,12 +3898,14 @@ void GUI_Shortcut(int select) {
      } else
  #endif
      RunCfgTool(0);
@@ -23,7 +23,7 @@
  #if defined(USE_TTF)
      if (ttf.inUse) {
          ttf_switch_off();
-@@ -3670,4 +3673,5 @@ void GUI_Run(bool pressed) {
+@@ -3912,4 +3915,5 @@ void GUI_Run(bool pressed) {
      } else
  #endif
      RunCfgTool(0);