mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
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
This commit is contained in:
parent
fcbc0a47c7
commit
1525c509eb
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user