svn commit: r496422 - head/comms/gr-osmosdr

Antoine Brodin antoine at FreeBSD.org
Thu Mar 21 06:40:34 UTC 2019


Author: antoine
Date: Thu Mar 21 06:40:33 2019
New Revision: 496422
URL: https://svnweb.freebsd.org/changeset/ports/496422

Log:
  Mark BROKEN: fails to configure
  
  CMake Error at CMakeLists.txt:180 (message):
    GnuRadio Runtime required to build gr-osmosdr
  
  Reported by:	pkg-fallout

Modified:
  head/comms/gr-osmosdr/Makefile

Modified: head/comms/gr-osmosdr/Makefile
==============================================================================
--- head/comms/gr-osmosdr/Makefile	Thu Mar 21 06:39:39 2019	(r496421)
+++ head/comms/gr-osmosdr/Makefile	Thu Mar 21 06:40:33 2019	(r496422)
@@ -13,6 +13,8 @@ COMMENT=	GNU Radio OsmoSDR module
 
 LICENSE=	GPLv3
 
+BROKEN=		fails to configure
+
 BUILD_DEPENDS=	swig3.0:devel/swig30 \
 		cheetah:devel/py-cheetah
 LIB_DEPENDS=	libgnuradio-runtime.so:comms/gnuradio \


More information about the svn-ports-all mailing list