From 693e0f1e7e87f0e13c64b7c315bff965c860acd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84lven?= Date: Wed, 22 Oct 2025 21:11:10 +0400 Subject: comms/wsjtz: Update 2.5.4-1.22 => 2.7.0-rc7-1.48 Changelogs: * https://sourceforge.net/projects/wsjt-z/files/Source/ * Add LICENSE_FILE * Make DOCS option actually work * Pet portclippy(1) and portfmt(1) * Convert all sources with dos2unix(1) before patching Approved by: hamradio@ (alven@, yuri@) Approved by: yuri@ (Mentor) Differential Revision: https://reviews.freebsd.org/D53261 --- comms/wsjtz/files/patch-widgets_FrequencyLineEdit.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 comms/wsjtz/files/patch-widgets_FrequencyLineEdit.cpp (limited to 'comms/wsjtz/files/patch-widgets_FrequencyLineEdit.cpp') diff --git a/comms/wsjtz/files/patch-widgets_FrequencyLineEdit.cpp b/comms/wsjtz/files/patch-widgets_FrequencyLineEdit.cpp deleted file mode 100644 index 10b456242781..000000000000 --- a/comms/wsjtz/files/patch-widgets_FrequencyLineEdit.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- widgets/FrequencyLineEdit.cpp.orig 2021-02-01 18:08:30 UTC -+++ widgets/FrequencyLineEdit.cpp -@@ -39,7 +39,7 @@ namespace - FrequencyLineEdit::FrequencyLineEdit (QWidget * parent) - : QLineEdit (parent) - { -- setValidator (new MHzValidator {0., std::numeric_limits::max () / 10.e6, this}); -+ setValidator (new MHzValidator {0., (float)std::numeric_limits::max () / 10.e6, this}); - } - - auto FrequencyLineEdit::frequency () const -> Frequency -- cgit v1.2.3