git: 0f885b3a0da1 - 2022Q3 - math/apron: Broken on armv6, armv7, riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Jul 2022 02:27:44 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f885b3a0da1579066963042567eb389a3f795ba commit 0f885b3a0da1579066963042567eb389a3f795ba Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-20 02:26:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-20 02:27:42 +0000 math/apron: Broken on armv6, armv7, riscv64 (cherry picked from commit de1a502d2f2a8b05362398d88f2eef677a32a313) --- math/apron/Makefile | 7 ++++--- math/apron/distinfo | 4 +--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/math/apron/Makefile b/math/apron/Makefile index 9a6d17dbe3a5..47fb5b485b7f 100644 --- a/math/apron/Makefile +++ b/math/apron/Makefile @@ -3,15 +3,16 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.9.13 CATEGORIES= math -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 444ed837298d595f0f579d93e6e96d5af085bdac.patch:-p1 - MAINTAINER= yuri@FreeBSD.org COMMENT= APRON numerical abstract domain library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= uses deprecated fpsetround(3) that isn't even defined on armv6, see https://github.com/antoinemine/apron/issues/47 +BROKEN_armv7= uses deprecated fpsetround(3) that isn't even defined on armv7, see https://github.com/antoinemine/apron/issues/47 +BROKEN_riscv64= uses deprecated fpsetround(3) that isn't even defined on riscv64, see https://github.com/antoinemine/apron/issues/47 + LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libppl.so:devel/ppl diff --git a/math/apron/distinfo b/math/apron/distinfo index 76f8921f2901..739c198a9793 100644 --- a/math/apron/distinfo +++ b/math/apron/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1658215424 +TIMESTAMP = 1658283944 SHA256 (antoinemine-apron-v0.9.13_GH0.tar.gz) = 4af627e24623ab26948ea980077d015bfb9543374d857fbb42a8b6571e2fb36e SIZE (antoinemine-apron-v0.9.13_GH0.tar.gz) = 988019 -SHA256 (444ed837298d595f0f579d93e6e96d5af085bdac.patch) = e8fee5fee7023df0270c4cf729867e5159406bedcc1e0b1b81113ae8fe765b9d -SIZE (444ed837298d595f0f579d93e6e96d5af085bdac.patch) = 644