pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/gr-osmosdr
Module Name: pkgsrc
Committed By: tnn
Date: Thu Aug 20 01:52:38 UTC 2020
Modified Files:
pkgsrc/ham/gr-osmosdr: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/ham/gr-osmosdr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/ham/gr-osmosdr/Makefile
diff -u pkgsrc/ham/gr-osmosdr/Makefile:1.24 pkgsrc/ham/gr-osmosdr/Makefile:1.25
--- pkgsrc/ham/gr-osmosdr/Makefile:1.24 Wed May 6 14:04:43 2020
+++ pkgsrc/ham/gr-osmosdr/Makefile Thu Aug 20 01:52:38 2020
@@ -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 @@ CMAKE_ARGS+= -Wno-dev
# -- * 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 @@ REPLACE_PYTHON+= apps/osmocom_siggen_ba
# 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