Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 17:27:45 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530694 - head/comms/wsjtx/files
Message-ID:  <202004041727.034HRjOJ019780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004041727.034HRjOJ019780>