[Bug 276345] math/lapack: macOS metafiles installed as manpages

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 15 Jan 2024 04:26:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276345

            Bug ID: 276345
           Summary: math/lapack: macOS metafiles installed as manpages
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: fortran@FreeBSD.org
          Reporter: jamie@catflap.org
          Assignee: fortran@FreeBSD.org
             Flags: maintainer-feedback?(fortran@FreeBSD.org)

Created attachment 247673
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=247673&action=edit
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:

-- 
You are receiving this mail because:
You are the assignee for the bug.