Subject: CVS commit: pkgsrc/shells/mksh
From: Jonathan Perkin
Date: 2023-05-04 12:15:53
Message id: 20230504101553.827FDFA87@cvs.NetBSD.org

Log Message:
mksh: Remove defer-always flag from printf.

Previously this deferred to a printf binary if one was found in $PATH, which
completely defeats the point of using the builtin for performance reasons.  We
always create a printf wrapper so one was always found.  A nasty side-effect of
this was that with TOOLS_PLATFORM.printf=printf we would end up in a recursive
loop.

Now printf will always use the builtin.  Bump PKGREVISION.

Files:
RevisionActionfile
1.46modifypkgsrc/shells/mksh/Makefile
1.2modifypkgsrc/shells/mksh/files/funcs.c