Bug 276345 - math/lapack: macOS metafiles installed as manpages
Summary: math/lapack: macOS metafiles installed as manpages
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-fortran (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-15 04:26 UTC by Jamie Landeg-Jones
Modified: 2024-01-15 18:46 UTC (History)
2 users (show)

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


Attachments
diff -u patch to Makefile to fix problem (636 bytes, patch)
2024-01-15 04:26 UTC, Jamie Landeg-Jones
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jamie Landeg-Jones 2024-01-15 04:26:42 UTC
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:
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2024-01-15 18:46:31 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-01-15 18:46:55 UTC
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(-)