Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 00:14:10 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 13afd26eb655 - 2024Q1 - devel/glaze: Broken in 15: clang crashes
Message-ID:  <202401120014.40C0EAFt004826@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=13afd26eb65505a95beac578c69d9995d3fc34db

commit 13afd26eb65505a95beac578c69d9995d3fc34db
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-11 23:41:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 00:14:05 +0000

    devel/glaze: Broken in 15: clang crashes
    
    (cherry picked from commit 5099cab651ebe37fccf2fa8b6c6dfcf9b3302fbd)
---
 devel/glaze/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile
index dc23ec572066..2a9e241464cb 100644
--- a/devel/glaze/Makefile
+++ b/devel/glaze/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/stephenberry/glaze
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276265
+
 TEST_DEPENDS=	ut>0:devel/ut
 
 USES=		cmake:testing compiler:c++11-lang



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