Bug 256904

Summary: [Patch] math/cbc: add dependency to math/osi
Product: Ports & Packages Reporter: Philipp Ost <bsd>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Some People CC: yuri
Priority: --- Flags: bugzilla: maintainer-feedback? (yuri)
bsd: maintainer-feedback? (yuri)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Add dependency to math/osi none

Description Philipp Ost 2021-06-30 13:16:40 UTC
Created attachment 226131 [details]
Add dependency to math/osi

Running 'make stage-qa' in math/osi complains that /usr/local/bin/cbc is linked to /usr/local/lib/libOsi.so.1 from math/osi but is not declared as a dependency.

This patch adds libOsi.so:math/osi to LIB_DEPENDS.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2021-06-30 17:47:07 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-06-30 17:48:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f98e7fabbeade264f11ca2003527e943febaa78a

commit f98e7fabbeade264f11ca2003527e943febaa78a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-06-30 17:27:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-06-30 17:47:11 +0000

    math/cbc: math/cbc: add dependency to math/osi

    PR:             256904
    Initial version submitted by:   Philipp Ost <bsd@philippost.de>

 math/cbc/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)