Bug 263246

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: LatestFlags: bugzilla: maintainer-feedback? (yuri)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to fix math/coinmp dependency issues none

Description Don Lewis freebsd_committer freebsd_triage 2022-04-12 21:05:35 UTC
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.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2022-04-12 21:21:55 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-04-12 21:21:56 UTC
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(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-04-12 21:23:57 UTC
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(-)