=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for mailwrapper-19990412nb4 clang -pipe -Os -I. -Wall -c fparseln.c In file included from fparseln.c:40: ./util.h:57:24: warning: 'utmp' is deprecated [-Wdeprecated-declarations] void login __P((struct utmp *)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here } __deprecated; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/cdefs.h:196:40: note: expanded from macro '__deprecated' #define __deprecated __attribute__((__deprecated__)) ^ fparseln.c:49:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] isescaped(sp, p, esc) ^ fparseln.c:75:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fparseln(fp, size, lineno, str, flags) ^ 3 warnings generated. clang -pipe -Os -I. -Wall -c mailwrapper.c In file included from mailwrapper.c:39: ./util.h:57:24: warning: 'utmp' is deprecated [-Wdeprecated-declarations] void login __P((struct utmp *)); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here } __deprecated; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/cdefs.h:196:40: note: expanded from macro '__deprecated' #define __deprecated __attribute__((__deprecated__)) ^ mailwrapper.c:48:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv, envp) ^ 2 warnings generated. clang -L/opt/pkg/lib -o mailwrapper fparseln.o mailwrapper.o