Skip to content
Snippets Groups Projects
Commit 1525c509 authored by Diane Bruce's avatar Diane Bruce
Browse files

comms/cubicsdr: Unbreak and update

Hamlib update broke port in tree port was badly out of date anyway.
Unfortunately no newer tag to use than 0.2.5
parent fcbc0a47
No related branches found
No related tags found
No related merge requests found
PORTNAME= cubicsdr
DISTVERSION= 0.2.5
PORTREVISION= 7
PORTVERSION= 0.2.5
PORTREVISION= 8
CATEGORIES= comms hamradio
MAINTAINER= hamradio@FreeBSD.org
......@@ -9,8 +9,6 @@ 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 \
......@@ -18,13 +16,15 @@ LIB_DEPENDS= libSoapySDR.so:misc/soapysdr \
libpulse.so:audio/pulseaudio \
libhamlib.so:comms/hamlib
USES= cmake compiler:c++0x gl python
USES= cmake:noninja compiler:c++11-lib gl python
USE_WX= 3.1
USE_GL+= egl glu
OPTIONS_DEFINE= HAMLIB
HAMLIB_DESC= Support rig control via hamlib
OPTIONS_DEFAULT= HAMLIB
# for detailed debugging uncomment the next line
#CMAKE_ARGS+= --debug-output --trace
.include <bsd.port.pre.mk>
......@@ -37,6 +37,9 @@ CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.1-config
USE_GITHUB= yes
GH_ACCOUNT= cjcliffe
GH_PROJECT= CubicSDR
GH_TAGNAME= 9c32b97
GH_TAGNAME= 0248e5a
#
# N.B. modem from liquidsp was renamed to modemcf Fri Nov 12, 2021
# our port liquidsp is not synced with Master hence we are stuck here for now. -db
.include <bsd.port.post.mk>
TIMESTAMP = 1578325251
SHA256 (cjcliffe-CubicSDR-0.2.5-9c32b97_GH0.tar.gz) = 46eb12b942c7e38dbfe8a84448a3721b5d9c7c1fd8878f8cad7bd37806352dbf
SIZE (cjcliffe-CubicSDR-0.2.5-9c32b97_GH0.tar.gz) = 35466535
TIMESTAMP = 1639839498
SHA256 (cjcliffe-CubicSDR-0.2.5-0248e5a_GH0.tar.gz) = ca65d2c174ca9700bbfc4491d59a9b6aff78115d4b9b0caa704ca35cfbe225a4
SIZE (cjcliffe-CubicSDR-0.2.5-0248e5a_GH0.tar.gz) = 37101959
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment