mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
comms/fldigi: Update to 4.2.02
N.B. This is matched pair release. flamp 2.2.10 requires fldigi 4.2.02 for correct transfer of fldigi operating state. 2023-10-31 dave-w1hkj <w1hkj@bellsouth.net> 45ec483b8: Version 4.2.02 a724d290c: fsq coding error 4bc7b368e: Version 4.2.01 009a5b8ba: fsq sounder 2023-10-27 Sven Schnelle <svens@stackframe.org> f1b3fe273: FSK port 2023-10-24 Florian Wolters (DF2ET) <df2et@df2et.de> 7a75d2c7b: Cloud log update 2023-10-23 dave-w1hkj <w1hkj@bellsouth.net> c52ef6d0e: frequencies2 list a3eb92f8f: gnuc warnings 4a430a4f3: flrig auto shutdown 8ee7b6ae5: button_colors 922d524f8: Light Buttons 34d6315a2: OFDM_2000 OFDM_2000F
This commit is contained in:
parent
16f844ab7c
commit
45b41d864e
@ -1,8 +1,8 @@
|
||||
PORTNAME= fldigi
|
||||
DISTVERSION= 4.2.00
|
||||
DISTVERSION= 4.2.02
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= SF/fldigi/${PORTNAME}
|
||||
#http://www.w1hkj.com/files/fldigi/
|
||||
MASTER_SITES= SF/fldigi/${PORTNAME} \
|
||||
http://www.w1hkj.com/files/fldigi/
|
||||
|
||||
MAINTAINER= hamradio@FreeBSD.org
|
||||
COMMENT= Digital decoder for psk, cw, psk31, olivia
|
||||
@ -10,27 +10,27 @@ WWW= http://www.w1hkj.com
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= asciidoc:textproc/asciidoc\
|
||||
docbook-xsl>=1.0:textproc/docbook-xsl\
|
||||
BUILD_DEPENDS= asciidoc:textproc/asciidoc \
|
||||
docbook-xsl>=1.0:textproc/docbook-xsl \
|
||||
xsltproc:textproc/libxslt
|
||||
LIB_DEPENDS= libboost_system.so:devel/boost-libs\
|
||||
libpng.so:graphics/png \
|
||||
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||
libfltk.so:x11-toolkits/fltk \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libpng.so:graphics/png \
|
||||
libportaudio.so:audio/portaudio \
|
||||
libsndfile.so:audio/libsndfile \
|
||||
libsamplerate.so:audio/libsamplerate
|
||||
libsamplerate.so:audio/libsamplerate \
|
||||
libsndfile.so:audio/libsndfile
|
||||
|
||||
USES= autoreconf compiler:c++11-lib jpeg gmake perl5 pkgconfig \
|
||||
shebangfix xorg
|
||||
USES= autoreconf compiler:c++11-lib desktop-file-utils gmake jpeg \
|
||||
perl5 pkgconfig shebangfix xorg
|
||||
|
||||
USE_CXXSTD= gnu++0x
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XORG= x11 xft xext xfixes xcursor xinerama xrender
|
||||
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \
|
||||
EXTRA_LIBS="-lexecinfo"
|
||||
USE_XORG= x11 xcursor xext xfixes xft xinerama xrender
|
||||
CONFIGURE_ENV= EXTRA_LIBS="-lexecinfo" \
|
||||
FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
|
||||
|
||||
OPTIONS_DEFINE= FLARQ OSS PULSEAUDIO HAMLIB NLS DOCS
|
||||
OPTIONS_DEFINE= DOCS FLARQ HAMLIB NLS OSS PULSEAUDIO
|
||||
|
||||
NATIVE_OPT_DESC= Enable Native Optimizations
|
||||
FLARQ_DESC= Compile flarq
|
||||
@ -38,7 +38,7 @@ OSS_DESC= Support OSS
|
||||
PULSEAUDIO_DESC= PulseAudio support
|
||||
HAMLIB_DESC= Support rig control via hamlib
|
||||
|
||||
OPTIONS_DEFAULT= FLARQ OSS HAMLIB
|
||||
OPTIONS_DEFAULT= FLARQ HAMLIB OSS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NATIVE_OPT_CONFIGURE_ON= --enable-optimizations=native
|
||||
@ -53,9 +53,9 @@ NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext
|
||||
|
||||
# Always need asciidoc for man pages
|
||||
CONFIGURE_ARGS+=--with-asciidoc
|
||||
CONFIGURE_ARGS+= --with-asciidoc
|
||||
# Always need soundfile
|
||||
CONFIGURE_ARGS+=--with-sndfile
|
||||
CONFIGURE_ARGS+= --with-sndfile
|
||||
|
||||
post-configure:
|
||||
# force rebuild of man pages
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1694820666
|
||||
SHA256 (fldigi-4.2.00.tar.gz) = 174f42e91de6120615852eff32a1011737ea18a6f2ac07a6e7ff900e5c08fbd9
|
||||
SIZE (fldigi-4.2.00.tar.gz) = 4973115
|
||||
TIMESTAMP = 1698762993
|
||||
SHA256 (fldigi-4.2.02.tar.gz) = f50386f3c3bd063b4c34d01ac439ff8d41ec1b7c12e3c2c252f307ef3a5a6b9e
|
||||
SIZE (fldigi-4.2.02.tar.gz) = 4979638
|
||||
|
Loading…
Reference in New Issue
Block a user