pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Updated ham/gnuradio-core (and other gnuradio-*) to 3....
details: https://anonhg.NetBSD.org/pkgsrc/rev/47b3557df922
branches: trunk
changeset: 357119:47b3557df922
user: mef <mef%pkgsrc.org@localhost>
date: Fri Jan 13 22:03:35 2017 +0000
description:
Updated ham/gnuradio-core (and other gnuradio-*) to 3.7.10.1
------------------------------------------------------------
ChangeLog v3.7.10.1
This is the first bug-fix release for v3.7.10
This contains bug fixes primarily for GRC and DTV.
- GRC
* Catch more exceptions thrown by ConfigParser when reading corrupted
grc.conf files.
* Fix the docstring update error for empty categories.
* Fix grcc to call refactored GRC code.
* Convert initially opened files to absolute paths to prevent
attempting to read from tmp.
* Move startup checks back in to gnuradio-companion script from grc/checks.py.
- DTV
* Fix a segfault that occurs from out-of-bounds access in
dvbt_bit_inner_interleaver forecast by forecasting an enumerated list
of all input streams.
* Fix VL-SNR framing.
- Digital
* Enable update rate in block_recovery_mm blocks to keep tags close to
the the proper clock-recovered sample time. Tag offsets will still be
off between calls to work, but each work call updates the tag rate.
- Analog
* Fix the derivative calculation in fmdet block.
- Builds
* Fix linking GSL to gr-fec.
* Use gnu99 C standard rather than gnu11 standard to maintain
support for GCC 4.6.3.
- Other
Minor spelling and documentation fixes.
Fix uhd_siggen_gui when using lo_locked.
(pkgsrc changes on gnuradio-core/Makefile.common)
- Following lines added
CXXFLAGS+= -pthread
.include "../../devel/cppunit/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
diffstat:
ham/gnuradio-atsc/Makefile | 3 +--
ham/gnuradio-channels/Makefile | 3 +--
ham/gnuradio-companion/Makefile | 3 +--
ham/gnuradio-companion/PLIST | 5 +----
ham/gnuradio-core/Makefile | 3 +--
ham/gnuradio-core/Makefile.common | 5 ++++-
ham/gnuradio-core/Makefile.version | 4 ++--
ham/gnuradio-core/distinfo | 10 +++++-----
ham/gnuradio-ctrlport/Makefile | 3 +--
ham/gnuradio-digital/Makefile | 3 +--
ham/gnuradio-doxygen/Makefile | 3 +--
ham/gnuradio-dtv/Makefile | 3 +--
ham/gnuradio-fcd/Makefile | 3 +--
ham/gnuradio-fec/Makefile | 3 +--
ham/gnuradio-noaa/Makefile | 3 +--
ham/gnuradio-pager/Makefile | 3 +--
ham/gnuradio-qtgui/Makefile | 3 +--
ham/gnuradio-trellis/Makefile | 3 +--
ham/gnuradio-uhd/Makefile | 3 +--
ham/gnuradio-utils/Makefile | 3 +--
ham/gnuradio-video-sdl/Makefile | 3 +--
ham/gnuradio-vocoder/Makefile | 3 +--
ham/gnuradio-wavelet/Makefile | 3 +--
ham/gnuradio-wxgui/Makefile | 3 +--
ham/gnuradio-zeromq/Makefile | 3 +--
meta-pkgs/gnuradio/Makefile | 3 +--
26 files changed, 34 insertions(+), 56 deletions(-)
diffs (truncated from 343 to 300 lines):
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-atsc/Makefile
--- a/ham/gnuradio-atsc/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-atsc/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/01/01 16:06:20 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/13 22:03:35 mef Exp $
PKGNAME= gnuradio-atsc-${VERSION}
-PKGREVISION= 2
COMMENT= Advanced Television Systems Committee, ATSC module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-channels/Makefile
--- a/ham/gnuradio-channels/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-channels/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/01/01 16:06:21 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/13 22:03:35 mef Exp $
PKGNAME= gnuradio-channels-${VERSION}
-PKGREVISION= 2
COMMENT= Signal processing blocks to simulate channel models of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-companion/Makefile
--- a/ham/gnuradio-companion/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-companion/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2017/01/01 16:06:21 adam Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/13 22:03:35 mef Exp $
PKGNAME= gnuradio-companion-${VERSION}
-PKGREVISION= 3
COMMENT= User interface entry of GNU Radio
#CONF_FILES+= ${EGDIR}/grc.conf ${PKG_SYSCONFDIR}/grc.conf
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-companion/PLIST
--- a/ham/gnuradio-companion/PLIST Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-companion/PLIST Fri Jan 13 22:03:35 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2016/07/12 11:36:46 mef Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/01/13 22:03:35 mef Exp $
bin/gnuradio-companion
${PYSITELIB}/gnuradio/grc/__init__.py
${PYSITELIB}/gnuradio/grc/__init__.pyc
@@ -6,9 +6,6 @@
${PYSITELIB}/gnuradio/grc/__main__.py
${PYSITELIB}/gnuradio/grc/__main__.pyc
${PYSITELIB}/gnuradio/grc/__main__.pyo
-${PYSITELIB}/gnuradio/grc/checks.py
-${PYSITELIB}/gnuradio/grc/checks.pyc
-${PYSITELIB}/gnuradio/grc/checks.pyo
${PYSITELIB}/gnuradio/grc/core/Block.py
${PYSITELIB}/gnuradio/grc/core/Block.pyc
${PYSITELIB}/gnuradio/grc/core/Block.pyo
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-core/Makefile
--- a/ham/gnuradio-core/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-core/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2017/01/01 16:06:21 adam Exp $
+# $NetBSD: Makefile,v 1.56 2017/01/13 22:03:35 mef Exp $
PKGNAME= gnuradio-core-${VERSION}
-PKGREVISION= 3
COMMENT= Core part of GNU Radio, all others need this
PLIST_MINUS= # empty
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-core/Makefile.common
--- a/ham/gnuradio-core/Makefile.common Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-core/Makefile.common Fri Jan 13 22:03:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2017/01/01 14:43:44 wiz Exp $
+# $NetBSD: Makefile.common,v 1.14 2017/01/13 22:03:35 mef Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
@@ -61,6 +61,7 @@
EGDIR= share/gnuradio/examples
PKG_SYSCONFSUBDIR= gnuradio/conf.d
+CXXFLAGS+= -pthread
LDFLAGS.DragonFly+= -lboost_system
LDFLAGS.SunOS+= -lboost_system
CXXFLAGS.SunOS+= -pthreads
@@ -129,9 +130,11 @@
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/cppunit/buildlink3.mk"
# VOLK needs orc.h, so in the common
.include "../../devel/orc/buildlink3.mk"
.include "../../devel/swig2/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../math/fftwf/buildlink3.mk"
+.include "../../math/gsl/buildlink3.mk"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-core/Makefile.version
--- a/ham/gnuradio-core/Makefile.version Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-core/Makefile.version Fri Jan 13 22:03:35 2017 +0000
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.8 2016/07/12 11:36:46 mef Exp $
+# $NetBSD: Makefile.version,v 1.9 2017/01/13 22:03:35 mef Exp $
-VERSION= 3.7.10
+VERSION= 3.7.10.1
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-core/distinfo
--- a/ham/gnuradio-core/distinfo Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-core/distinfo Fri Jan 13 22:03:35 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.25 2016/07/12 11:36:46 mef Exp $
+$NetBSD: distinfo,v 1.26 2017/01/13 22:03:35 mef Exp $
-SHA1 (gnuradio-3.7.10.tar.gz) = 829abcf64df6ae76ee6f7643139a9eee9f8fd35a
-RMD160 (gnuradio-3.7.10.tar.gz) = 7b8668117ad672259505c8b48002637503da54f4
-SHA512 (gnuradio-3.7.10.tar.gz) = 11c40d2844e570f55cde8997b3375acdcfe250de4a5048c9db0a451d8fa53bfed44f07a831e3151bd02d892a2cb37bf3a46b4305f0811b58e81a9534fe153e1f
-Size (gnuradio-3.7.10.tar.gz) = 4332494 bytes
+SHA1 (gnuradio-3.7.10.1.tar.gz) = 5505ea02a1bef4aee2ef5b56ac0da79875d83419
+RMD160 (gnuradio-3.7.10.1.tar.gz) = 5d5cbca0b64b6c522c1d2ef65070b7443804d7ed
+SHA512 (gnuradio-3.7.10.1.tar.gz) = 101ea704e25d8ddc1b124c3be23b5020f3f504cab7b2762ba41172d8d07822018e583179e8d15d2b4c224fb8fad68ea4b5e135bcb40126aa6317ee51c47883f6
+Size (gnuradio-3.7.10.1.tar.gz) = 4272430 bytes
SHA1 (patch-cmake_Modules_FindSphinx.cmake) = 1e42ad000962f4766810fbd322c80dad1f0b1c3c
SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5
SHA1 (patch-gnuradio_runtime_lib_thread_thread_cc) = c05628aa88ac968928f9eabd8c56d4527e258767
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-ctrlport/Makefile
--- a/ham/gnuradio-ctrlport/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-ctrlport/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/01/01 16:06:21 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/13 22:03:35 mef Exp $
PKGNAME= gnuradio-ctrlport-${VERSION}
-PKGREVISION= 2
COMMENT= New set of hooks into GNU Radio to allow a remote client to attach
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-digital/Makefile
--- a/ham/gnuradio-digital/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-digital/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/01/01 16:06:21 adam Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/13 22:03:36 mef Exp $
PKGNAME= gnuradio-digital-${VERSION}
-PKGREVISION= 2
COMMENT= Digital related algorithms for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-doxygen/Makefile
--- a/ham/gnuradio-doxygen/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-doxygen/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2017/01/01 16:06:21 adam Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/13 22:03:36 mef Exp $
PKGNAME= gnuradio-doxygen-${VERSION}
-PKGREVISION= 3
COMMENT= Doxygen documentation of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-dtv/Makefile
--- a/ham/gnuradio-dtv/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-dtv/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/01/01 16:06:21 adam Exp $
+# $NetBSD: Makefile,v 1.9 2017/01/13 22:03:36 mef Exp $
PKGNAME= gnuradio-dtv-${VERSION}
-PKGREVISION= 2
COMMENT= Various digital television standards of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-fcd/Makefile
--- a/ham/gnuradio-fcd/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-fcd/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/01/01 16:06:21 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/13 22:03:36 mef Exp $
PKGNAME= gnuradio-fcd-${VERSION}
-PKGREVISION= 3
COMMENT= FanCube support of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-fec/Makefile
--- a/ham/gnuradio-fec/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-fec/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/01/01 16:06:22 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/13 22:03:36 mef Exp $
PKGNAME= gnuradio-fec-${VERSION}
-PKGREVISION= 2
COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-noaa/Makefile
--- a/ham/gnuradio-noaa/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-noaa/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/01/01 16:06:22 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/13 22:03:36 mef Exp $
PKGNAME= gnuradio-noaa-${VERSION}
-PKGREVISION= 2
COMMENT= NOAA, Weather Satellite Reception module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-pager/Makefile
--- a/ham/gnuradio-pager/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-pager/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/01/01 16:06:22 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/13 22:03:36 mef Exp $
PKGNAME= gnuradio-pager-${VERSION}
-PKGREVISION= 2
COMMENT= FLEX radiopager receiver/demodulator of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-qtgui/Makefile
--- a/ham/gnuradio-qtgui/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-qtgui/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/01/01 16:06:22 adam Exp $
+# $NetBSD: Makefile,v 1.12 2017/01/13 22:03:36 mef Exp $
PKGNAME= gnuradio-qtgui-${VERSION}
-PKGREVISION= 2
COMMENT= Qt GUI module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-trellis/Makefile
--- a/ham/gnuradio-trellis/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-trellis/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2017/01/01 16:06:22 adam Exp $
+# $NetBSD: Makefile,v 1.25 2017/01/13 22:03:36 mef Exp $
PKGNAME= gnuradio-trellis-${VERSION}
-PKGREVISION= 2
COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-uhd/Makefile
--- a/ham/gnuradio-uhd/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-uhd/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/01/01 16:06:22 adam Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/13 22:03:36 mef Exp $
PKGNAME= gnuradio-uhd-${VERSION}
-PKGREVISION= 2
COMMENT= Uhd-based encoding and decoding algorithms for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-utils/Makefile
--- a/ham/gnuradio-utils/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-utils/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/01/01 16:06:22 adam Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/13 22:03:36 mef Exp $
PKGNAME= gnuradio-utils-${VERSION}
-PKGREVISION= 2
COMMENT= Utilities in GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-video-sdl/Makefile
--- a/ham/gnuradio-video-sdl/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-video-sdl/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/01/01 16:06:22 adam Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/13 22:03:36 mef Exp $
PKGNAME= gnuradio-video-sdl-${VERSION}
-PKGREVISION= 2
COMMENT= SDL (Simple DirectMedia Layer) bindings for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-vocoder/Makefile
--- a/ham/gnuradio-vocoder/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-vocoder/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/01/01 16:06:22 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/13 22:03:37 mef Exp $
PKGNAME= gnuradio-vocoder-${VERSION}
-PKGREVISION= 2
COMMENT= All available vocoders in GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r f98a5eb5c923 -r 47b3557df922 ham/gnuradio-wavelet/Makefile
--- a/ham/gnuradio-wavelet/Makefile Fri Jan 13 17:33:32 2017 +0000
+++ b/ham/gnuradio-wavelet/Makefile Fri Jan 13 22:03:35 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/01/01 16:06:22 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/13 22:03:37 mef Exp $
PKGNAME= gnuradio-wavelet-${VERSION}
-PKGREVISION= 2
Home |
Main Index |
Thread Index |
Old Index