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
This commit is contained in:
Älven
2025-12-19 21:28:47 +04:00
parent 6620ae9fa6
commit 9e7724fa2d
3 changed files with 19 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
PORTNAME= fldigi
DISTVERSION= 4.2.09
PORTREVISION= 1
DISTVERSION= 4.2.11
CATEGORIES= comms hamradio
MASTER_SITES= SF/fldigi/${PORTNAME}

View File

@@ -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

View File

@@ -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>