git: 961907820694 - 2024Q2 - math/giacxcas: Broken on armv7 math/giacxcas

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 07 May 2024 07:17:51 UTC
The branch 2024Q2 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=961907820694abac3c7f7a58d0386895e468975a

commit 961907820694abac3c7f7a58d0386895e468975a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-06 14:44:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-07 07:17:46 +0000

    math/giacxcas: Broken on armv7 math/giacxcas
    
    Reported by:    fallout
    
    (cherry picked from commit f13248e6ec7ade05132a17a90458e7d2527538b4)
---
 math/giacxcas/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile
index ca484e46d13f..f0a0dbe89d91 100644
--- a/math/giacxcas/Makefile
+++ b/math/giacxcas/Makefile
@@ -21,6 +21,7 @@ LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
 LICENSE_PERMS_DOC=	dist-mirror pkg-mirror auto-accept
 LICENSE_DISTFILES_DOC=	giac_${DISTVERSION}${EXTRACT_SUFX}
 
+BROKEN_armv7=	compilation fails: constant expression evaluates to 61171872541 which cannot be narrowed to type 'long' [-Wc++11-narrowing]
 BROKEN_i386=	compilation fails: constant expression evaluates to 61171872541 which cannot be narrowed to type 'long' [-Wc++11-narrowing]
 BROKEN_powerpc=	compilation fails: constant expression evaluates to 61171872541 which cannot be narrowed to type 'long' [-Wc++11-narrowing]