=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for enriched2html-1.0 cd /tmp/converters/enriched2html/work && gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 enriched2html.c -o enriched2html enriched2html.c:36:1: warning: return type defaults to 'int' [-Wimplicit-int] main() { ^~~~ enriched2html.c: In function 'main': enriched2html.c:64:23: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(token, "param") == 0) ^~~~~~ enriched2html.c:180:3: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(color,token,sizeof(color)); ^~~~~~~ enriched2html.c:180:3: warning: incompatible implicit declaration of built-in function 'strncpy' enriched2html.c:180:3: note: include '' or provide a declaration of 'strncpy' enriched2html.c:183:3: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(font,token,sizeof(font)); ^~~~~~~ enriched2html.c:183:3: note: include '' or provide a declaration of 'strncpy' enriched2html.c:219:6: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ enriched2html.c:219:6: warning: incompatible implicit declaration of built-in function 'exit' enriched2html.c:219:6: note: include '' or provide a declaration of 'exit'