summaryrefslogtreecommitdiff
path: root/ham/gnuradio-fec
diff options
context:
space:
mode:
authormef <mef>2016-03-23 13:37:20 +0000
committermef <mef>2016-03-23 13:37:20 +0000
commit325e628d44c587e611302daec0e9deed939a6c7c (patch)
tree9076777a1c92c7f3a4275cf4f98613e960f15173 /ham/gnuradio-fec
parentf193c09a564b7dcdc4f5b0a694205531ed140748 (diff)
downloadpkgsrc-325e628d44c587e611302daec0e9deed939a6c7c.tar.gz
If math/gsl is already installed, packaging become different. So add as
prerequisite (buildlink3). Thanks Dave Tyson for the report at pkgsrc-users@.
Diffstat (limited to 'ham/gnuradio-fec')
-rw-r--r--ham/gnuradio-fec/Makefile4
-rw-r--r--ham/gnuradio-fec/PLIST8
2 files changed, 10 insertions, 2 deletions
diff --git a/ham/gnuradio-fec/Makefile b/ham/gnuradio-fec/Makefile
index 372c91fd081..f51cc5f94f1 100644
--- a/ham/gnuradio-fec/Makefile
+++ b/ham/gnuradio-fec/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
+# $NetBSD: Makefile,v 1.4 2016/03/23 13:37:20 mef Exp $
PKGNAME= gnuradio-fec-${VERSION}
+PKGREVISION= 1
COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
@@ -9,4 +10,5 @@ COMMENT= Forward Error Correction blocks, utilities, & examples of GNU Radio
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
CMAKE_ARGS+= -DENABLE_GR_FEC=ON
+.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/ham/gnuradio-fec/PLIST b/ham/gnuradio-fec/PLIST
index ff7e34f49e3..9bf17197484 100644
--- a/ham/gnuradio-fec/PLIST
+++ b/ham/gnuradio-fec/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2016/03/07 13:14:31 mef Exp $
+@comment $NetBSD: PLIST,v 1.6 2016/03/23 13:37:20 mef Exp $
bin/polar_channel_construction
include/gnuradio/fec/api.h
include/gnuradio/fec/async_decoder.h
@@ -16,10 +16,16 @@ include/gnuradio/fec/dummy_decoder.h
include/gnuradio/fec/dummy_encoder.h
include/gnuradio/fec/encode_ccsds_27_bb.h
include/gnuradio/fec/encoder.h
+include/gnuradio/fec/fec_mtrx.h
include/gnuradio/fec/generic_decoder.h
include/gnuradio/fec/generic_encoder.h
+include/gnuradio/fec/ldpc_G_matrix.h
+include/gnuradio/fec/ldpc_H_matrix.h
+include/gnuradio/fec/ldpc_bit_flip_decoder.h
include/gnuradio/fec/ldpc_decoder.h
include/gnuradio/fec/ldpc_encoder.h
+include/gnuradio/fec/ldpc_gen_mtrx_encoder.h
+include/gnuradio/fec/ldpc_par_mtrx_encoder.h
include/gnuradio/fec/polar_common.h
include/gnuradio/fec/polar_decoder_common.h
include/gnuradio/fec/polar_decoder_sc.h