diff options
author | martymac <martymac@FreeBSD.org> | 2014-03-31 14:38:58 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-03-31 14:38:58 +0800 |
commit | cbde4547f85bfe71ec060e62c8e9ce875e61b77f (patch) | |
tree | 1747880ae01d074e809ac95f64db5451250e988d /comms | |
parent | 46b08206e876e4f53261b0675301362a48a21120 (diff) | |
download | freebsd-ports-gnome-cbde4547f85bfe71ec060e62c8e9ce875e61b77f.tar.gz freebsd-ports-gnome-cbde4547f85bfe71ec060e62c8e9ce875e61b77f.tar.zst freebsd-ports-gnome-cbde4547f85bfe71ec060e62c8e9ce875e61b77f.zip |
Update to 20140314
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gr-osmosdr/Makefile | 13 | ||||
-rw-r--r-- | comms/gr-osmosdr/distinfo | 4 | ||||
-rw-r--r-- | comms/gr-osmosdr/pkg-plist | 20 |
3 files changed, 19 insertions, 18 deletions
diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index 9ce40c92f408..68c08ca683ff 100644 --- a/comms/gr-osmosdr/Makefile +++ b/comms/gr-osmosdr/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gr-osmosdr -PORTVERSION= 20130509 -PORTREVISION= 6 +PORTVERSION= 20140314 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -15,9 +14,9 @@ LICENSE= GPLv3 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 \ cheetah:${PORTSDIR}/devel/py-cheetah -LIB_DEPENDS= libgnuradio-core.so:${PORTSDIR}/comms/gnuradio \ - libgnuradio-fcd.so:${PORTSDIR}/comms/gnuradio \ - libgruel.so:${PORTSDIR}/comms/gnuradio \ +LIB_DEPENDS= libgnuradio-runtime.so:${PORTSDIR}/comms/gnuradio \ + libgnuradio-pmt.so:${PORTSDIR}/comms/gnuradio \ + libgnuradio-blocks.so:${PORTSDIR}/comms/gnuradio \ libboost_system.so:${PORTSDIR}/devel/boost-libs \ libboost_thread.so:${PORTSDIR}/devel/boost-libs @@ -25,9 +24,11 @@ USES= pkgconfig cmake USE_LDCONFIG= yes USE_PYTHON= yes +# See lib/CMakeLists.txt to enable more components CMAKE_ARGS+= -DENABLE_DEFAULT:BOOL=OFF \ -DENABLE_FCD:BOOL=ON \ - -DENABLE_FILE:BOOL=ON + -DENABLE_FILE:BOOL=ON \ + -DENABLE_PYTHON=ON OPTIONS_DEFINE= RTLSDR RTLSDR_DESC= Enable rtl-sdr (RTL2832) support diff --git a/comms/gr-osmosdr/distinfo b/comms/gr-osmosdr/distinfo index e49b93845dff..d65512139eae 100644 --- a/comms/gr-osmosdr/distinfo +++ b/comms/gr-osmosdr/distinfo @@ -1,2 +1,2 @@ -SHA256 (gr-osmosdr-20130509.tgz) = cb05c11c2b36a22105c925dd8bf972bbf1d6af0c4d68753edf0ba702d4dd715d -SIZE (gr-osmosdr-20130509.tgz) = 194496 +SHA256 (gr-osmosdr-20140314.tgz) = 2411b80d95e93ed8439e94b6de4a1b5c33cb4fe340952ebf20a28afa959f99f8 +SIZE (gr-osmosdr-20140314.tgz) = 227392 diff --git a/comms/gr-osmosdr/pkg-plist b/comms/gr-osmosdr/pkg-plist index 82e8703bd149..e56656fb76ac 100644 --- a/comms/gr-osmosdr/pkg-plist +++ b/comms/gr-osmosdr/pkg-plist @@ -4,19 +4,19 @@ bin/osmocom_siggen_nogui bin/osmocom_spectrum_sense include/osmosdr/swig/osmosdr_swig.i include/osmosdr/swig/osmosdr_swig_doc.i -include/osmosdr/osmosdr_api.h -include/osmosdr/osmosdr_pimpl.h -include/osmosdr/osmosdr_ranges.h -include/osmosdr/osmosdr_device.h -include/osmosdr/osmosdr_sink_c.h -include/osmosdr/osmosdr_source_c.h -lib/libgnuradio-osmosdr.so.0.0.1git +include/osmosdr/api.h +include/osmosdr/device.h +include/osmosdr/pimpl.h +include/osmosdr/ranges.h +include/osmosdr/sink.h +include/osmosdr/source.h +lib/libgnuradio-osmosdr.so.0.1.1git lib/libgnuradio-osmosdr.so.0 lib/libgnuradio-osmosdr.so libdata/pkgconfig/gnuradio-osmosdr.pc -share/gnuradio/grc/blocks/rtlsdr_source_c.xml -share/gnuradio/grc/blocks/osmosdr_sink_c.xml -share/gnuradio/grc/blocks/osmosdr_source_c.xml +share/gnuradio/grc/blocks/rtlsdr_source.xml +share/gnuradio/grc/blocks/osmosdr_sink.xml +share/gnuradio/grc/blocks/osmosdr_source.xml %%PYTHON_SITELIBDIR%%/osmosdr/_osmosdr_swig.so %%PYTHON_SITELIBDIR%%/osmosdr/osmocom_siggen_base.pyo %%PYTHON_SITELIBDIR%%/osmosdr/osmocom_siggen_base.pyc |