Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2024 07:17:23 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: f13248e6ec7a - main - math/giacxcas: Broken on armv7 math/giacxcas
Message-ID:  <202405070717.4477HNqd050855@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=f13248e6ec7ade05132a17a90458e7d2527538b4

commit f13248e6ec7ade05132a17a90458e7d2527538b4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-07 07:16:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-07 07:17:06 +0000

    math/giacxcas: Broken on armv7 math/giacxcas
    
    Reported by:    fallout
---
 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]
 



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