summaryrefslogtreecommitdiff
path: root/ham/fldigi/patches
diff options
context:
space:
mode:
authormef <mef>2013-09-13 06:35:55 +0000
committermef <mef>2013-09-13 06:35:55 +0000
commiteb3879f6fc00c6d3a28e71788c2216b4221fc2aa (patch)
treef1044c886ece1b6e4d57383b8ea3ac780917bcc6 /ham/fldigi/patches
parentb75da044d8130e7090b2a98c8f75269cf79de97e (diff)
downloadpkgsrc-eb3879f6fc00c6d3a28e71788c2216b4221fc2aa.tar.gz
Bump 3.21.70 to 3.21.76
=Version 3.21.76= 2013-09-09 David Freese <w1hkj@w1hkj.com> ARQ mode character set RsID, Macro Queue, DTMF transmit management Xmlrpc method signatures RsID fo computation =Version 3.21.75= xmlrpcpp methods RSID update Error exit fltk 1.1.x Sound File =Version 3.21.74= initialize active_modem XML parser 64 bit compile warnings Automake bug =Version 3.21.73= qrunner mod Pskmail-test 2013-07-24 John Phelps <kl4yfd@gmail.com> Doxygen for fldigi * Added scripts to generate Doxygen documentation from fldigi git repository / source * Also executes "cppcheck" and includes those results on Doxygen page (if installed on system) * Generates patches and log for the last 125 commits: includes links on Doxygen page 2013-07-24 David Freese <w1hkj@w1hkj.com> CPPcheck errors Modem class Rigcat Thread Missing header fldigi-shell Fl::focus on OS X Data files KML thread Fl::flush ADIF_RW thread trx semaphore Digiscope buffer 2013-07-07 Robert Stiles <kk5vd@yahoo.com> Portaudio exceptions 2013-07-07 David Freese <w1hkj@w1hkj.com> mxe-win32 regex PSKMAIL/ARQ socket Thor update record_loader fix Code cleanup Pskmail Notify RsID MFSK shut down 2013-06-27 Robert Stiles <kk5vd@yahoo.com> Cwidth test for zero 2013-06-21 David Freese <w1hkj@w1hkj.com> XMLRPC MXE compile 2013-06-19 Stefan Fendt <smfendt@gmail.com> RTTY decoder 2013-06-09 Dennis Engdahl <engdahl@snowcrest.net> RigCAT user commands 2013-06-08 David Freese <w1hkj@w1hkj.com> TX state pskmail events * Changed extended rsid iaw doc/rsid_codes.gnumeric 2013-06-01 Remi Chateauneu <remi.chateauneu@gmail.com> KML/Synop/RTTY/Navtex Port to MXE / MingW QSL VIA XML parser 2013-05-31 David Freese <w1hkj@w1hkj.com> ARQ support changes xmlrpcpp PortAudio SysV ARQ interface METAR format RSID logic =Version 3.21.72= RsID Timeout PSKMAIL Colors/Fonts Dialog Developer List =Version 3.21.71= About update Wavefile generate MT63 mode selection ARQ server 2013-04-30 Remi Chateauneu <remi.chateauneu@gmail.com> xmlrpc-c removal 2013-04-30 David Freese <w1hkj@w1hkj.com> Signal Browser Colors QRZ query Rigsupport PO file update eQSL url PSKMAIL
Diffstat (limited to 'ham/fldigi/patches')
-rw-r--r--ham/fldigi/patches/patch-src_dominoex_dominoex.cxx6
-rw-r--r--ham/fldigi/patches/patch-src_include_qrunner.h6
-rw-r--r--ham/fldigi/patches/patch-src_logbook_logsupport.cxx6
-rw-r--r--ham/fldigi/patches/patch-src_misc_configuration.cxx19
-rw-r--r--ham/fldigi/patches/patch-src_misc_dxcc.cxx6
-rw-r--r--ham/fldigi/patches/patch-src_misc_newinstall.cxx2
-rw-r--r--ham/fldigi/patches/patch-src_misc_re.cxx6
-rw-r--r--ham/fldigi/patches/patch-src_navtex_navtex.cxx19
-rw-r--r--ham/fldigi/patches/patch-src_spot_notify.cxx16
-rw-r--r--ham/fldigi/patches/patch-src_spot_pskrep.cxx6
-rw-r--r--ham/fldigi/patches/patch-src_spot_spot.cxx6
-rw-r--r--ham/fldigi/patches/patch-src_thor_thor.cxx6
-rw-r--r--ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp6
-rw-r--r--ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp6
-rw-r--r--ham/fldigi/patches/patch-src_xmlrpcpp_base64.h6
15 files changed, 85 insertions, 37 deletions
diff --git a/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx b/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx
index b8a3650c909..982b8ac75a6 100644
--- a/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx
+++ b/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx
@@ -1,4 +1,8 @@
-$NetBSD: patch-src_dominoex_dominoex.cxx,v 1.1 2013/05/06 14:49:32 joerg Exp $
+$NetBSD: patch-src_dominoex_dominoex.cxx,v 1.2 2013/09/13 06:35:55 mef Exp $
+
+Avoid implicit conversions to bool for streams.
+Require C++11 for Clang and prefer std version over tr1 when in C++11
+mode.
--- src/dominoex/dominoex.cxx.orig 2013-05-03 14:18:53.000000000 +0000
+++ src/dominoex/dominoex.cxx
diff --git a/ham/fldigi/patches/patch-src_include_qrunner.h b/ham/fldigi/patches/patch-src_include_qrunner.h
index cb02aed5479..6176fb34b7a 100644
--- a/ham/fldigi/patches/patch-src_include_qrunner.h
+++ b/ham/fldigi/patches/patch-src_include_qrunner.h
@@ -1,4 +1,8 @@
-$NetBSD: patch-src_include_qrunner.h,v 1.1 2013/05/06 14:49:32 joerg Exp $
+$NetBSD: patch-src_include_qrunner.h,v 1.2 2013/09/13 06:35:55 mef Exp $
+
+Avoid implicit conversions to bool for streams.
+Require C++11 for Clang and prefer std version over tr1 when in C++11
+mode.
--- src/include/qrunner.h.orig 2013-05-03 14:32:45.000000000 +0000
+++ src/include/qrunner.h
diff --git a/ham/fldigi/patches/patch-src_logbook_logsupport.cxx b/ham/fldigi/patches/patch-src_logbook_logsupport.cxx
index 503cc37266c..07253cd2903 100644
--- a/ham/fldigi/patches/patch-src_logbook_logsupport.cxx
+++ b/ham/fldigi/patches/patch-src_logbook_logsupport.cxx
@@ -1,4 +1,8 @@
-$NetBSD: patch-src_logbook_logsupport.cxx,v 1.1 2013/05/06 14:49:32 joerg Exp $
+$NetBSD: patch-src_logbook_logsupport.cxx,v 1.2 2013/09/13 06:35:55 mef Exp $
+
+Avoid implicit conversions to bool for streams.
+Require C++11 for Clang and prefer std version over tr1 when in C++11
+mode.
--- src/logbook/logsupport.cxx.orig 2013-05-03 14:19:39.000000000 +0000
+++ src/logbook/logsupport.cxx
diff --git a/ham/fldigi/patches/patch-src_misc_configuration.cxx b/ham/fldigi/patches/patch-src_misc_configuration.cxx
new file mode 100644
index 00000000000..e5fed1b3c0b
--- /dev/null
+++ b/ham/fldigi/patches/patch-src_misc_configuration.cxx
@@ -0,0 +1,19 @@
+$NetBSD: patch-src_misc_configuration.cxx,v 1.1 2013/09/13 06:35:55 mef Exp $
+
+For DragonFly build to fix following problem:
+misc/configuration.cxx: In member function 'void configuration::testCommPorts()':
+misc/configuration.cxx:934:2: error: 'glob_t' was not declared in this scope
+misc/configuration.cxx:934:9: error: expected ';' before 'gbuf'
+gmake[3]: *** [fldigi-configuration.o] Error 1
+
+--- src/misc/configuration.cxx.orig 2013-04-12 23:24:15.000000000 +0900
++++ src/misc/configuration.cxx 2013-04-18 21:29:15.000000000 +0900
+@@ -925,7 +925,7 @@ void configuration::testCommPorts()
+
+ #if defined(__WOE32__)
+ # define TTY_MAX 255
+-#elif defined(__OpenBSD__) || defined(__NetBSD__)
++#elif defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
+ # define TTY_MAX 4
+ #else
+ # define TTY_MAX 8
diff --git a/ham/fldigi/patches/patch-src_misc_dxcc.cxx b/ham/fldigi/patches/patch-src_misc_dxcc.cxx
index e9bf8ad8d39..24a82426046 100644
--- a/ham/fldigi/patches/patch-src_misc_dxcc.cxx
+++ b/ham/fldigi/patches/patch-src_misc_dxcc.cxx
@@ -1,4 +1,8 @@
-$NetBSD: patch-src_misc_dxcc.cxx,v 1.1 2013/05/06 14:49:32 joerg Exp $
+$NetBSD: patch-src_misc_dxcc.cxx,v 1.2 2013/09/13 06:35:55 mef Exp $
+
+Avoid implicit conversions to bool for streams.
+Require C++11 for Clang and prefer std version over tr1 when in C++11
+mode.
--- src/misc/dxcc.cxx.orig 2013-05-03 14:21:04.000000000 +0000
+++ src/misc/dxcc.cxx
diff --git a/ham/fldigi/patches/patch-src_misc_newinstall.cxx b/ham/fldigi/patches/patch-src_misc_newinstall.cxx
index cd19beee0f5..dc14aced97f 100644
--- a/ham/fldigi/patches/patch-src_misc_newinstall.cxx
+++ b/ham/fldigi/patches/patch-src_misc_newinstall.cxx
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_misc_newinstall.cxx,v 1.2 2013/01/16 02:54:55 mef Exp $
+$NetBSD: patch-src_misc_newinstall.cxx,v 1.3 2013/09/13 06:35:55 mef Exp $
Brag command shows OS:, but it is fixed, see SUBST in Makefile
diff --git a/ham/fldigi/patches/patch-src_misc_re.cxx b/ham/fldigi/patches/patch-src_misc_re.cxx
index 36af7643080..7c06d28ab74 100644
--- a/ham/fldigi/patches/patch-src_misc_re.cxx
+++ b/ham/fldigi/patches/patch-src_misc_re.cxx
@@ -1,4 +1,8 @@
-$NetBSD: patch-src_misc_re.cxx,v 1.1 2013/05/06 14:49:32 joerg Exp $
+$NetBSD: patch-src_misc_re.cxx,v 1.2 2013/09/13 06:35:55 mef Exp $
+
+Avoid implicit conversions to bool for streams.
+Require C++11 for Clang and prefer std version over tr1 when in C++11
+mode.
--- src/misc/re.cxx.orig 2013-05-03 14:24:52.000000000 +0000
+++ src/misc/re.cxx
diff --git a/ham/fldigi/patches/patch-src_navtex_navtex.cxx b/ham/fldigi/patches/patch-src_navtex_navtex.cxx
deleted file mode 100644
index c36e044c7a7..00000000000
--- a/ham/fldigi/patches/patch-src_navtex_navtex.cxx
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-src_navtex_navtex.cxx,v 1.2 2013/07/05 21:34:12 joerg Exp $
-
---- src/navtex/navtex.cxx.orig 2013-05-03 14:31:34.000000000 +0000
-+++ src/navtex/navtex.cxx
-@@ -177,12 +177,12 @@ bool read_until_delim( std::istream & is
- if( ! std::getline( istrm, parsed_str, delim ) ) return false ;
- std::stringstream sstrm( parsed_str );
- sstrm >> ref ;
-- return sstrm ;
-+ return !sstrm.bad();
- }
-
- static bool read_until_delim( std::istream & istrm, std::string & ref )
- {
-- return std::getline( istrm, ref, delim );
-+ return !std::getline( istrm, ref, delim ).bad();
- }
-
- class NavtexRecord
diff --git a/ham/fldigi/patches/patch-src_spot_notify.cxx b/ham/fldigi/patches/patch-src_spot_notify.cxx
index b76d266da47..48721db9627 100644
--- a/ham/fldigi/patches/patch-src_spot_notify.cxx
+++ b/ham/fldigi/patches/patch-src_spot_notify.cxx
@@ -1,10 +1,14 @@
-$NetBSD: patch-src_spot_notify.cxx,v 1.1 2013/05/06 14:49:32 joerg Exp $
+$NetBSD: patch-src_spot_notify.cxx,v 1.2 2013/09/13 06:35:55 mef Exp $
---- src/spot/notify.cxx.orig 2013-05-03 14:35:28.000000000 +0000
-+++ src/spot/notify.cxx
-@@ -33,7 +33,10 @@
- #include <cctype>
- #include <cstdlib>
+Avoid implicit conversions to bool for streams.
+Require C++11 for Clang and prefer std version over tr1 when in C++11
+mode.
+
+--- src/spot/notify.cxx.orig 2013-07-06 20:54:45.000000000 +0900
++++ src/spot/notify.cxx 2013-07-07 15:25:39.000000000 +0900
+@@ -35,7 +35,10 @@
+
+ #include "timeops.h"
-#if (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1)
+#if __cplusplus >= 201103L
diff --git a/ham/fldigi/patches/patch-src_spot_pskrep.cxx b/ham/fldigi/patches/patch-src_spot_pskrep.cxx
index 4fdd04a4596..1a499d83777 100644
--- a/ham/fldigi/patches/patch-src_spot_pskrep.cxx
+++ b/ham/fldigi/patches/patch-src_spot_pskrep.cxx
@@ -1,4 +1,8 @@
-$NetBSD: patch-src_spot_pskrep.cxx,v 1.1 2013/05/06 14:49:32 joerg Exp $
+$NetBSD: patch-src_spot_pskrep.cxx,v 1.2 2013/09/13 06:35:55 mef Exp $
+
+Avoid implicit conversions to bool for streams.
+Require C++11 for Clang and prefer std version over tr1 when in C++11
+mode.
--- src/spot/pskrep.cxx.orig 2013-05-03 14:36:37.000000000 +0000
+++ src/spot/pskrep.cxx
diff --git a/ham/fldigi/patches/patch-src_spot_spot.cxx b/ham/fldigi/patches/patch-src_spot_spot.cxx
index 68164ebf36c..e6896bc58a3 100644
--- a/ham/fldigi/patches/patch-src_spot_spot.cxx
+++ b/ham/fldigi/patches/patch-src_spot_spot.cxx
@@ -1,4 +1,8 @@
-$NetBSD: patch-src_spot_spot.cxx,v 1.1 2013/05/06 14:49:32 joerg Exp $
+$NetBSD: patch-src_spot_spot.cxx,v 1.2 2013/09/13 06:35:55 mef Exp $
+
+Avoid implicit conversions to bool for streams.
+Require C++11 for Clang and prefer std version over tr1 when in C++11
+mode.
--- src/spot/spot.cxx.orig 2013-05-03 14:37:33.000000000 +0000
+++ src/spot/spot.cxx
diff --git a/ham/fldigi/patches/patch-src_thor_thor.cxx b/ham/fldigi/patches/patch-src_thor_thor.cxx
index 04997092c88..c2a83e59f47 100644
--- a/ham/fldigi/patches/patch-src_thor_thor.cxx
+++ b/ham/fldigi/patches/patch-src_thor_thor.cxx
@@ -1,4 +1,8 @@
-$NetBSD: patch-src_thor_thor.cxx,v 1.1 2013/05/06 14:49:32 joerg Exp $
+$NetBSD: patch-src_thor_thor.cxx,v 1.2 2013/09/13 06:35:55 mef Exp $
+
+Avoid implicit conversions to bool for streams.
+Require C++11 for Clang and prefer std version over tr1 when in C++11
+mode.
--- src/thor/thor.cxx.orig 2013-05-03 14:19:08.000000000 +0000
+++ src/thor/thor.cxx
diff --git a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp b/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp
index 6d9452ca4a7..7ffc39d4101 100644
--- a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp
+++ b/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp
@@ -1,4 +1,8 @@
-$NetBSD: patch-src_xmlrpcpp_XmlRpcClient.cpp,v 1.1 2013/05/06 14:49:32 joerg Exp $
+$NetBSD: patch-src_xmlrpcpp_XmlRpcClient.cpp,v 1.2 2013/09/13 06:35:55 mef Exp $
+
+Avoid implicit conversions to bool for streams.
+Require C++11 for Clang and prefer std version over tr1 when in C++11
+mode.
--- src/xmlrpcpp/XmlRpcClient.cpp.orig 2013-05-03 14:41:57.000000000 +0000
+++ src/xmlrpcpp/XmlRpcClient.cpp
diff --git a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp b/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp
index fee4cd7db20..952ee3f3336 100644
--- a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp
+++ b/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp
@@ -1,4 +1,8 @@
-$NetBSD: patch-src_xmlrpcpp_XmlRpcServer.cpp,v 1.1 2013/05/06 14:49:32 joerg Exp $
+$NetBSD: patch-src_xmlrpcpp_XmlRpcServer.cpp,v 1.2 2013/09/13 06:35:55 mef Exp $
+
+Avoid implicit conversions to bool for streams.
+Require C++11 for Clang and prefer std version over tr1 when in C++11
+mode.
--- src/xmlrpcpp/XmlRpcServer.cpp.orig 2013-05-03 14:42:36.000000000 +0000
+++ src/xmlrpcpp/XmlRpcServer.cpp
diff --git a/ham/fldigi/patches/patch-src_xmlrpcpp_base64.h b/ham/fldigi/patches/patch-src_xmlrpcpp_base64.h
index 478ee4e6f05..a3146b3b8d6 100644
--- a/ham/fldigi/patches/patch-src_xmlrpcpp_base64.h
+++ b/ham/fldigi/patches/patch-src_xmlrpcpp_base64.h
@@ -1,4 +1,8 @@
-$NetBSD: patch-src_xmlrpcpp_base64.h,v 1.1 2013/05/06 14:49:32 joerg Exp $
+$NetBSD: patch-src_xmlrpcpp_base64.h,v 1.2 2013/09/13 06:35:55 mef Exp $
+
+Avoid implicit conversions to bool for streams.
+Require C++11 for Clang and prefer std version over tr1 when in C++11
+mode.
--- src/xmlrpcpp/base64.h.orig 2013-05-03 14:39:47.000000000 +0000
+++ src/xmlrpcpp/base64.h