Re: git: 43741377b143 - main - security/openssl: Security update to 1.1.1n

From: Thomas Zander <riggs_at_freebsd.org>
Date: Sun, 20 Mar 2022 13:26:09 UTC
The patch helps here too. I could not reproduce build failures coming
from NUL byte files yet (260 ports and counting).

I had another spurious build failure though, but I think this is unrelated:
===>  Building for mpfr-4.1.0_1
Making all in doc
restore=: && backupdir=".am$$" &&  am__cwd=`pwd` &&
CDPATH="${ZSH_VERSION+.}:" && cd . &&  rm -rf $backupdir && mkdir
$backupdir &&  if (/bin/sh
/wrkdirs/usr/ports/math/mpfr/work/mpfr-4.1.0/missing makeinfo
--version) >/dev/null 2>&1; then  for f in ./mpfr.info
./mpfr.info-[0-9] ./mpfr.info-[0-9][0-9] ./mpfr.i[0-9]
./mpfr.i[0-9][0-9]; do  if test -f $f; then mv $f $backupdir;
restore=mv; else :; fi;  done;  else :; fi &&  cd "$am__cwd";  if
/bin/sh /wrkdirs/usr/ports/math/mpfr/work/mpfr-4.1.0/missing makeinfo
--enable-encoding -I .  -o ./mpfr.info ./mpfr.texi;  then  rc=0;
CDPATH="${ZSH_VERSION+.}:" && cd .;  else  rc=$?;
CDPATH="${ZSH_VERSION+.}:" && cd . &&  $restore $backupdir/* `echo
"././mpfr.info" | sed 's|[^/]*$||'`;  fi;  rm -rf $backupdir; exit $rc
/wrkdirs/usr/ports/math/mpfr/work/mpfr-4.1.0/missing: makeinfo: not found
WARNING: 'makeinfo' is missing on your system.
         You should only need it if you modified a '.texi' file, or
         any other file indirectly affecting the aspect of the manual.
         You might want to install the Texinfo package:
         <https://www.gnu.org/software/texinfo/>
         The spurious makeinfo call might also be the consequence of
         using a buggy 'make' (AIX, DU, IRIX), in which case you might
         want to install GNU make:
         <https://www.gnu.org/software/make/>
*** Error code 127

Apparently (briefly Googling) we are hitting something like this every
couple of years, seems very rare, spurious and non-reproducible. I
tried a couple of times, but could not reproduce as well.

Thanks indeed Mark, that patch was very quick, and seems to be spot-on.

Riggs