summaryrefslogtreecommitdiff
path: root/ham/fldigi/patches
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2014-09-05 07:29:28 +0000
committermef <mef@pkgsrc.org>2014-09-05 07:29:28 +0000
commitf8abfac1811c9988d35df8ff49a5c7a81a020bed (patch)
tree7bf0bb9e080cf2edc13d727240af5b42f62c1e39 /ham/fldigi/patches
parent0e62defd5a4bc56ebf234bbb42eaa82adfe8faec (diff)
downloadpkgsrc-f8abfac1811c9988d35df8ff49a5c7a81a020bed.tar.gz
(Upstream update 3.21.82 to 3.21.83)
=Version 3.21.83= 2014-06-26 Robert Stiles <kk5vd@yahoo.com> 10acfb7: Doxygen Inclusion 2014-06-16 David Freese <w1hkj@w1hkj.com> 03b141a: ARQ stx handshake ba246eb: Virtual ports 1c38c93: New User Exit Behavior
Diffstat (limited to 'ham/fldigi/patches')
-rw-r--r--ham/fldigi/patches/patch-src_dominoex_dominoex.cxx2
-rw-r--r--ham/fldigi/patches/patch-src_include_qrunner.h2
-rw-r--r--ham/fldigi/patches/patch-src_misc_configuration.cxx2
-rw-r--r--ham/fldigi/patches/patch-src_misc_newinstall.cxx2
-rw-r--r--ham/fldigi/patches/patch-src_thor_thor.cxx2
-rw-r--r--ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp2
-rw-r--r--ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp2
-rw-r--r--ham/fldigi/patches/patch-src_xmlrpcpp_base64.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx b/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx
index 982b8ac75a6..232860003fc 100644
--- a/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx
+++ b/ham/fldigi/patches/patch-src_dominoex_dominoex.cxx
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_dominoex_dominoex.cxx,v 1.2 2013/09/13 06:35:55 mef Exp $
+$NetBSD: patch-src_dominoex_dominoex.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
diff --git a/ham/fldigi/patches/patch-src_include_qrunner.h b/ham/fldigi/patches/patch-src_include_qrunner.h
index 6176fb34b7a..a66f6a2e1cf 100644
--- a/ham/fldigi/patches/patch-src_include_qrunner.h
+++ b/ham/fldigi/patches/patch-src_include_qrunner.h
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_include_qrunner.h,v 1.2 2013/09/13 06:35:55 mef Exp $
+$NetBSD: patch-src_include_qrunner.h,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
diff --git a/ham/fldigi/patches/patch-src_misc_configuration.cxx b/ham/fldigi/patches/patch-src_misc_configuration.cxx
index e5fed1b3c0b..e50dea3e814 100644
--- a/ham/fldigi/patches/patch-src_misc_configuration.cxx
+++ b/ham/fldigi/patches/patch-src_misc_configuration.cxx
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_misc_configuration.cxx,v 1.1 2013/09/13 06:35:55 mef Exp $
+$NetBSD: patch-src_misc_configuration.cxx,v 1.2 2014/09/05 07:29:28 mef Exp $
For DragonFly build to fix following problem:
misc/configuration.cxx: In member function 'void configuration::testCommPorts()':
diff --git a/ham/fldigi/patches/patch-src_misc_newinstall.cxx b/ham/fldigi/patches/patch-src_misc_newinstall.cxx
index dc14aced97f..8ce3aaf811b 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.3 2013/09/13 06:35:55 mef Exp $
+$NetBSD: patch-src_misc_newinstall.cxx,v 1.4 2014/09/05 07:29:28 mef Exp $
Brag command shows OS:, but it is fixed, see SUBST in Makefile
diff --git a/ham/fldigi/patches/patch-src_thor_thor.cxx b/ham/fldigi/patches/patch-src_thor_thor.cxx
index c2a83e59f47..251925a3125 100644
--- a/ham/fldigi/patches/patch-src_thor_thor.cxx
+++ b/ham/fldigi/patches/patch-src_thor_thor.cxx
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_thor_thor.cxx,v 1.2 2013/09/13 06:35:55 mef Exp $
+$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
diff --git a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp b/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp
index 7ffc39d4101..d0bf508eb08 100644
--- a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp
+++ b/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcClient.cpp
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_xmlrpcpp_XmlRpcClient.cpp,v 1.2 2013/09/13 06:35:55 mef Exp $
+$NetBSD: patch-src_xmlrpcpp_XmlRpcClient.cpp,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
diff --git a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp b/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp
index 952ee3f3336..a50b2aa0393 100644
--- a/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp
+++ b/ham/fldigi/patches/patch-src_xmlrpcpp_XmlRpcServer.cpp
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_xmlrpcpp_XmlRpcServer.cpp,v 1.2 2013/09/13 06:35:55 mef Exp $
+$NetBSD: patch-src_xmlrpcpp_XmlRpcServer.cpp,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
diff --git a/ham/fldigi/patches/patch-src_xmlrpcpp_base64.h b/ham/fldigi/patches/patch-src_xmlrpcpp_base64.h
index a3146b3b8d6..cb084a100a1 100644
--- a/ham/fldigi/patches/patch-src_xmlrpcpp_base64.h
+++ b/ham/fldigi/patches/patch-src_xmlrpcpp_base64.h
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_xmlrpcpp_base64.h,v 1.2 2013/09/13 06:35:55 mef Exp $
+$NetBSD: patch-src_xmlrpcpp_base64.h,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