git: 6a80102dad57 - main - comms/cubicsdr: Broken due to Hamlib update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Dec 2021 16:01:54 UTC
The branch main has been updated by db: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a80102dad57635027cc22319c46ad71c51e80fe commit 6a80102dad57635027cc22319c46ad71c51e80fe Author: Diane Bruce <db@FreeBSD.org> AuthorDate: 2021-12-16 15:50:01 +0000 Commit: Diane Bruce <db@FreeBSD.org> CommitDate: 2021-12-16 15:50:01 +0000 comms/cubicsdr: Broken due to Hamlib update Most recent Hamlib update broke the port. --- comms/cubicsdr/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comms/cubicsdr/Makefile b/comms/cubicsdr/Makefile index 14baa17393c4..3c2e33b1ac2c 100644 --- a/comms/cubicsdr/Makefile +++ b/comms/cubicsdr/Makefile @@ -9,6 +9,8 @@ COMMENT= SDR receiver using liquidsdr LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Needs update due to Hamlib changes + RUN_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri LIB_DEPENDS= libSoapySDR.so:misc/soapysdr \