git: dae7069c537b - main - audio/adplay: Update to 1.9

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Thu, 25 Dec 2025 15:30:30 UTC
The branch main has been updated by ehaupt:

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

commit dae7069c537b2065d2554c7a9badd6567760b783
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2025-12-25 15:29:32 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2025-12-25 15:29:32 +0000

    audio/adplay: Update to 1.9
---
 audio/adplay/Makefile                 |  5 ++---
 audio/adplay/distinfo                 |  6 +++---
 audio/adplay/files/patch-acinclude.m4 | 20 --------------------
 3 files changed, 5 insertions(+), 26 deletions(-)

diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile
index fd1d50072c6e..a744f84e73da 100644
--- a/audio/adplay/Makefile
+++ b/audio/adplay/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	adplay
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.8.1
-PORTREVISION=	3
+DISTVERSION=	1.9
 CATEGORIES=	audio
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -36,7 +35,7 @@ ALSA_CONFIGURE_WITH=	alsa-prefix=${LOCALBASE}/lib
 ALSA_CFLAGS+=		`pkg-config --cflags alsa`
 
 SDL_USES=		sdl
-SDL_USE=		SDL=mixer,sdl
+SDL_USE=		SDL=mixer2,sdl2
 SDL_CONFIGURE_OFF=	--disable-output-sdl
 
 DBFILE=		adplug.db
diff --git a/audio/adplay/distinfo b/audio/adplay/distinfo
index 76e9c42092f2..467c590b808b 100644
--- a/audio/adplay/distinfo
+++ b/audio/adplay/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1590309553
-SHA256 (adplug-adplay-unix-v1.8.1_GH0.tar.gz) = 5fa1d475740bf88f5a618c1a79b52d1b0faf0c70b1c3f181114711fd2c84aa2d
-SIZE (adplug-adplay-unix-v1.8.1_GH0.tar.gz) = 42222
+TIMESTAMP = 1766640860
+SHA256 (adplug-adplay-unix-v1.9_GH0.tar.gz) = 6390772f9a9d12df8db90b9834db3f14bddeb35c5e3ecb58131ed0cec0e546fd
+SIZE (adplug-adplay-unix-v1.9_GH0.tar.gz) = 47935
 SHA256 (adplug-database-v1.0_GH0.tar.gz) = 1c2cfd08bbaba19209893d5a6ef18287251aa34c82c2704570255e19a2535a99
 SIZE (adplug-database-v1.0_GH0.tar.gz) = 4462
diff --git a/audio/adplay/files/patch-acinclude.m4 b/audio/adplay/files/patch-acinclude.m4
deleted file mode 100644
index 0a1636dfd0e7..000000000000
--- a/audio/adplay/files/patch-acinclude.m4
+++ /dev/null
@@ -1,20 +0,0 @@
---- acinclude.m4.orig	2010-01-01 08:21:00 UTC
-+++ acinclude.m4
-@@ -422,7 +422,7 @@ if test "$alsa_prefix" != "" ; then
- fi
- 
- dnl add the alsa library
--ALSA_LIBS="$ALSA_LIBS -lasound -lm -ldl -lpthread"
-+ALSA_LIBS="$ALSA_LIBS -lasound -lm -lpthread"
- LIBS="$ALSA_LIBS $LIBS"
- AC_MSG_RESULT($ALSA_LIBS)
- 
-@@ -541,7 +541,7 @@ AC_ARG_ENABLE(aotest, [  --disable-aotes
- 
-   # see where dl* and friends live
-   AC_CHECK_FUNCS(dlopen, [AO_DL_LIBS=""], [
--    AC_CHECK_LIB(dl, dlopen, [AO_DL_LIBS="-ldl"], [
-+    AC_CHECK_LIB(dl, dlopen, [
-       AC_MSG_WARN([could not find dlopen() needed by libao sound drivers
-       your system may not be supported.])
-     ])