Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/gr-osmosdr gr-osmosdr: partial merge for -wip to f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5084626d2d76
branches:  trunk
changeset: 437284:5084626d2d76
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Aug 20 01:52:38 2020 +0000

description:
gr-osmosdr: partial merge for -wip to fix pbulk scan failure

XXX: Package may currently not build. Will be solved by fully merging from
wip after gnuradio update.

diffstat:

 ham/gr-osmosdr/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 60c1f7456ecc -r 5084626d2d76 ham/gr-osmosdr/Makefile
--- a/ham/gr-osmosdr/Makefile   Thu Aug 20 00:51:33 2020 +0000
+++ b/ham/gr-osmosdr/Makefile   Thu Aug 20 01:52:38 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2020/05/06 14:04:43 adam Exp $
+# $NetBSD: Makefile,v 1.25 2020/08/20 01:52:38 tnn Exp $
 
 DISTNAME=              gr-osmosdr-0.1.4
-PKGREVISION=           17
+PKGREVISION=           18
 CATEGORIES=            ham
 MASTER_SITES+=         http://git.osmocom.org/gr-osmosdr/snapshot/
 
@@ -19,6 +19,8 @@
 # --   * Ettus USRP Devices
 CMAKE_ARGS+=   -DGNURADIO_UHD_INCLUDE_DIRS=${PREFIX}/include/uhd
 CMAKE_ARGS+=   -DGNURADIO_BLOCKS_INCLUDE_DIRS=${PREFIX}/include
+# TODO: make it PKG_OPTION
+CMAKE_ARGS+=   -DENABLE_DOXYGEN=OFF
 
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
 
@@ -44,9 +46,10 @@
 # gr-fcdproplus does not build at the moment
 #.include      "../../ham/gr-fcdproplus/buildlink3.mk"
 .include       "../../ham/hackrf/buildlink3.mk"
+.include       "../../ham/soapy-sdr/buildlink3.mk"
 
+BUILDLINK_API_DEPENDS.gnuradio-core+=  gnuradio-core>=3.8
 .include       "../../ham/gnuradio-core/buildlink3.mk"
-.include       "../../ham/gnuradio-fcd/buildlink3.mk"
 .include       "../../ham/gnuradio-uhd/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index