summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-04-17 13:33:44 +0000
committerjoerg <joerg@pkgsrc.org>2020-04-17 13:33:44 +0000
commit7ebebf2738229448cbc97e4c79bf8936d52e254c (patch)
tree7b5a89ed24961e00c3bfe4144b4e8b0c6d4e69ac /ham
parent290f76fb3c487b3a1144f8160254f645b7d99b74 (diff)
downloadpkgsrc-7ebebf2738229448cbc97e4c79bf8936d52e254c.tar.gz
Add missing includes
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-core/distinfo4
-rw-r--r--ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_pmt_pmt__serialize.cc12
-rw-r--r--ham/gnuradio-core/patches/patch-volk_lib_qa__utils.cc12
3 files changed, 27 insertions, 1 deletions
diff --git a/ham/gnuradio-core/distinfo b/ham/gnuradio-core/distinfo
index 2c1c0369bde..835bab02fc1 100644
--- a/ham/gnuradio-core/distinfo
+++ b/ham/gnuradio-core/distinfo
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.33 2019/07/08 17:50:55 ryoon Exp $
+$NetBSD: distinfo,v 1.34 2020/04/17 13:33:44 joerg Exp $
SHA1 (gnuradio-3.7.13.5.tar.gz) = c81a9cb1ec5e9455d885c804ba8fb656c4573b53
RMD160 (gnuradio-3.7.13.5.tar.gz) = 87786c5f333069c15316c6a45dbce11f329ddac6
SHA512 (gnuradio-3.7.13.5.tar.gz) = 35fad30ccbc8a82e03d44815bb958dc3718089bce628795ded53f554dff68a4acb1a0f1110b97446f5dc0182c0313855c0f1624b5e9caea26ae6189be81453bf
Size (gnuradio-3.7.13.5.tar.gz) = 4548612 bytes
SHA1 (patch-cmake_Modules_FindSphinx.cmake) = 1e42ad000962f4766810fbd322c80dad1f0b1c3c
+SHA1 (patch-gnuradio-runtime_lib_pmt_pmt__serialize.cc) = be8d6704aadc62f6a9c1e85c68443a94e81ea882
SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5
SHA1 (patch-gnuradio_runtime_lib_thread_thread_cc) = 7e8aa146447fc7ffd006ffd540764ae4b15da2a5
SHA1 (patch-gr-audio_lib_CMakeLists.txt) = 42e0b52d6baba936c03e2414e83a96a19c5331e7
@@ -12,3 +13,4 @@ SHA1 (patch-gr-audio_lib_alsa_alsa__impl_h) = d61dcd31058c04a6050479a6e8c321ca15
SHA1 (patch-gr-blocks_lib_socket__pdu__impl.cc) = 96a0f5c17fdea993531846ef011767c999d17d36
SHA1 (patch-gr-blocks_lib_tcp__connection.cc) = ef932b7a4d87d7fd2ed6dcff5ab2d75b25095acc
SHA1 (patch-gr-blocks_lib_tcp__connection.h) = ef6e19424a07f4cf16dbac834bdb48f3f639ebf5
+SHA1 (patch-volk_lib_qa__utils.cc) = 2bf322c4cf75183baeb589df2e3deccfffad0391
diff --git a/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_pmt_pmt__serialize.cc b/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_pmt_pmt__serialize.cc
new file mode 100644
index 00000000000..03b8d03a673
--- /dev/null
+++ b/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_pmt_pmt__serialize.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-gnuradio-runtime_lib_pmt_pmt__serialize.cc,v 1.1 2020/04/17 13:33:44 joerg Exp $
+
+--- gnuradio-runtime/lib/pmt/pmt_serialize.cc.orig 2020-04-17 00:28:42.316619809 +0000
++++ gnuradio-runtime/lib/pmt/pmt_serialize.cc
+@@ -23,6 +23,7 @@
+ #include <config.h>
+ #endif
+
++#include <sstream>
+ #include <vector>
+ #include <pmt/pmt.h>
+ #include "pmt_int.h"
diff --git a/ham/gnuradio-core/patches/patch-volk_lib_qa__utils.cc b/ham/gnuradio-core/patches/patch-volk_lib_qa__utils.cc
new file mode 100644
index 00000000000..1f601127af3
--- /dev/null
+++ b/ham/gnuradio-core/patches/patch-volk_lib_qa__utils.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-volk_lib_qa__utils.cc,v 1.1 2020/04/17 13:33:44 joerg Exp $
+
+--- volk/lib/qa_utils.cc.orig 2020-04-17 00:27:57.188604085 +0000
++++ volk/lib/qa_utils.cc
+@@ -13,6 +13,7 @@
+ #include <ctime> // for clock
+ #include <fstream> // for operator<<, basic...
+ #include <iostream> // for cout, cerr
++#include <sstream>
+ #include <limits> // for numeric_limits
+ #include <map> // for map, map<>::mappe...
+ #include <vector> // for vector, _Bit_refe...