svn commit: r521766 - head/comms/cubicsdr

Antoine Brodin antoine at FreeBSD.org
Wed Jan 1 20:22:12 UTC 2020


Author: antoine
Date: Wed Jan  1 20:22:11 2020
New Revision: 521766
URL: https://svnweb.freebsd.org/changeset/ports/521766

Log:
  Mark BROKEN
  
  /wrkdirs/usr/ports/comms/cubicsdr/work/CubicSDR-0.2.5/src/AppFrame.cpp:3100:13: error: incomplete type 'wxToolTip' named in nested name specifier
  
  Reported by:	pkg-fallout
  MFH:		2020Q1

Modified:
  head/comms/cubicsdr/Makefile

Modified: head/comms/cubicsdr/Makefile
==============================================================================
--- head/comms/cubicsdr/Makefile	Wed Jan  1 20:21:13 2020	(r521765)
+++ head/comms/cubicsdr/Makefile	Wed Jan  1 20:22:11 2020	(r521766)
@@ -11,6 +11,8 @@ COMMENT=	SDR receiver using liquidsdr
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
+
 RUN_DEPENDS=	${PYNUMPY} \
 		${LOCALBASE}/lib/libEGL.so:graphics/mesa-libs \
 		${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri


More information about the svn-ports-all mailing list