[Bug 263246] math/coinmp: dependency fixes

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 12 Apr 2022 21:05:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263246

            Bug ID: 263246
           Summary: math/coinmp: dependency fixes
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri@freebsd.org
          Reporter: truckman@FreeBSD.org
          Assignee: yuri@freebsd.org
             Flags: maintainer-feedback?(yuri@freebsd.org)

Created attachment 233176
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233176&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.