pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/uhd



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Jan  9 01:28:45 UTC 2019

Modified Files:
        pkgsrc/ham/uhd: Makefile distinfo
Added Files:
        pkgsrc/ham/uhd/patches:
            patch-lib_include_uhdlib_experts_expert__nodes.hpp

Log Message:
uhd: Add patch for missing boost include to use boost:noncopyable

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


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/ham/uhd/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/ham/uhd/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/ham/uhd/patches/patch-lib_include_uhdlib_experts_expert__nodes.hpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/uhd/Makefile
diff -u pkgsrc/ham/uhd/Makefile:1.37 pkgsrc/ham/uhd/Makefile:1.38
--- pkgsrc/ham/uhd/Makefile:1.37        Thu Dec 13 19:52:04 2018
+++ pkgsrc/ham/uhd/Makefile     Wed Jan  9 01:28:45 2019
@@ -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

Index: pkgsrc/ham/uhd/distinfo
diff -u pkgsrc/ham/uhd/distinfo:1.16 pkgsrc/ham/uhd/distinfo:1.17
--- pkgsrc/ham/uhd/distinfo:1.16        Wed Jul 11 04:16:20 2018
+++ pkgsrc/ham/uhd/distinfo     Wed Jan  9 01:28:45 2019
@@ -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

Added files:

Index: pkgsrc/ham/uhd/patches/patch-lib_include_uhdlib_experts_expert__nodes.hpp
diff -u /dev/null pkgsrc/ham/uhd/patches/patch-lib_include_uhdlib_experts_expert__nodes.hpp:1.1
--- /dev/null   Wed Jan  9 01:28:45 2019
+++ pkgsrc/ham/uhd/patches/patch-lib_include_uhdlib_experts_expert__nodes.hpp   Wed Jan  9 01:28:45 2019
@@ -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