Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2022 08:02:16 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: cce9e01fd77f - 2022Q3 - math/apron: Add #include statement for fpsetround(3)
Message-ID:  <202207190802.26J82GWt060204@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri:

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

commit cce9e01fd77f21dbad648840082feaa12dff12d0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-19 07:59:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-19 08:02:02 +0000

    math/apron: Add #include statement for fpsetround(3)
    
    Lack of fpsetround(3) declaration caused breakage on some
    architectures.
    Reported by:    fallout
    
    (cherry picked from commit 7c00c142b73b100af153af8fbda428cd0d6aaf53)
---
 math/apron/Makefile | 3 +++
 math/apron/distinfo | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/math/apron/Makefile b/math/apron/Makefile
index 6bb03728c63c..833d50dc1a3c 100644
--- a/math/apron/Makefile
+++ b/math/apron/Makefile
@@ -3,6 +3,9 @@ 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
 
diff --git a/math/apron/distinfo b/math/apron/distinfo
index dc613a3ddb4a..76f8921f2901 100644
--- a/math/apron/distinfo
+++ b/math/apron/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1630529475
+TIMESTAMP = 1658215424
 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



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