Date: Sat, 29 Jul 2023 07:05:53 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: a4f898e4c6d7 - main - comms/sdr++: Disable option RTAUDIO and enable option PORTAUDIO instead Message-ID: <202307290705.36T75rja051611@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=a4f898e4c6d7d737e96a865b8acf1bd5cefedf03 commit a4f898e4c6d7d737e96a865b8acf1bd5cefedf03 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-29 07:04:54 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-29 07:04:54 +0000 comms/sdr++: Disable option RTAUDIO and enable option PORTAUDIO instead It fails to build with RtAudio-6.0 Reported by: fallout --- comms/sdr++/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/comms/sdr++/Makefile b/comms/sdr++/Makefile index a906eeaa6626..42e635203cf0 100644 --- a/comms/sdr++/Makefile +++ b/comms/sdr++/Makefile @@ -1,6 +1,6 @@ PORTNAME= sdr++ DISTVERSION= 1.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms hamradio MAINTAINER= yuri@FreeBSD.org @@ -31,7 +31,7 @@ GH_PROJECT= SDRPlusPlus OPTIONS_MULTI= AUDIO_BACKEND OPTIONS_MULTI_AUDIO_BACKEND= PORTAUDIO RTAUDIO -OPTIONS_DEFAULT= RTAUDIO +OPTIONS_DEFAULT= PORTAUDIO # RTAUDIO OPTIONS_SUB= yes AUDIO_BACKEND_DESC= Audio backend @@ -42,6 +42,7 @@ PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio RTAUDIO_DESC= RtAudio support RTAUDIO_CMAKE_BOOL= OPT_BUILD_AUDIO_SINK RTAUDIO_LIB_DEPENDS= librtaudio.so:audio/rtaudio +RTAUDIO_BROKEN= see https://github.com/AlexandreRouma/SDRPlusPlus/issues/1149 .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307290705.36T75rja051611>