Bug 256904 - [Patch] math/cbc: add dependency to math/osi
Summary: [Patch] math/cbc: add dependency to math/osi
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-30 13:16 UTC by Philipp Ost
Modified: 2021-06-30 17:48 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (yuri)
bsd: maintainer-feedback? (yuri)


Attachments
Add dependency to math/osi (399 bytes, patch)
2021-06-30 13:16 UTC, Philipp Ost
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)