pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gnuradio-core



Module Name:    pkgsrc
Committed By:   dbj
Date:           Sun Nov 29 22:35:47 UTC 2020

Modified Files:
        pkgsrc/ham/gnuradio-core: distinfo
Added Files:
        pkgsrc/ham/gnuradio-core/patches: patch-gr-digital_lib_map__bb__impl.cc

Log Message:
ham/gnuradio-digital: fix build issue with upstream patch


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/ham/gnuradio-core/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/ham/gnuradio-core/patches/patch-gr-digital_lib_map__bb__impl.cc

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

Modified files:

Index: pkgsrc/ham/gnuradio-core/distinfo
diff -u pkgsrc/ham/gnuradio-core/distinfo:1.39 pkgsrc/ham/gnuradio-core/distinfo:1.40
--- pkgsrc/ham/gnuradio-core/distinfo:1.39      Sun Aug 30 20:43:46 2020
+++ pkgsrc/ham/gnuradio-core/distinfo   Sun Nov 29 22:35:47 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.39 2020/08/30 20:43:46 tnn Exp $
+$NetBSD: distinfo,v 1.40 2020/11/29 22:35:47 dbj Exp $
 
 SHA1 (gnuradio-3.8.1.0.tar.gz) = d01a97bc06ac2543e393dc0b7df629f9a4fb07d4
 RMD160 (gnuradio-3.8.1.0.tar.gz) = 6b6c96a7942ae1a42aff2ac4f70fb761b735864a
@@ -8,4 +8,5 @@ SHA1 (patch-cmake_Modules_FindSphinx.cma
 SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5
 SHA1 (patch-gr-audio_lib_CMakeLists.txt) = 9adacb93a20b2be596a23985306cbfd5f93c80a8
 SHA1 (patch-gr-audio_lib_alsa_alsa__impl_h) = 565b4ada865395f19228511659bfc489a5a9583f
+SHA1 (patch-gr-digital_lib_map__bb__impl.cc) = da52d58b1c2779650670bf80a1aa91e60637e4dc
 SHA1 (patch-grc_scripts_gnuradio-companion) = 852f520670c0b9ec822b88aea331a1e052175340

Added files:

Index: pkgsrc/ham/gnuradio-core/patches/patch-gr-digital_lib_map__bb__impl.cc
diff -u /dev/null pkgsrc/ham/gnuradio-core/patches/patch-gr-digital_lib_map__bb__impl.cc:1.1
--- /dev/null   Sun Nov 29 22:35:47 2020
+++ pkgsrc/ham/gnuradio-core/patches/patch-gr-digital_lib_map__bb__impl.cc      Sun Nov 29 22:35:47 2020
@@ -0,0 +1,17 @@
+$NetBSD: patch-gr-digital_lib_map__bb__impl.cc,v 1.1 2020/11/29 22:35:47 dbj Exp $
+
+Add missing definition for a static class member
+fixed from upstream rev 3282fa7 
+https://github.com/gnuradio/gnuradio/pull/3677
+
+--- gr-digital/lib/map_bb_impl.cc.orig 2020-04-08 17:21:10.000000000 +0000
++++ gr-digital/lib/map_bb_impl.cc
+@@ -30,6 +30,8 @@
+ namespace gr {
+ namespace digital {
+ 
++constexpr size_t map_bb_impl::s_map_size;
++
+ map_bb::sptr map_bb::make(const std::vector<int>& map)
+ {
+     return gnuradio::get_initial_sptr(new map_bb_impl(map));



Home | Main Index | Thread Index | Old Index