summaryrefslogtreecommitdiff
path: root/ham/fldigi/patches
diff options
context:
space:
mode:
authormef <mef>2016-08-07 12:32:47 +0000
committermef <mef>2016-08-07 12:32:47 +0000
commit6be6fdb17058b2689659a308b4a54fc6859691d4 (patch)
tree3dd45957ee0d20cddc6684af2d64a24532e6a3fa /ham/fldigi/patches
parent350149b3c49bbf27bcf85ae7ef482509d95af03a (diff)
downloadpkgsrc-6be6fdb17058b2689659a308b4a54fc6859691d4.tar.gz
Updated ham/fldigi to 3.23.13
----------------------------- =Version 3.23.13= 2016-08-06 David Freese <iam_w1hkj@w1hkj.com> 8a0204d: flmsg auto start e569d56: Documentation Update 2016-08-06 Robert Stiles <kk5vd@yahoo.com> 0f237ba: KPSQL PSM 2016-08-06 David Freese <iam_w1hkj@w1hkj.com> e6b1743: m4 updates 3520065: xmlrpc mod fafaa7c: Main User Interface 360d6a2: fl_digi.cxx whitespace bdb3afb: xmlrpc tx queue 33be65f: QRUNNER BUG FIX f02228e: logbook read 1f6d966: flrig xmlrpc client 4ddae1f: Title bar 9777cfa: Macro tag PUSH/POP 73ea18b: G4 build warnings e8e3b89: winsock2 error flag 8f8d6be: xmlrpc error warnings 302fca5: Port Audio Index 988ee57: Squeeze Play a9d3ec1: Documentation 8fa2f92: FSQ allcall relay 2016-07-04 Kamal Mostafa <kamal@whence.com> 055a180: FTextTX: fix menu_cb default case behavior 93ca237: status: fix override_data_io_enabled behavior 10eaf9d: logbook: do not write empty string to ADIF 5609415: wefax d43951e: fix warnings: misleading-indentation (no functional changes) 1ecf952: fix warning: unused variable 'call_file' 9e9139e: fix warning: C11 requires spaces around string macro 0531e5c: fix warning: format '%d' vs size_t 1e888d1: XmlRpc tm_mday fix (pkgsrc) - Drop three patches, see following line in ChangeLog 9e9139e: fix warning: C11 requires spaces around string macro
Diffstat (limited to 'ham/fldigi/patches')
-rw-r--r--ham/fldigi/patches/patch-src_dominoex_dominoex.cxx17
-rw-r--r--ham/fldigi/patches/patch-src_thor_thor.cxx17
-rw-r--r--ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcBase64.h15
3 files changed, 0 insertions, 49 deletions
diff --git a/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx b/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx
deleted file mode 100644
index f88e884e684..00000000000
--- a/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_dominoex_dominoex.cxx,v 1.6 2015/10/11 03:59:56 mef Exp $
-
-(cvs log says)
-date: 2015-04-28 08:51:52 +0900; author: joerg; state: Exp; lines: +3 -7; commitid: 2iTQbBPEdUwBShjy;
-Deal with C++11 user defined string literals. Add missing includes.
-
---- src/dominoex/dominoex.cxx.orig 2015-04-27 23:30:32.000000000 +0000
-+++ src/dominoex/dominoex.cxx
-@@ -63,7 +63,7 @@ void dominoex::tx_init(SoundBase *sc)
-
- strSecXmtText = progdefaults.secText;
- if (strSecXmtText.length() == 0)
-- strSecXmtText = "fldigi "PACKAGE_VERSION" ";
-+ strSecXmtText = "fldigi " PACKAGE_VERSION " ";
-
- videoText();
- }
diff --git a/ham/fldigi/patches/patch-src_thor_thor.cxx b/ham/fldigi/patches/patch-src_thor_thor.cxx
deleted file mode 100644
index 251925a3125..00000000000
--- a/ham/fldigi/patches/patch-src_thor_thor.cxx
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_thor_thor.cxx,v 1.3 2014/09/05 07:29:28 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
-@@ -63,7 +63,7 @@ void thor::tx_init(SoundBase *sc)
- videoText();
- strSecXmtText = progdefaults.THORsecText;
- if (strSecXmtText.length() == 0)
-- strSecXmtText = "fldigi "PACKAGE_VERSION" ";
-+ strSecXmtText = "fldigi " PACKAGE_VERSION " ";
- cptr = 0;
- }
-
diff --git a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcBase64.h b/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcBase64.h
deleted file mode 100644
index eeefc07afbb..00000000000
--- a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcBase64.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_xmlrpcpp_XmlRpcBase64.h,v 1.2 2015/10/11 03:59:56 mef Exp $
-
-date: 2015-04-28 08:51:52 +0900; author: joerg; state: Exp; commitid: 2iTQbBPEdUwBShjy;
-Deal with C++11 user defined string literals. Add missing includes.
-
---- src/xmlrpcpp/XmlRpcBase64.h.orig 2015-04-27 23:29:49.000000000 +0000
-+++ src/xmlrpcpp/XmlRpcBase64.h
-@@ -19,6 +19,7 @@
- #define __BASE64_H_INCLUDED__ 1
-
- #include <iterator>
-+#include <ios>
-
- static
- int _xmlrpc_base64Chars[]= {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z',