Date: Mon, 27 Jun 2022 00:30:17 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d0d25236a51e - main - comms/sdr++: Not broken on 14-CURRENT Message-ID: <202206270030.25R0UH6K058740@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0d25236a51e890494b670c426899c906f8826c6 commit d0d25236a51e890494b670c426899c906f8826c6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-06-27 00:28:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-06-27 00:28:15 +0000 comms/sdr++: Not broken on 14-CURRENT As of today, with clang-14.0.5, there is no C++ failure any more. --- comms/sdr++/Makefile | 5 +---- comms/sdr++/pkg-plist | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/comms/sdr++/Makefile b/comms/sdr++/Makefile index a89dbba963f0..fd3c279512bf 100644 --- a/comms/sdr++/Makefile +++ b/comms/sdr++/Makefile @@ -1,6 +1,6 @@ PORTNAME= sdr++ DISTVERSION= 1.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MAINTAINER= yuri@FreeBSD.org @@ -28,9 +28,6 @@ USE_GITHUB= yes GH_ACCOUNT= AlexandreRouma GH_PROJECT= SDRPlusPlus -# Broken with clang 14 -CMAKE_OFF= OPT_BUILD_DISCORD_PRESENCE - OPTIONS_MULTI= AUDIO_BACKEND OPTIONS_MULTI_AUDIO_BACKEND= PORTAUDIO RTAUDIO OPTIONS_DEFAULT= RTAUDIO diff --git a/comms/sdr++/pkg-plist b/comms/sdr++/pkg-plist index 712d10834b52..f54403e8e57c 100644 --- a/comms/sdr++/pkg-plist +++ b/comms/sdr++/pkg-plist @@ -7,6 +7,7 @@ lib/libsdrpp_core.so lib/sdrpp/plugins/airspy_source.so lib/sdrpp/plugins/airspyhf_source.so %%RTAUDIO%%lib/sdrpp/plugins/audio_sink.so +lib/sdrpp/plugins/discord_integration.so lib/sdrpp/plugins/file_source.so lib/sdrpp/plugins/frequency_manager.so lib/sdrpp/plugins/hackrf_source.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206270030.25R0UH6K058740>