mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- According to @koobs the dependency on pyephem/ephem is spurious hence removed.
- When gnuradio was first imported into the tree, UHD (Ettus) was pretty much the only viable high speed device for it. This is no longer true so default option removed. - Noted plist problem with removed UHD corrected. PR: ports/240546 Reported by: w.schwarzenfeld@utanet.at MFH: 2019Q4
This commit is contained in:
parent
da0f4e988c
commit
5605e21400
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520276
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= gnuradio
|
||||
PORTVERSION= 3.8.0.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= comms astro hamradio
|
||||
MASTER_SITES= http://gnuradio.org/releases/gnuradio/
|
||||
|
||||
@ -20,7 +20,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
|
||||
${PYTHON_SITELIBDIR}/yaml/__init__.py:devel/py-yaml@${PY_FLAVOR} \
|
||||
${PYTHON_SITELIBDIR}/gi/__init__.py:devel/py-gobject3@${PY_FLAVOR} \
|
||||
${PYTHON_SITELIBDIR}/cairo/__init__.py:graphics/py-cairo@${PY_FLAVOR} \
|
||||
${PYTHON_SITELIBDIR}/ephem/__init__.py:astro/pyephem@${PY_FLAVOR} \
|
||||
${PYTHON_SITELIBDIR}/mako/__init__.py:textproc/py-mako@${PY_FLAVOR} \
|
||||
${PYTHON_SITELIBDIR}/six.py:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_SITELIBDIR}/click/__init__.py:devel/py-click@${PY_FLAVOR} \
|
||||
@ -88,7 +87,6 @@ OPTIONS_DEFINE= DOCS UHD TESTING DOXYGEN
|
||||
##OPTIONS_EXCLUDE_${i386}= DOXYGEN
|
||||
# Yay. building docs is broken on 10 and HEAD too so turn them all off
|
||||
OPTIONS_EXCLUDE= DOXYGEN
|
||||
OPTIONS_DEFAULT= UHD
|
||||
OPTIONS_SUB= yes
|
||||
UHD_DESC= Include UHD support from Ettus
|
||||
TESTING_DESC= Include testing support
|
||||
|
@ -2070,7 +2070,7 @@ share/applications/gnuradio-grc.desktop
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.hacking
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.qtgui
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.uhd
|
||||
%%UHD%%%%PORTDOCS%%%%DOCSDIR%%/README.uhd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.vocoder
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/gr-trellis.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xml/test_tcm.py.xml
|
||||
|
Loading…
Reference in New Issue
Block a user