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:
@@ -1,6 +1,5 @@
|
||||
PORTNAME= fldigi
|
||||
DISTVERSION= 4.2.09
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 4.2.11
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= SF/fldigi/${PORTNAME}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
15
comms/fldigi/files/patch-src_misc_configuration.cxx
Normal file
15
comms/fldigi/files/patch-src_misc_configuration.cxx
Normal 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>
|
||||
Reference in New Issue
Block a user