summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-08-18 04:35:39 +0000
committertnn <tnn@pkgsrc.org>2020-08-18 04:35:39 +0000
commitf51d5b23c6fd68d2141ba1b9bf4cc41e238d6c86 (patch)
treeb53c122357083a24f95247126b1c2ebe34d86a04
parentce88db4635aee6be045a37f359d1d7484aefb665 (diff)
downloadpkgsrc-f51d5b23c6fd68d2141ba1b9bf4cc41e238d6c86.tar.gz
gnuradio-*: remove packages deprecated by upstream in upcoming 3.8 update
-rw-r--r--doc/CHANGES-20207
-rw-r--r--ham/Makefile6
-rw-r--r--ham/gnuradio-atsc/DESCR7
-rw-r--r--ham/gnuradio-atsc/Makefile18
-rw-r--r--ham/gnuradio-atsc/PLIST67
-rw-r--r--ham/gnuradio-core/Makefile.common7
-rw-r--r--ham/gnuradio-fcd/DESCR7
-rw-r--r--ham/gnuradio-fcd/Makefile16
-rw-r--r--ham/gnuradio-fcd/PLIST21
-rw-r--r--ham/gnuradio-fcd/buildlink3.mk13
-rw-r--r--ham/gnuradio-noaa/DESCR7
-rw-r--r--ham/gnuradio-noaa/Makefile13
-rw-r--r--ham/gnuradio-noaa/PLIST26
-rw-r--r--ham/gnuradio-pager/DESCR7
-rw-r--r--ham/gnuradio-pager/Makefile20
-rw-r--r--ham/gnuradio-pager/PLIST31
-rw-r--r--ham/gnuradio-pager/buildlink3.mk23
17 files changed, 8 insertions, 288 deletions
diff --git a/doc/CHANGES-2020 b/doc/CHANGES-2020
index f08492588c0..9eec18757ab 100644
--- a/doc/CHANGES-2020
+++ b/doc/CHANGES-2020
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4487 2020/08/18 04:02:03 tnn Exp $
+$NetBSD: CHANGES-2020,v 1.4488 2020/08/18 04:35:39 tnn Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -7011,3 +7011,8 @@ Changes to the packages collection and infrastructure in 2020:
Updated fonts/go-ttf to 2.008 [tnn 2020-08-18]
Removed lang/java-lang-spec [tnn 2020-08-18]
Removed lang/java-vm-spec [tnn 2020-08-18]
+ Removed ham/gnuradio-atsc [tnn 2020-08-18]
+ Removed ham/gnuradio-fcd [tnn 2020-08-18]
+ Removed ham/gnuradio-noaa [tnn 2020-08-18]
+ Removed ham/gnuradio-pager [tnn 2020-08-18]
+ Removed ham/gnuradio-wxgui [tnn 2020-08-18]
diff --git a/ham/Makefile b/ham/Makefile
index 6188d071e12..573590666a6 100644
--- a/ham/Makefile
+++ b/ham/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2020/08/01 09:00:31 tnn Exp $
+# $NetBSD: Makefile,v 1.44 2020/08/18 04:35:39 tnn Exp $
#
COMMENT= Wireless communication tools and applications
@@ -21,10 +21,7 @@ SUBDIR+= gnuradio-ctrlport
SUBDIR+= gnuradio-digital
SUBDIR+= gnuradio-doxygen
SUBDIR+= gnuradio-dtv
-SUBDIR+= gnuradio-fcd
SUBDIR+= gnuradio-fec
-SUBDIR+= gnuradio-noaa
-SUBDIR+= gnuradio-pager
SUBDIR+= gnuradio-qtgui
SUBDIR+= gnuradio-trellis
SUBDIR+= gnuradio-uhd
@@ -32,7 +29,6 @@ SUBDIR+= gnuradio-utils
SUBDIR+= gnuradio-video-sdl
SUBDIR+= gnuradio-vocoder
SUBDIR+= gnuradio-wavelet
-SUBDIR+= gnuradio-wxgui
SUBDIR+= gnuradio-zeromq
SUBDIR+= gpredict
SUBDIR+= gr-fcdproplus
diff --git a/ham/gnuradio-atsc/DESCR b/ham/gnuradio-atsc/DESCR
deleted file mode 100644
index 06c62565986..00000000000
--- a/ham/gnuradio-atsc/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-GNU Radio is a collection of software that when combined with minimal hardware,
-allows the construction of radios where the actual waveforms transmitted and
-received are defined by software. What this means is that it turns the digital
-modulation schemes used in today's high performance wireless devices into
-software problems.
-
-This module provides ATSC, Advanced Television Systems Committee, for GNU Radio
diff --git a/ham/gnuradio-atsc/Makefile b/ham/gnuradio-atsc/Makefile
deleted file mode 100644
index 1e9db3afd4b..00000000000
--- a/ham/gnuradio-atsc/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2020/05/06 14:04:40 adam Exp $
-
-PKGNAME= gnuradio-atsc-${VERSION}
-PKGREVISION= 4
-COMMENT= Advanced Television Systems Committee, ATSC module of GNU Radio
-
-.include "../../ham/gnuradio-core/Makefile.common"
-.include "../../ham/gnuradio-core/Nocore.mk"
-
-CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
-CMAKE_ARGS+= -DENABLE_GR_ATSC=ON
-CMAKE_ARGS+= -DENABLE_GR_FEC=ON
-
-DEPENDS+= gnuradio-fec-[0-9]*:../../ham/gnuradio-fec
-
-PLIST_MINUS+= fec
-.include "../../math/gsl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/ham/gnuradio-atsc/PLIST b/ham/gnuradio-atsc/PLIST
deleted file mode 100644
index 0f7f5291027..00000000000
--- a/ham/gnuradio-atsc/PLIST
+++ /dev/null
@@ -1,67 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2016/07/12 11:36:46 mef Exp $
-include/gnuradio/atsc/GrAtscSegSymSyncImpl_export.h
-include/gnuradio/atsc/api.h
-include/gnuradio/atsc/basic_trellis_encoder_impl.h
-include/gnuradio/atsc/bit_timing_loop.h
-include/gnuradio/atsc/consts.h
-include/gnuradio/atsc/convolutional_interleaver.h
-include/gnuradio/atsc/create_atsci_equalizer.h
-include/gnuradio/atsc/create_atsci_fs_checker.h
-include/gnuradio/atsc/create_atsci_fs_correlator.h
-include/gnuradio/atsc/data_interleaver_impl.h
-include/gnuradio/atsc/deinterleaver.h
-include/gnuradio/atsc/depad.h
-include/gnuradio/atsc/derandomizer.h
-include/gnuradio/atsc/diag_output_impl.h
-include/gnuradio/atsc/ds_to_softds.h
-include/gnuradio/atsc/equalizer.h
-include/gnuradio/atsc/equalizer_impl.h
-include/gnuradio/atsc/equalizer_lms2_impl.h
-include/gnuradio/atsc/equalizer_lms_impl.h
-include/gnuradio/atsc/equalizer_nop_impl.h
-include/gnuradio/atsc/fake_single_viterbi_impl.h
-include/gnuradio/atsc/field_sync_demux.h
-include/gnuradio/atsc/field_sync_mux.h
-include/gnuradio/atsc/fpll.h
-include/gnuradio/atsc/fs_checker.h
-include/gnuradio/atsc/fs_checker_impl.h
-include/gnuradio/atsc/fs_checker_naive_impl.h
-include/gnuradio/atsc/fs_correlator_impl.h
-include/gnuradio/atsc/fs_correlator_naive_impl.h
-include/gnuradio/atsc/interleaver.h
-include/gnuradio/atsc/interleaver_fifo.h
-include/gnuradio/atsc/pad.h
-include/gnuradio/atsc/pnXXX_impl.h
-include/gnuradio/atsc/randomizer.h
-include/gnuradio/atsc/randomizer_impl.h
-include/gnuradio/atsc/reed_solomon_impl.h
-include/gnuradio/atsc/rs_decoder.h
-include/gnuradio/atsc/rs_encoder.h
-include/gnuradio/atsc/single_viterbi_impl.h
-include/gnuradio/atsc/slicer_agc_impl.h
-include/gnuradio/atsc/sliding_correlator_impl.h
-include/gnuradio/atsc/sssr_impl.h
-include/gnuradio/atsc/syminfo_impl.h
-include/gnuradio/atsc/sync_tag_impl.h
-include/gnuradio/atsc/trellis_encoder.h
-include/gnuradio/atsc/trellis_encoder_impl.h
-include/gnuradio/atsc/types.h
-include/gnuradio/atsc/viterbi_decoder.h
-include/gnuradio/atsc/viterbi_decoder_impl.h
-include/gnuradio/swig/atsc_swig.i
-include/gnuradio/swig/atsc_swig_doc.i
-lib/libgnuradio-atsc.so
-lib/libgnuradio-atsc.so.${PKGVERSION}
-lib/pkgconfig/gnuradio-atsc.pc
-${PYSITELIB}/gnuradio/atsc/__init__.py
-${PYSITELIB}/gnuradio/atsc/__init__.pyc
-${PYSITELIB}/gnuradio/atsc/__init__.pyo
-${PYSITELIB}/gnuradio/atsc/_atsc_swig.so
-${PYSITELIB}/gnuradio/atsc/atsc_swig.py
-${PYSITELIB}/gnuradio/atsc/atsc_swig.pyc
-${PYSITELIB}/gnuradio/atsc/atsc_swig.pyo
-${PYSITELIB}/gnuradio/atsc/atsc_utils.py
-${PYSITELIB}/gnuradio/atsc/atsc_utils.pyc
-${PYSITELIB}/gnuradio/atsc/atsc_utils.pyo
-share/gnuradio/examples/atsc/README
-share/gnuradio/examples/atsc/atsc_rx.py
diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common
index 83522b3cb67..6e9323d039c 100644
--- a/ham/gnuradio-core/Makefile.common
+++ b/ham/gnuradio-core/Makefile.common
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.common,v 1.25 2020/08/01 07:49:26 tnn Exp $
+# $NetBSD: Makefile.common,v 1.26 2020/08/18 04:35:39 tnn Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
-# used by ham/gnuradio-atsc/Makefile
# used by ham/gnuradio-channels/Makefile
# used by ham/gnuradio-companion/Makefile
# used by ham/gnuradio-core/Makefile
@@ -11,12 +10,9 @@
# used by ham/gnuradio-digital/Makefile
# used by ham/gnuradio-doxygen/Makefile
# used by ham/gnuradio-dtv/Makefile
-# used by ham/gnuradio-fcd/Makefile
# used by ham/gnuradio-fec/Makefile
# used by ham/gnuradio-fcd/Makefile
-# used by ham/gnuradio-noaa/Makefile
-# used by ham/gnuradio-pager/Makefile
# used by ham/gnuradio-qtgui/Makefile
# used by ham/gnuradio-trellis/Makefile
@@ -26,7 +22,6 @@
# used by ham/gnuradio-vocoder/Makefile
# used by ham/gnuradio-wavelet/Makefile
-# used by ham/gnuradio-wxgui/Makefile
# used by ham/gnuradio-zeromq/Makefile
.include "../../ham/gnuradio-core/Makefile.version"
diff --git a/ham/gnuradio-fcd/DESCR b/ham/gnuradio-fcd/DESCR
deleted file mode 100644
index 4a286bc2434..00000000000
--- a/ham/gnuradio-fcd/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-GNU Radio is a collection of software that when combined with minimal hardware,
-allows the construction of radios where the actual waveforms transmitted and
-received are defined by software. What this means is that it turns the digital
-modulation schemes used in today's high performance wireless devices into
-software problems.
-
-This module provides FanCube support of GNU Radio.
diff --git a/ham/gnuradio-fcd/Makefile b/ham/gnuradio-fcd/Makefile
deleted file mode 100644
index 743910fe029..00000000000
--- a/ham/gnuradio-fcd/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.31 2020/08/17 20:19:13 leot Exp $
-
-PKGNAME= gnuradio-fcd-${VERSION}
-PKGREVISION= 8
-COMMENT= FanCube support of GNU Radio
-
-.include "../../ham/gnuradio-core/Makefile.common"
-.include "../../ham/gnuradio-core/Nocore.mk"
-
-CMAKE_ARGS+= -DENABLE_DEFAULT=False
-CMAKE_ARGS+= -DENABLE_GR_FCD=True
-
-.include "../../devel/libusb1/buildlink3.mk"
-.include "../../x11/wxGTK28/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/ham/gnuradio-fcd/PLIST b/ham/gnuradio-fcd/PLIST
deleted file mode 100644
index c0cdbdf5a6f..00000000000
--- a/ham/gnuradio-fcd/PLIST
+++ /dev/null
@@ -1,21 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2014/10/28 16:59:33 mef Exp $
-${PYSITELIB}/gnuradio/fcd/__init__.py
-${PYSITELIB}/gnuradio/fcd/__init__.pyc
-${PYSITELIB}/gnuradio/fcd/__init__.pyo
-${PYSITELIB}/gnuradio/fcd/_fcd_swig.so
-${PYSITELIB}/gnuradio/fcd/fcd_swig.py
-${PYSITELIB}/gnuradio/fcd/fcd_swig.pyc
-${PYSITELIB}/gnuradio/fcd/fcd_swig.pyo
-include/gnuradio/fcd/api.h
-include/gnuradio/fcd/source_c.h
-include/gnuradio/swig/fcd_swig.i
-include/gnuradio/swig/fcd_swig_doc.i
-lib/libgnuradio-fcd.so
-lib/libgnuradio-fcd.so.${PKGVERSION}
-lib/pkgconfig/gnuradio-fcd.pc
-share/doc/gnuradio-${PKGVERSION}/README.fcd
-share/gnuradio/examples/fcd/fcd_apt_rx.grc
-share/gnuradio/examples/fcd/fcd_fft.grc
-share/gnuradio/examples/fcd/fcd_nfm_rx
-share/gnuradio/examples/fcd/fcd_nfm_rx.grc
-share/gnuradio/grc/blocks/fcd_source_c.xml
diff --git a/ham/gnuradio-fcd/buildlink3.mk b/ham/gnuradio-fcd/buildlink3.mk
deleted file mode 100644
index fecf132a795..00000000000
--- a/ham/gnuradio-fcd/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/10/13 12:51:09 mef Exp $
-
-BUILDLINK_TREE+= gnuradio-fcd
-
-.if !defined(GNURADIO_FCD_BUILDLINK3_MK)
-GNURADIO_FCD_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.gnuradio-fcd+= gnuradio-fcd>=3.7.5
-BUILDLINK_ABI_DEPENDS.gnuradio-fcd+= gnuradio-fcd>=3.7.5
-BUILDLINK_PKGSRCDIR.gnuradio-fcd?= ../../ham/gnuradio-fcd
-.endif # GNURADIO_FCD_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -gnuradio-fcd
diff --git a/ham/gnuradio-noaa/DESCR b/ham/gnuradio-noaa/DESCR
deleted file mode 100644
index 3b6ba1081a1..00000000000
--- a/ham/gnuradio-noaa/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-GNU Radio is a collection of software that when combined with minimal hardware,
-allows the construction of radios where the actual waveforms transmitted and
-received are defined by software. What this means is that it turns the digital
-modulation schemes used in today's high performance wireless devices into
-software problems.
-
-This provde NOAA, Weather Satellite Reception module.
diff --git a/ham/gnuradio-noaa/Makefile b/ham/gnuradio-noaa/Makefile
deleted file mode 100644
index 6da0bd9e545..00000000000
--- a/ham/gnuradio-noaa/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2020/05/06 14:04:41 adam Exp $
-
-PKGNAME= gnuradio-noaa-${VERSION}
-PKGREVISION= 4
-COMMENT= NOAA, Weather Satellite Reception module of GNU Radio
-
-.include "../../ham/gnuradio-core/Makefile.common"
-.include "../../ham/gnuradio-core/Nocore.mk"
-
-CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
-CMAKE_ARGS+= -DENABLE_GR_NOAA=ON
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/ham/gnuradio-noaa/PLIST b/ham/gnuradio-noaa/PLIST
deleted file mode 100644
index 5e829da7066..00000000000
--- a/ham/gnuradio-noaa/PLIST
+++ /dev/null
@@ -1,26 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2014/10/28 16:59:33 mef Exp $
-include/gnuradio/noaa/api.h
-include/gnuradio/noaa/hrpt.h
-include/gnuradio/noaa/hrpt_decoder.h
-include/gnuradio/noaa/hrpt_deframer.h
-include/gnuradio/noaa/hrpt_pll_cf.h
-include/gnuradio/swig/noaa_swig.i
-include/gnuradio/swig/noaa_swig_doc.i
-lib/libgnuradio-noaa.so
-lib/libgnuradio-noaa.so.${PKGVERSION}
-lib/pkgconfig/gnuradio-noaa.pc
-${PYSITELIB}/gnuradio/noaa/__init__.py
-${PYSITELIB}/gnuradio/noaa/__init__.pyc
-${PYSITELIB}/gnuradio/noaa/__init__.pyo
-${PYSITELIB}/gnuradio/noaa/_noaa_swig.so
-${PYSITELIB}/gnuradio/noaa/noaa_swig.py
-${PYSITELIB}/gnuradio/noaa/noaa_swig.pyc
-${PYSITELIB}/gnuradio/noaa/noaa_swig.pyo
-share/gnuradio/examples/noaa/file_rx_hrpt.grc
-share/gnuradio/examples/noaa/hrpt_decode.grc
-share/gnuradio/examples/noaa/hrpt_demod.grc
-share/gnuradio/examples/noaa/usrp_rx_hrpt.grc
-share/gnuradio/examples/noaa/usrp_rx_hrpt_nogui.grc
-share/gnuradio/grc/blocks/noaa_hrpt_decoder.xml
-share/gnuradio/grc/blocks/noaa_hrpt_deframer.xml
-share/gnuradio/grc/blocks/noaa_hrpt_pll_cf.xml
diff --git a/ham/gnuradio-pager/DESCR b/ham/gnuradio-pager/DESCR
deleted file mode 100644
index faaf9f7160c..00000000000
--- a/ham/gnuradio-pager/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-GNU Radio is a collection of software that when combined with minimal hardware,
-allows the construction of radios where the actual waveforms transmitted and
-received are defined by software. What this means is that it turns the digital
-modulation schemes used in today's high performance wireless devices into
-software problems.
-
-This package implements a FLEX radiopager receiver/demodulator.
diff --git a/ham/gnuradio-pager/Makefile b/ham/gnuradio-pager/Makefile
deleted file mode 100644
index a181eedc3ca..00000000000
--- a/ham/gnuradio-pager/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2020/05/06 14:04:41 adam Exp $
-
-PKGNAME= gnuradio-pager-${VERSION}
-PKGREVISION= 4
-COMMENT= FLEX radiopager receiver/demodulator of GNU Radio
-
-.include "../../ham/gnuradio-core/Makefile.common"
-.include "../../ham/gnuradio-core/Nocore.mk"
-
-CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
-CMAKE_ARGS+= -DENABLE_GR_PAGER=ON
-
-.include "../../mk/bsd.pkg.mk"
-
-# -- Dependency Boost_FOUND = 1
-# -- Dependency ENABLE_GNURADIO_RUNTIME = ON
-# -- Dependency ENABLE_GR_FILTER = ON
-# -- Dependency ENABLE_GR_ANALOG = ON
-# -- Enabling gr-pager support.
-# -- Override with -DENABLE_GR_PAGER=ON/OFF
diff --git a/ham/gnuradio-pager/PLIST b/ham/gnuradio-pager/PLIST
deleted file mode 100644
index 9dc0337f03c..00000000000
--- a/ham/gnuradio-pager/PLIST
+++ /dev/null
@@ -1,31 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2014/10/28 16:59:33 mef Exp $
-bin/usrp_flex
-bin/usrp_flex_all
-bin/usrp_flex_band
-include/gnuradio/pager/api.h
-include/gnuradio/pager/flex_deinterleave.h
-include/gnuradio/pager/flex_frame.h
-include/gnuradio/pager/flex_parse.h
-include/gnuradio/pager/flex_sync.h
-include/gnuradio/pager/slicer_fb.h
-include/gnuradio/swig/pager_swig.i
-include/gnuradio/swig/pager_swig_doc.i
-lib/libgnuradio-pager.so
-lib/libgnuradio-pager.so.${PKGVERSION}
-lib/pkgconfig/gnuradio-pager.pc
-${PYSITELIB}/gnuradio/pager/__init__.py
-${PYSITELIB}/gnuradio/pager/__init__.pyc
-${PYSITELIB}/gnuradio/pager/__init__.pyo
-${PYSITELIB}/gnuradio/pager/_pager_swig.so
-${PYSITELIB}/gnuradio/pager/flex_demod.py
-${PYSITELIB}/gnuradio/pager/flex_demod.pyc
-${PYSITELIB}/gnuradio/pager/flex_demod.pyo
-${PYSITELIB}/gnuradio/pager/pager_swig.py
-${PYSITELIB}/gnuradio/pager/pager_swig.pyc
-${PYSITELIB}/gnuradio/pager/pager_swig.pyo
-${PYSITELIB}/gnuradio/pager/pager_utils.py
-${PYSITELIB}/gnuradio/pager/pager_utils.pyc
-${PYSITELIB}/gnuradio/pager/pager_utils.pyo
-share/gnuradio/grc/blocks/pager_flex_deinterleave.xml
-share/gnuradio/grc/blocks/pager_flex_sync.xml
-share/gnuradio/grc/blocks/pager_slicer_fb.xml
diff --git a/ham/gnuradio-pager/buildlink3.mk b/ham/gnuradio-pager/buildlink3.mk
deleted file mode 100644
index f227a5a8171..00000000000
--- a/ham/gnuradio-pager/buildlink3.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/10/13 12:51:09 mef Exp $
-
-BUILDLINK_TREE+= gnuradio-pager
-
-.if !defined(GNURADIO_PAGER_BUILDLINK3_MK)
-GNURADIO_PAGER_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.gnuradio-pager+= gnuradio-pager>=3.7.5
-BUILDLINK_ABI_DEPENDS.gnuradio-pager+= gnuradio-pager>=3.7.5
-BUILDLINK_PKGSRCDIR.gnuradio-pager?= ../../ham/gnuradio-pager
-
-#.include "../../devel/boost-headers/buildlink3.mk"
-#.include "../../devel/boost-libs/buildlink3.mk"
-#.include "../../devel/cppunit/buildlink3.mk"
-#.include "../../devel/swig2/buildlink3.mk"
-#.include "../../lang/python/application.mk"
-#.include "../../lang/python/extension.mk"
-#.include "../../lang/python/pyversion.mk"
-#.include "../../math/fftwf/buildlink3.mk"
-#.include "../../math/gsl/buildlink3.mk"
-.endif # GNURADIO_PAGER_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -gnuradio-pager