aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-06-27 00:28:15 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-06-27 00:28:15 +0000
commitd0d25236a51e890494b670c426899c906f8826c6 (patch)
treebb752db9ae40dc3bbc3dff1b74c813d01bdb1518
parent2f54c0c45a3f66cd350e8ee5607429e6894d79da (diff)
downloadports-d0d25236a51e890494b670c426899c906f8826c6.tar.gz
ports-d0d25236a51e890494b670c426899c906f8826c6.zip
comms/sdr++: Not broken on 14-CURRENT
As of today, with clang-14.0.5, there is no C++ failure any more.
-rw-r--r--comms/sdr++/Makefile5
-rw-r--r--comms/sdr++/pkg-plist1
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