svn commit: r521767 - branches/2020Q1/comms/cubicsdr

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


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

Log:
  MFH: r521766
  
  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

Modified:
  branches/2020Q1/comms/cubicsdr/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/comms/cubicsdr/Makefile
==============================================================================
--- branches/2020Q1/comms/cubicsdr/Makefile	Wed Jan  1 20:22:11 2020	(r521766)
+++ branches/2020Q1/comms/cubicsdr/Makefile	Wed Jan  1 20:22:36 2020	(r521767)
@@ -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-branches mailing list