diff options
author | Diane Bruce <db@FreeBSD.org> | 2021-12-18 22:15:37 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2021-12-18 22:15:37 +0000 |
commit | 1525c509ebf0c3dbd07b2ab0e1684249d265c596 (patch) | |
tree | dce192a577702659d1f4d9f56eb1fae6a7ee9fcc | |
parent | fcbc0a47c713c872a78a90cf1beee5916b941f55 (diff) | |
download | ports-1525c509ebf0c3dbd07b2ab0e1684249d265c596.tar.gz ports-1525c509ebf0c3dbd07b2ab0e1684249d265c596.zip |
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
-rw-r--r-- | comms/cubicsdr/Makefile | 15 | ||||
-rw-r--r-- | comms/cubicsdr/distinfo | 6 |
2 files changed, 12 insertions, 9 deletions
diff --git a/comms/cubicsdr/Makefile b/comms/cubicsdr/Makefile index 3c2e33b1ac2c..48eae148fa7f 100644 --- a/comms/cubicsdr/Makefile +++ b/comms/cubicsdr/Makefile @@ -1,6 +1,6 @@ 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> diff --git a/comms/cubicsdr/distinfo b/comms/cubicsdr/distinfo index 3211a9ed36ba..fc2f2cb78d33 100644 --- a/comms/cubicsdr/distinfo +++ b/comms/cubicsdr/distinfo @@ -1,3 +1,3 @@ -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 |