This version of gnuradio-trellis searches command xmlto and if found,
html/gr-trellis.html is installed in share/doc/gnuradio-${PKGVERSION}. There doesn't seem the way to disable this behavior. So add always- dependency to textproc/xmlto. Thanks gdt@ for the report. PKGREVISION++ (binary is different).
This commit is contained in:
parent
200a4a849b
commit
2931a97aaa
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.18 2014/10/13 12:51:10 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2015/01/03 14:18:13 mef Exp $
|
||||
|
||||
PKGNAME= gnuradio-trellis-${VERSION}
|
||||
PKGREVISION= 1
|
||||
COMMENT= Trellis-based encoding and decoding algorithms for GNU Radio
|
||||
|
||||
.include "../../ham/gnuradio-core/Makefile.common"
|
||||
|
@ -11,6 +12,8 @@ CMAKE_ARGS+= -DENABLE_GR_TRELLIS=True
|
|||
CMAKE_ARGS+= -DENABLE_GR_DIGITAL=True
|
||||
|
||||
DEPENDS+= gnuradio-digital-[0-9]*:../../ham/gnuradio-digital
|
||||
DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
|
||||
|
||||
PLIST_MINUS+= digital
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2014/10/28 16:59:33 mef Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2015/01/03 14:18:13 mef Exp $
|
||||
include/gnuradio/swig/trellis_swig.i
|
||||
include/gnuradio/swig/trellis_swig_doc.i
|
||||
include/gnuradio/trellis/api.h
|
||||
|
@ -80,6 +80,7 @@ ${PYSITELIB}/gnuradio/trellis/trellis_swig.pyc
|
|||
${PYSITELIB}/gnuradio/trellis/trellis_swig.pyo
|
||||
share/doc/gnuradio-${PKGVERSION}/xml/test_tcm.py.xml
|
||||
share/doc/gnuradio-${PKGVERSION}/xml/test_viterbi_equalization1.py.xml
|
||||
share/doc/gnuradio-${PKGVERSION}/html/gr-trellis.html
|
||||
share/gnuradio/examples/trellis/README
|
||||
share/gnuradio/examples/trellis/fsm_files/awgn1o2_128.fsm
|
||||
share/gnuradio/examples/trellis/fsm_files/awgn1o2_16.fsm
|
||||
|
|
Loading…
Reference in a new issue