Re: git: 7f864a465b50 - main - sysutils/slurm-wlm: Unbreak build: add perl5 to the build environment
Date: Tue, 18 Apr 2023 23:51:59 UTC
On 4/18/23 10:52, Christoph Moench-Tegeder wrote: > ## Craig Leres (leres@FreeBSD.org): > >> It's not clear to me how this ever built given all the places in >> configure that use the "perl" command. > This dropped a perl5 dependency just at the right time: > https://cgit.freebsd.org/ports/commit/?id=399feb9e8d2a0467aafab8a1939f4a1aba677f8c > Also, slurm-wlm has DOCS_BUILD_DEPENDS=man2html:textproc/man2html and > that pulls in perl, too (if enabled as it is the default, of course). Ah, I do have DOCS turn off for slurm-wlm (and most other things). Thanks for solving this little mystery for me! Craig