diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-01 20:22:11 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-01 20:22:11 +0000 |
commit | 95c09b57dbb875487b6392083872f15b2ddbfc06 (patch) | |
tree | 551406fe8f66f29f7a7d526963e5bbd215b598f7 | |
parent | - Bump PORTREVISION. www/sogo3 was marked like DEPRECATED (diff) |
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
Notes
Notes:
svn path=/head/; revision=521766
-rw-r--r-- | comms/cubicsdr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/cubicsdr/Makefile b/comms/cubicsdr/Makefile index 305ce385ee27..1af7bfc03491 100644 --- a/comms/cubicsdr/Makefile +++ b/comms/cubicsdr/Makefile @@ -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 |