diff options
author | mef <mef@pkgsrc.org> | 2016-03-23 13:37:20 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-03-23 13:37:20 +0000 |
commit | e8a97330bdeaa58f887ab26515f80d434436786e (patch) | |
tree | 9076777a1c92c7f3a4275cf4f98613e960f15173 /ham | |
parent | 462369f8f1c7af57497d637de73a5af53d1cb380 (diff) | |
download | pkgsrc-e8a97330bdeaa58f887ab26515f80d434436786e.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')
-rw-r--r-- | ham/gnuradio-fec/Makefile | 4 | ||||
-rw-r--r-- | ham/gnuradio-fec/PLIST | 8 |
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 |