=> 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 tnef2txt-1.4 --- tnef2txt --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -DHPUX -o tnef2txt tnef.c tnef.c: In function 'make_string': tnef.c:304:3: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(s,tsp, len); ^~~~~~~ tnef.c:304:3: warning: incompatible implicit declaration of built-in function 'strncpy' tnef.c:304:3: note: include '' or provide a declaration of 'strncpy' tnef.c: In function 'handle_props': tnef.c:378:6: warning: implicit declaration of function 'save_attach_data'; did you mean 'attAttachData'? [-Wimplicit-function-declaration] save_attach_data(filename, tsp+bytes, num); ^~~~~~~~~~~~~~~~ attAttachData tnef.c: In function 'save_attach_data': tnef.c:454:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(filename, title); ^~~~~~ tnef.c:454:3: warning: incompatible implicit declaration of built-in function 'strcpy' tnef.c:454:3: note: include '' or provide a declaration of 'strcpy' tnef.c: In function 'read_attribute': tnef.c:581:7: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(attach_title, make_string(tsp+header,size)); ^~~~~~ tnef.c:581:7: note: include '' or provide a declaration of 'strcpy' tnef.c: In function 'main': tnef.c:701:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(-1); ^~~~ tnef.c:701:5: warning: incompatible implicit declaration of built-in function 'exit' tnef.c:701:5: note: include '' or provide a declaration of 'exit' tnef.c:706:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (!strcmp(argv[x], "-v")) { ^~~~~~ tnef.c:714:7: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ tnef.c:714:7: note: include '' or provide a declaration of 'exit' tnef.c:728:5: warning: incompatible implicit declaration of built-in function 'exit' exit(-1); ^~~~ tnef.c:728:5: note: include '' or provide a declaration of 'exit' tnef.c:733:26: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] tnef_stream = (uint8 *)malloc(size); ^~~~~~ tnef.c:733:26: warning: incompatible implicit declaration of built-in function 'malloc' tnef.c:733:26: note: include '' or provide a declaration of 'malloc' tnef.c:738:5: warning: incompatible implicit declaration of built-in function 'exit' exit(-1); ^~~~ tnef.c:738:5: note: include '' or provide a declaration of 'exit' tnef.c:745:5: warning: incompatible implicit declaration of built-in function 'exit' exit(-1); ^~~~ tnef.c:745:5: note: include '' or provide a declaration of 'exit' tnef.c:753:5: warning: incompatible implicit declaration of built-in function 'exit' exit(-1); ^~~~ tnef.c:753:5: note: include '' or provide a declaration of 'exit'