On Wed, Jun 10, 2020 at 03:06:09PM -0600, Todd C. Miller wrote: > CVSROOT: /cvs > Module name: src > Changes by: [email protected] 2020/06/10 15:06:09 > > Modified files: > usr.bin/awk : FIXES awk.h lib.c main.c proto.h > > Log message: > Update awk to June 5, 2020 version.
Not sure which part of the awk update broke it, but security/libgpg-error fails to build: In file included from code-from-errno.c:29: ./code-from-errno.h:23:3: error: use of undeclared identifier 'GPG_ERR_G_ERR_EPERM' GPG_ERR_G_ERR_EPERM, ^ ./code-from-errno.h:24:3: error: use of undeclared identifier 'GPG_ERR_G_ERR_ENOENT'; did you mean 'GPG_ERR_ENOENT'? GPG_ERR_G_ERR_ENOENT, ^~~~~~~~~~~~~~~~~~~~ GPG_ERR_ENOENT code-from-errno.h is generated by the build system with awk. -- Antoine
