git: 55a04097069c - main - audio/mous: Broken

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 18 Sep 2022 03:40:56 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55a04097069c99f72c66786684a51859dba36e52

commit 55a04097069c99f72c66786684a51859dba36e52
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-18 03:39:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-18 03:39:46 +0000

    audio/mous: Broken
    
    Both clang and gcc fail to compile it because of erroneous
    C++ code.
    
    Reported by:    fallout
---
 audio/mous/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/audio/mous/Makefile b/audio/mous/Makefile
index 34bd07457537..24a4f7846e93 100644
--- a/audio/mous/Makefile
+++ b/audio/mous/Makefile
@@ -11,6 +11,7 @@ WWW=		https://github.com/bsdelf/mous
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to compile: no matching constructor for initialization of 'std::tuple<...>, no response from the upstream, see https://github.com/bsdelf/mous/issues/18
 BROKEN_aarch64=		fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
 
 USES=		cmake compiler:c++14-lang