Bug 256996 - math/octave: add missing dependencies
Summary: math/octave: add missing dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Stephen Montgomery-Smith
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-05 16:24 UTC by Philipp Ost
Modified: 2021-07-05 17:06 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (stephen)


Attachments
octave: add missing dependencies (1.17 KB, patch)
2021-07-05 16:24 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-07-05 16:24:48 UTC
Created attachment 226242 [details]
octave: add missing dependencies

liboctave.so.8.0.1 is linked to
- libcholmod.so.3
- libamd.so.2
- libcamd.so.2
- libcolamd.so.2
- libccolamd.so.2
- libsuitesparseconfig.so.5
- libncurses.so.6
which are not declared as dependencies.

The attached patch adds these.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-07-05 17:05:29 UTC
A commit in branch main references this bug:

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

commit 7ca6c6b070b530b9dff814fd0f9e8838fc56a52c
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2021-07-05 17:02:30 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2021-07-05 17:02:30 +0000

    math/octave: Add missing library dependencies.

    PR:             256996
    Reported by:    Philipp Ost <bsd@philippost.de>

 math/octave/Makefile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
Comment 2 Stephen Montgomery-Smith freebsd_committer freebsd_triage 2021-07-05 17:06:03 UTC
Committed.  Thank you very much.