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: |
|
Committed, thanks! 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(-) |
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.