| Summary: | math/mpfr: Update to 4.0.1 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Yuri Victorovich <yuri> | ||||||
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(ale) |
||||||
| Priority: | --- | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
Created attachment 191970 [details]
patch
Delete static library as per policy set by portmgr@. I had the patch in my queue, but I have a couple of questions for you: 1) why have you disabled the static lib? 2) have you checked that mpfr dependent ports still build? I'm quite sure there are a few that break (In reply to Alex Dupre from comment #3) Hi Alex, > 1) why have you disabled the static lib? Because static libs should almost never be needed. portmgr@ said that they are discouraged, and they for the most part only present problems. They make it harder to fix security vulnerabilities, harder to find dependencies (stage-qa fails to warn about static dependencies), etc. Static libs are required if some dependent port needs to be static (ex. Tor). > 2) have you checked that mpfr dependent ports still build? I'm quite sure there are a few that break I've rebuilt about half of the dependencies, and couldn't find any failures so far. But of course all of them need to be rebuilt and checked. I've encountered several new packages that should be turned into ports, and they require the latest mpfr version. Yuri I've rebuilt all dependent ports and the ones that were failing have now been updated to build with newer mpfr release. Committed. Thank you! |
Created attachment 191969 [details] patch