Created attachment 247673 [details] diff -u patch to Makefile to fix problem Latest version of math/lapack installs 8,605 identical MacOS (apparently) metadata files as if they are man pages. These all start with ._ e.g.: man3/._zunmtr.f.3 man3/._zunt01.3 man3/._zunt01.f.3 man3/._zunt03.3 man3/._zunt03.f.3 man3/._zupgtr.3 man3/._zupgtr.f.3 man3/._zupmtr.3 man3/._zupmtr.f.3 man3/._zzero.3 etc. The attached patch fixed that:
Committed, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=12c308d116318a87c38d591bfbb7b8cb24f99801 commit 12c308d116318a87c38d591bfbb7b8cb24f99801 Author: Jamie Landeg-Jones <jamie@catflap.org> AuthorDate: 2024-01-15 18:41:44 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-01-15 18:45:15 +0000 math/lapack: fix macOS metafiles installed as manpages PR: 276345 Reported by: jamie@catflap.org math/lapack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)