Date: Tue, 7 May 2024 07:17:51 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: 961907820694 - 2024Q2 - math/giacxcas: Broken on armv7 math/giacxcas Message-ID: <202405070717.4477HpeN051102@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405070717.4477HpeN051102>