From 498a49e53882690df9b199abbfbd78a27e3d4027 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 3 Jan 2015 14:18:13 +0000 Subject: 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). --- ham/gnuradio-trellis/Makefile | 5 ++++- ham/gnuradio-trellis/PLIST | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'ham/gnuradio-trellis') diff --git a/ham/gnuradio-trellis/Makefile b/ham/gnuradio-trellis/Makefile index b986b023ec9..8bdba937ff3 100644 --- a/ham/gnuradio-trellis/Makefile +++ b/ham/gnuradio-trellis/Makefile @@ -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" diff --git a/ham/gnuradio-trellis/PLIST b/ham/gnuradio-trellis/PLIST index a90e1032d01..6dd1e1ca436 100644 --- a/ham/gnuradio-trellis/PLIST +++ b/ham/gnuradio-trellis/PLIST @@ -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 -- cgit v1.2.3