pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/uhd uhd: Add patch for missing boost include to us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4c4108ac3d4
branches:  trunk
changeset: 327802:c4c4108ac3d4
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Jan 09 01:28:45 2019 +0000

description:
uhd: Add patch for missing boost include to use boost:noncopyable

No PKGREVISION++; this didn't compile before.
Patch has been filed upstream.

diffstat:

 ham/uhd/Makefile                                                   |   3 +-
 ham/uhd/distinfo                                                   |   3 +-
 ham/uhd/patches/patch-lib_include_uhdlib_experts_expert__nodes.hpp |  14 ++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r 486645a4fb09 -r c4c4108ac3d4 ham/uhd/Makefile
--- a/ham/uhd/Makefile  Tue Jan 08 20:30:36 2019 +0000
+++ b/ham/uhd/Makefile  Wed Jan 09 01:28:45 2019 +0000
@@ -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 -r 486645a4fb09 -r c4c4108ac3d4 ham/uhd/distinfo
--- a/ham/uhd/distinfo  Tue Jan 08 20:30:36 2019 +0000
+++ b/ham/uhd/distinfo  Wed Jan 09 01:28:45 2019 +0000
@@ -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 -r 486645a4fb09 -r c4c4108ac3d4 ham/uhd/patches/patch-lib_include_uhdlib_experts_expert__nodes.hpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/uhd/patches/patch-lib_include_uhdlib_experts_expert__nodes.hpp        Wed Jan 09 01:28:45 2019 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index