[Bug 257004] math/lapack build of 3.10.0 fails with "argument list too long" error
Date: Sun, 18 Jul 2021 10:33:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257004 --- Comment #19 from commit-hook@FreeBSD.org --- A commit in branch 2021Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=32dcf30347242e2efa7337bba01044e2c691d0d3 commit 32dcf30347242e2efa7337bba01044e2c691d0d3 Author: John Hein <jcfyecrayz@liamekaens.com> AuthorDate: 2021-07-17 15:09:08 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2021-07-18 10:32:35 +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 (cherry picked from commit 37e3e66b0de6644dabe631c8a68d58c7cca14f32) 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.