Summary: | math/coinmp: dependency fixes | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Don Lewis <truckman> | ||||
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | truckman | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(yuri) |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Committed, thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=26c29e188544af869114c53f76d6f596a9041f9a commit 26c29e188544af869114c53f76d6f596a9041f9a Author: Don Lewis <truckman@FreeBSD.org> AuthorDate: 2022-04-12 21:20:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-04-12 21:21:48 +0000 math/coinmp: Dependency fixes PR: 263246 math/coinmp/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) A commit in branch 2022Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=07066e100878630a824e979f34873e520524e6f9 commit 07066e100878630a824e979f34873e520524e6f9 Author: Don Lewis <truckman@FreeBSD.org> AuthorDate: 2022-04-12 21:20:51 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-04-12 21:23:14 +0000 math/coinmp: Dependency fixes PR: 263246 (cherry picked from commit 26c29e188544af869114c53f76d6f596a9041f9a) math/coinmp/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) |
Created attachment 233176 [details] patch to fix math/coinmp dependency issues I noticed that math/coinmp was being rebuilt every time I ran poudriere: [00:00:06] Checking packages for incremental rebuild needs [00:00:06] Deleting CoinMP-1.8.4_6.pkg: new dependency: math/ipopt The problem turned out to be in LIB_DEPENDS, libcoinmumps.so:math/ipopt should instead be libcoinmumps.so:math/coin-or-mumps. I then noticed some other LIB_DEPENDS complaints about missing dependencies in stage-qa. I have attached a patch.