summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-01-09 01:28:45 +0000
committergdt <gdt@pkgsrc.org>2019-01-09 01:28:45 +0000
commit895326fcaa0ed2f01ebf0ab2676a99f343b6a005 (patch)
tree52550eda0c543bed15418e66fd16911d0dc6ecd8 /ham
parentb3ca0905ffc4d014a4b522158d3f22d7b1d4074c (diff)
downloadpkgsrc-895326fcaa0ed2f01ebf0ab2676a99f343b6a005.tar.gz
uhd: Add patch for missing boost include to use boost:noncopyable
No PKGREVISION++; this didn't compile before. Patch has been filed upstream.
Diffstat (limited to 'ham')
-rw-r--r--ham/uhd/Makefile3
-rw-r--r--ham/uhd/distinfo3
-rw-r--r--ham/uhd/patches/patch-lib_include_uhdlib_experts_expert__nodes.hpp14
3 files changed, 18 insertions, 2 deletions
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile
index 97a6ad76faf..3a54def037c 100644
--- a/ham/uhd/Makefile
+++ b/ham/uhd/Makefile
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2018/12/13 19:52:04 adam Exp $
+# $NetBSD: Makefile,v 1.38 2019/01/09 01:28:45 gdt Exp $
+# update needed to 3.13.0.1
DISTNAME= uhd-3.11.1.0
PKGREVISION= 2
CATEGORIES= ham
diff --git a/ham/uhd/distinfo b/ham/uhd/distinfo
index 96b9ae8c518..7265404a936 100644
--- a/ham/uhd/distinfo
+++ b/ham/uhd/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.16 2018/07/11 04:16:20 dbj Exp $
+$NetBSD: distinfo,v 1.17 2019/01/09 01:28:45 gdt Exp $
SHA1 (uhd-3.11.1.0.tar.gz) = 11556dbec1a5d0ddd83906773a206d573ce6d849
RMD160 (uhd-3.11.1.0.tar.gz) = 054a29ed977162557525e8b90d1a25fc31a2465c
SHA512 (uhd-3.11.1.0.tar.gz) = a7cd5a3e94b4a71e2e3b26922810c0c11a4c790bd9d279e38d3c7f4c2a39efbf65ea47bff08c9b2720eec3cb42d54fd63f2e3502d5ee500cee4870c7828e2a7e
Size (uhd-3.11.1.0.tar.gz) = 9300386 bytes
+SHA1 (patch-lib_include_uhdlib_experts_expert__nodes.hpp) = b741980f6a1bbeef07903a23de13474abc982f9e
diff --git a/ham/uhd/patches/patch-lib_include_uhdlib_experts_expert__nodes.hpp b/ham/uhd/patches/patch-lib_include_uhdlib_experts_expert__nodes.hpp
new file mode 100644
index 00000000000..320527d5f61
--- /dev/null
+++ b/ham/uhd/patches/patch-lib_include_uhdlib_experts_expert__nodes.hpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-lib_include_uhdlib_experts_expert__nodes.hpp,v 1.1 2019/01/09 01:28:45 gdt Exp $
+
+https://github.com/EttusResearch/uhd/issues/240
+
+--- lib/include/uhdlib/experts/expert_nodes.hpp.orig 2018-08-01 03:30:31.000000000 +0000
++++ lib/include/uhdlib/experts/expert_nodes.hpp
+@@ -12,6 +12,7 @@
+ #include <uhd/exception.hpp>
+ #include <uhd/utils/dirty_tracked.hpp>
+ #include <uhd/types/time_spec.hpp>
++#include <boost/core/noncopyable.hpp>
+ #include <boost/function.hpp>
+ #include <boost/thread/recursive_mutex.hpp>
+ #include <boost/thread.hpp>