git: 7ca87ecf16eb - 2024Q1 - devel/quickcpplib: Not for powerpc64, powerpc64le; Clang crashes on powerpc

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 04 Feb 2024 18:58:56 UTC
The branch 2024Q1 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ca87ecf16eba8aa01af0c1ba37ad14a55d66a25

commit 7ca87ecf16eba8aa01af0c1ba37ad14a55d66a25
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-04 18:58:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-04 18:58:52 +0000

    devel/quickcpplib: Not for powerpc64, powerpc64le; Clang crashes on powerpc
    
    Reported by:    fallout
    
    (cherry picked from commit cd8e53990df68ef762e378173725effb3c1fe8b0)
---
 devel/quickcpplib/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/quickcpplib/Makefile b/devel/quickcpplib/Makefile
index be416b9a4fdd..422d902b031e 100644
--- a/devel/quickcpplib/Makefile
+++ b/devel/quickcpplib/Makefile
@@ -10,6 +10,10 @@ WWW=		https://github.com/ned14/quickcpplib
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/Licence.txt
 
+BROKEN_powerpc=	clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276824
+NOT_FOR_ARCHS=		powerpc64 powerpc64le
+NOT_FOR_ARCHS_REASON=	test/timing.h:113:2: error: Unsupported platform
+
 USES=		cmake:testing
 
 USE_GITHUB=	yes