=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for mailwrapper-19990412nb4 --- fparseln.o --- --- mailwrapper.o --- --- fparseln.o --- clang -pipe -Os -I. -Wall -c fparseln.c --- mailwrapper.o --- clang -pipe -Os -I. -Wall -c mailwrapper.c --- fparseln.o --- 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 declaration 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:49:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] --- mailwrapper.o --- 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 declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv, envp) ^ mailwrapper.c:48:1: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] --- fparseln.o --- fparseln.c:75:1: warning: a function declaration 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) ^ --- mailwrapper.o --- 3 warnings generated. --- fparseln.o --- 4 warnings generated. --- mailwrapper --- clang -L/opt/pkg/lib -o mailwrapper fparseln.o mailwrapper.o