summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-01-24 12:22:05 +0000
committermef <mef@pkgsrc.org>2015-01-24 12:22:05 +0000
commit0cee3575e013636eca54f8223631501de3a8b8b5 (patch)
tree1ed93624d1a6baa2a5485fd7176e0aa52a8f148a /ham
parent6740d40c1e7e8dbd49b5b758aa863114ab0a1267 (diff)
downloadpkgsrc-0cee3575e013636eca54f8223631501de3a8b8b5.tar.gz
Update gnuradio-* from 3.7.5.1 to 3.7.5.2
----------------------------------------- GNU Radio releases 3.7.6 and 3.7.5.2 are available for download: ( several tens of lines omitted for URL and List of contributors) Release 3.7.5.2 is a bug-fix only maintenance patch following 3.7.5.1, and will be the last one for the 3.7.5 release. Release 3.7.6 incorporates all these fixes and adds significant new features.
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-core/Makefile.version4
-rw-r--r--ham/gnuradio-core/distinfo8
-rw-r--r--ham/gnuradio-digital/Makefile5
-rw-r--r--ham/gnuradio-digital/PLIST3
-rw-r--r--ham/gnuradio-zeromq/Makefile4
5 files changed, 13 insertions, 11 deletions
diff --git a/ham/gnuradio-core/Makefile.version b/ham/gnuradio-core/Makefile.version
index a0433adb334..82bf2592f9b 100644
--- a/ham/gnuradio-core/Makefile.version
+++ b/ham/gnuradio-core/Makefile.version
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.3 2015/01/16 12:54:52 mef Exp $
+# $NetBSD: Makefile.version,v 1.4 2015/01/24 12:22:05 mef Exp $
-VERSION= 3.7.5.1
+VERSION= 3.7.5.2
diff --git a/ham/gnuradio-core/distinfo b/ham/gnuradio-core/distinfo
index 18610358300..00df106080c 100644
--- a/ham/gnuradio-core/distinfo
+++ b/ham/gnuradio-core/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2015/01/16 12:54:52 mef Exp $
+$NetBSD: distinfo,v 1.19 2015/01/24 12:22:05 mef Exp $
-SHA1 (gnuradio-3.7.5.1.tar.gz) = ccb66c462aff098bcdace60e52aad64439177b48
-RMD160 (gnuradio-3.7.5.1.tar.gz) = 39c8146d4c12c265c8e13bebd759cb0fb2164f3a
-Size (gnuradio-3.7.5.1.tar.gz) = 3542942 bytes
+SHA1 (gnuradio-3.7.5.2.tar.gz) = 9cbd04c0cf205e51bbed47c09ee0cb4861d1f885
+RMD160 (gnuradio-3.7.5.2.tar.gz) = ffff01d148b73ca498ea786a3d9f95996c53cb32
+Size (gnuradio-3.7.5.2.tar.gz) = 3550717 bytes
SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5
SHA1 (patch-gnuradio_runtime_lib_thread_thread_cc) = c05628aa88ac968928f9eabd8c56d4527e258767
SHA1 (patch-gr-audio_lib_CMakeLists.txt) = 00ff8c14658acd2d1dc8be18ea6a19ace8d12968
diff --git a/ham/gnuradio-digital/Makefile b/ham/gnuradio-digital/Makefile
index fa4ad37c048..153d5e4d1e7 100644
--- a/ham/gnuradio-digital/Makefile
+++ b/ham/gnuradio-digital/Makefile
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2014/10/13 12:51:09 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/01/24 12:22:05 mef Exp $
PKGNAME= gnuradio-digital-${VERSION}
COMMENT= Digital related algorithms for GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
+# link to libgnuradio-fft.so.${PKGVERSON_NOREV}
+.include "../../ham/gnuradio-core/buildlink3.mk"
+
CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_GR_DIGITAL=True
diff --git a/ham/gnuradio-digital/PLIST b/ham/gnuradio-digital/PLIST
index c70601489ea..05eceba53d5 100644
--- a/ham/gnuradio-digital/PLIST
+++ b/ham/gnuradio-digital/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/10/28 16:59:33 mef Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/01/24 12:22:05 mef Exp $
include/gnuradio/digital/additive_scrambler_bb.h
include/gnuradio/digital/api.h
include/gnuradio/digital/binary_slicer_fb.h
@@ -180,6 +180,7 @@ ${PYSITELIB}/gnuradio/digital/utils/tagged_streams.pyc
${PYSITELIB}/gnuradio/digital/utils/tagged_streams.pyo
share/doc/gnuradio-${PKGVERSION}/README.digital
share/gnuradio/examples/digital/demod/ber_simulation.grc
+share/gnuradio/examples/digital/demod/constellation_soft_decoder.grc
share/gnuradio/examples/digital/demod/digital_freq_lock.grc
share/gnuradio/examples/digital/demod/dpsk_loopback.grc
share/gnuradio/examples/digital/demod/gfsk_loopback.grc
diff --git a/ham/gnuradio-zeromq/Makefile b/ham/gnuradio-zeromq/Makefile
index f90e77c52af..68ca7b934eb 100644
--- a/ham/gnuradio-zeromq/Makefile
+++ b/ham/gnuradio-zeromq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/01/16 12:56:41 mef Exp $
+# $NetBSD: Makefile,v 1.4 2015/01/24 12:22:05 mef Exp $
PKGNAME= gnuradio-zeromq-${VERSION}
COMMENT= All of the zeromq blocks, utilities, and examples
@@ -18,8 +18,6 @@ CMAKE_ARGS+= -DENABLE_DEFAULT=False
CMAKE_ARGS+= -DENABLE_GR_ZEROMQ=True
CMAKE_ARGS+= -DZEROMQ_INCLUDE_DIRS=${PREFIX}/include
-#.include "../../ham/mk/git-package.mk"
-
post-patch:
${CP} ${PKGDIR}/files/zmq.hpp ${WRKSRC}/gr-zeromq/include/