Bug 280898

Summary: math/freefem++: Install missing library scotch.so
Product: Ports & Packages Reporter: Rainer Hurling <rhurlin>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: rhurlin, vvd, yuri
Priority: --- Flags: vvd: maintainer-feedback? (yuri)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to add missing library scotch.so none

Description Rainer Hurling freebsd_committer freebsd_triage 2024-08-18 09:28:46 UTC
Created attachment 252869 [details]
Patch to add missing library scotch.so

The port math/freefem++ contains LIB_DEPENDS=libscotch.so:cad/scotch and then builds its own library scotch.so.

But this library is not installed because it is missing in pkg-plist. Poudriere complains about this:

===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/ff++/%%VER%%/lib/scotch.so
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.


The attached patch adds the missing library pkg-plist.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2024-08-25 09:09:52 UTC
Committed, thanks for the patch!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-08-25 09:10:04 UTC
A commit in branch main references this bug:

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

commit c138141c2c4741b0d748e8b2574268f5d24ef50d
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2024-08-25 09:06:54 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-08-25 09:09:47 +0000

    math/freefem++: Add missing scotch.so

    PR:             280898

 math/freefem++/Makefile  | 2 +-
 math/freefem++/pkg-plist | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)