Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2024 03:51:55 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: ab1103975b9e - main - audio/cardinal: Broken on 15
Message-ID:  <202411020351.4A23pt4r085116@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=ab1103975b9e8b51e7c700dc1997d785a8a6d0fa

commit ab1103975b9e8b51e7c700dc1997d785a8a6d0fa
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-02 03:40:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-02 03:51:51 +0000

    audio/cardinal: Broken on 15
    
    Reported by:    fallout
---
 audio/cardinal/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/audio/cardinal/Makefile b/audio/cardinal/Makefile
index 263ca9aecf1d..a970f1a42442 100644
--- a/audio/cardinal/Makefile
+++ b/audio/cardinal/Makefile
@@ -13,6 +13,7 @@ WWW=		https://cardinal.kx.studio/ \
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	compilation fails, error: static assertion failed due to requirement 'is_arithmetic<rack::simd::Vector<float, 4>>::value', see https://github.com/DISTRHO/Cardinal/issues/726
 BROKEN_armv7=	compilation fails due to the variable name conflict with base header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279134
 
 BUILD_DEPENDS=	${LOCALBASE}/include/FuzzySearchDatabase.hpp:textproc/fuzzysearchdatabase \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411020351.4A23pt4r085116>