diff options
author | mef <mef> | 2017-01-13 22:03:35 +0000 |
---|---|---|
committer | mef <mef> | 2017-01-13 22:03:35 +0000 |
commit | 524f8b5ffd0b31e4284b2ffbc6d73134ae78eb39 (patch) | |
tree | 76edd27f015fda73bd87d99acf26a4f159e81c90 /ham/gnuradio-noaa | |
parent | 35ef784a032e8685e76ab0dd467b4c58eae3f9b5 (diff) | |
download | pkgsrc-524f8b5ffd0b31e4284b2ffbc6d73134ae78eb39.tar.gz |
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 (limited to 'ham/gnuradio-noaa')
-rw-r--r-- | ham/gnuradio-noaa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ham/gnuradio-noaa/Makefile b/ham/gnuradio-noaa/Makefile index a93670f2e35..535fef12a50 100644 --- a/ham/gnuradio-noaa/Makefile +++ b/ham/gnuradio-noaa/Makefile @@ -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" |