Bug 256996

Summary: math/octave: add missing dependencies
Product: Ports & Packages Reporter: Philipp Ost <bsd>
Component: Individual Port(s)Assignee: Stephen Montgomery-Smith <stephen>
Status: Closed FIXED    
Severity: Affects Many People Flags: bugzilla: maintainer-feedback? (stephen)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
octave: add missing dependencies none

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.