svn commit: r530694 - head/comms/wsjtx/files

Tobias C. Berner tcberner at FreeBSD.org
Sat Apr 4 17:27:57 UTC 2020


Author: tcberner
Date: Sat Apr  4 17:27:45 2020
New Revision: 530694
URL: https://svnweb.freebsd.org/changeset/ports/530694

Log:
  comms/wsjtx: Prepare for Qt5-5.14
  
  PR:		244964

Modified:
  head/comms/wsjtx/files/wsjtx.patch

Modified: head/comms/wsjtx/files/wsjtx.patch
==============================================================================
--- head/comms/wsjtx/files/wsjtx.patch	Sat Apr  4 17:26:35 2020	(r530693)
+++ head/comms/wsjtx/files/wsjtx.patch	Sat Apr  4 17:27:45 2020	(r530694)
@@ -56,3 +56,21 @@
  
  # build the main application
  add_executable (wsjtx MACOSX_BUNDLE
+--- wsjtx/qt_helpers.hpp.orig	2020-04-04 19:19:54.667679000 +0200
++++ wsjtx/qt_helpers.hpp	2020-04-04 19:20:37.899375000 +0200
+@@ -78,6 +78,7 @@
+   }
+ };
+ 
++#if (QT_VERSION < QT_VERSION_CHECK(5, 14, 0))
+ namespace std
+ {
+   // std::hash<> specialization for QString based on the dbj2
+@@ -97,6 +98,7 @@
+     }
+   };
+ }
++#endif
+ 
+ // Register some useful Qt types with QMetaType
+ Q_DECLARE_METATYPE (QHostAddress);


More information about the svn-ports-head mailing list