git: 9e7724fa2d20 - main - comms/fldigi: Update 4.2.09 => 4.2.11

From: Älven <alven_at_FreeBSD.org>
Date: Tue, 20 Jan 2026 12:56:06 UTC
The branch main has been updated by alven:

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

commit 9e7724fa2d2073dfabef65533b878f62e6b94eb6
Author:     Älven <alven@FreeBSD.org>
AuthorDate: 2025-12-19 17:28:47 +0000
Commit:     Älven <alven@FreeBSD.org>
CommitDate: 2026-01-20 12:55:50 +0000

    comms/fldigi: Update 4.2.09 => 4.2.11
    
    Changelogs:
    * https://www.w1hkj.org/files/fldigi/readme.txt
    
    Approved by:            hamradio@ (alven@, yuri@)
    Approved by:            yuri@ (Mentor)
    Differential Revision:  https://reviews.freebsd.org/D54316
---
 comms/fldigi/Makefile                               |  3 +--
 comms/fldigi/distinfo                               |  6 +++---
 comms/fldigi/files/patch-src_misc_configuration.cxx | 15 +++++++++++++++
 3 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile
index 2aba0786f813..4617770f8e98 100644
--- a/comms/fldigi/Makefile
+++ b/comms/fldigi/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	fldigi
-DISTVERSION=	4.2.09
-PORTREVISION=	1
+DISTVERSION=	4.2.11
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SF/fldigi/${PORTNAME}
 
diff --git a/comms/fldigi/distinfo b/comms/fldigi/distinfo
index 628b89020d09..d588045b23a8 100644
--- a/comms/fldigi/distinfo
+++ b/comms/fldigi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757537847
-SHA256 (fldigi-4.2.09.tar.gz) = 2fe823e0343210e84f60080e42e32d29ff512f31c9e000941ef1897170e22c37
-SIZE (fldigi-4.2.09.tar.gz) = 5298037
+TIMESTAMP = 1766159925
+SHA256 (fldigi-4.2.11.tar.gz) = 762b370ffe9cae773a2a03b512d0b7242e7e90407c11d5abbd2d31ae6501664f
+SIZE (fldigi-4.2.11.tar.gz) = 5282315
diff --git a/comms/fldigi/files/patch-src_misc_configuration.cxx b/comms/fldigi/files/patch-src_misc_configuration.cxx
new file mode 100644
index 000000000000..165605acf4f5
--- /dev/null
+++ b/comms/fldigi/files/patch-src_misc_configuration.cxx
@@ -0,0 +1,15 @@
+--- src/misc/configuration.cxx.orig	2025-11-27 19:20:48 UTC
++++ src/misc/configuration.cxx
+@@ -59,6 +59,12 @@
+ #include <map>
+ #include <sstream>
+ 
++#ifdef __FreeBSD__
++
++#  include <glob.h>
++
++#endif
++
+ #ifdef __linux__
+ 
+ #  include <dirent.h>