Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2024 17:19:38 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: 69862347671c - main - audio/sfizz: Broken on 15 with clang-19
Message-ID:  <202411091719.4A9HJcL0098846@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69862347671c1e473e9831716ddc88cdedfeeaee

commit 69862347671c1e473e9831716ddc88cdedfeeaee
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-09 17:18:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-09 17:19:35 +0000

    audio/sfizz: Broken on 15 with clang-19
    
    Reported by:    fallout
---
 audio/sfizz/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/sfizz/Makefile b/audio/sfizz/Makefile
index b9f7c1d487c2..95431998cf37 100644
--- a/audio/sfizz/Makefile
+++ b/audio/sfizz/Makefile
@@ -9,6 +9,8 @@ WWW=		https://sfz.tools/sfizz/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	compilation fails with clang-19, see https://github.com/sfztools/sfizz/issues/1305
+
 LIB_DEPENDS=	libabsl_hash.so:devel/abseil
 RUN_DEPENDS=	zenity:x11/zenity
 


home | help

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