Date: Sun, 11 Feb 2024 11:50:00 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f4164e08117a - main - math/giacxcas: mark broken on powerpc Message-ID: <202402111150.41BBo0k7086270@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=f4164e08117a79c8613792427f80f4b2b4345d30 commit f4164e08117a79c8613792427f80f4b2b4345d30 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-02-09 16:08:53 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-02-11 11:48:58 +0000 math/giacxcas: mark broken on powerpc --- math/giacxcas/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile index 557f52b5fcf3..ca484e46d13f 100644 --- a/math/giacxcas/Makefile +++ b/math/giacxcas/Makefile @@ -22,6 +22,7 @@ LICENSE_PERMS_DOC= dist-mirror pkg-mirror auto-accept LICENSE_DISTFILES_DOC= giac_${DISTVERSION}${EXTRACT_SUFX} 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] BUILD_DEPENDS= bash:shells/bash \ hevea:textproc/hevea
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402111150.41BBo0k7086270>