[Bug 257004] math/lapack build of 3.10.0 fails with "argument list too long" error

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 17 Jul 2021 15:19:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257004

--- Comment #18 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit 37e3e66b0de6644dabe631c8a68d58c7cca14f32
Author:     John Hein <jcfyecrayz@liamekaens.com>
AuthorDate: 2021-07-17 15:09:08 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2021-07-17 15:18:58 +0000

    math/lapack: fix "argument list too long"

    Older FreeBSD versions have a too small ARG_MAX, and making the plist
    failed with the "argument list too long" error.

    This patch sticks to using files and pipelines rather than long command
    line argument lists, authored by John Hein <jcfyecrayz@liamekaens.com>.

    PR:             257004
    Reported by:    russo (at) bogodyn.org

 math/lapack/Makefile              |    13 +-
 math/lapack/files/manpages (gone) | 12178 ------------------------------------
 2 files changed, 7 insertions(+), 12184 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.