Date: Sat, 18 Dec 2021 22:30:28 GMT From: Diane Bruce <db@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1525c509ebf0 - main - comms/cubicsdr: Unbreak and update Message-ID: <202112182230.1BIMUSNj075435@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by db: URL: https://cgit.FreeBSD.org/ports/commit/?id=1525c509ebf0c3dbd07b2ab0e1684249d265c596 commit 1525c509ebf0c3dbd07b2ab0e1684249d265c596 Author: Diane Bruce <db@FreeBSD.org> AuthorDate: 2021-12-18 22:15:37 +0000 Commit: Diane Bruce <db@FreeBSD.org> CommitDate: 2021-12-18 22:15:37 +0000 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 --- comms/cubicsdr/Makefile | 15 +++++++++------ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112182230.1BIMUSNj075435>