Summary: | math/mpfr: Update to 4.2.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dennis Clarke <dclarke> | ||||
Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | diizzy, swills | ||||
Priority: | --- | Flags: | ale:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://gitlab.inria.fr/mpfr/mpfr/-/blob/4.2.0/ChangeLog | ||||||
Attachments: |
|
Description
Dennis Clarke
2023-01-10 18:23:31 UTC
It needs an exp-run first at least, I've asked bofh to run one Created attachment 239385 [details]
Patch for mpfr
Compile and runtime tested on FreeBSD 13.1-STABLE (amd64) (make, make check-plist, make test)
Poudriere testport OK 12.3-RELEASE (amd64)
Poudriere testport OK 13.1-RELEASE (i386)
(In reply to Daniel Engberg from comment #2) I have already tested on i686 and AMD64 and RISC-V and reported my results to the upstream good folks. Dennis So you've built all ports in tree that depends (uses) mpfr? While it should be safe (according to upstreams release notes) we do this for ports to avoid unnecessary obvious breakage. You have my approval to commit the patch if the exp-run will be ok. Is there any progress on this? I check ports daily and still see MPFR ver 4.1.1 in math/mpfr/distinfo so I have to wonder if the full ports build test went sideways. -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken GreyBeard and suspenders optional During bofh's run there was one fallout with math/gap not directly related to mpfr however ("/wrkdirs/usr/ports/math/gap/work/gap-4.12.1/pkg/simpcomp/missing: automake-1.16: not found") but I can't reproduce this on my systems so lets push this update and see if our buildbots also breaks. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3f65cea3c80301fd51c074cefa5ddc34837a8b7 commit f3f65cea3c80301fd51c074cefa5ddc34837a8b7 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-01-17 07:50:38 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-01-17 07:59:06 +0000 math/mpfr: Update to 4.2.0 Poudriere test builds done by bofh (thanks!) Changelog: https://gitlab.inria.fr/mpfr/mpfr/-/blob/4.2.0/ChangeLog PR: 268865 Reported by: Dennis Clarke <dclarke@blastwave.org> Reviewed by: ale (maintainer) math/mpfr/Makefile | 6 +++--- math/mpfr/distinfo | 8 +++----- math/mpfr/pkg-plist | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) |