=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for fujiplay-1.33nb1 --- fujiplay.o --- --- yycc2ppm.o --- --- fujiplay.o --- clang -O2 -c fujiplay.c --- yycc2ppm.o --- clang -O2 -c yycc2ppm.c --- yycc2ppm --- --- fujiplay.o --- fujiplay.c:27:9: warning: 'CLK_TCK' macro redefined [-Wmacro-redefined] #define CLK_TCK HZ ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/arm/limits.h:49:9: note: previous definition is here #define CLK_TCK __DARWIN_CLK_TCK /* ticks per second */ ^ fujiplay.c:352:9: warning: returning 'unsigned char *' from a function with result type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] return answer+4; ^~~~~~~~ fujiplay.c:358:9: warning: returning 'unsigned char *' from a function with result type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] return answer+4; ^~~~~~~~ fujiplay.c:364:9: warning: returning 'unsigned char *' from a function with result type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] return answer+4; ^~~~~~~~ --- yycc2ppm --- clang -L/opt/pkg/lib -o yycc2ppm yycc2ppm.o --- fujiplay.o --- fujiplay.c:384:8: warning: initializing 'char *' with an expression of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] char *fmtdate = answer+50; ^ ~~~~~~~~~ fujiplay.c:434:9: warning: returning 'unsigned char *' from a function with result type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] return answer+4; ^~~~~~~~ fujiplay.c:635:42: error: use of undeclared identifier 'HZ' printf("%3d seconds, ", (int)((t2-t1) / CLK_TCK)); ^ fujiplay.c:27:17: note: expanded from macro 'CLK_TCK' #define CLK_TCK HZ ^ fujiplay.c:636:39: error: use of undeclared identifier 'HZ' printf("%4d bytes/s\n", (int)(size * CLK_TCK / (int)(t2-t1))); ^ fujiplay.c:27:17: note: expanded from macro 'CLK_TCK' #define CLK_TCK HZ ^ fujiplay.c:843:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(Usage); ^~~~~ fujiplay.c:843:11: note: treat the string as an argument to avoid this printf(Usage); ^ "%s", fujiplay.c:846:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(Copyright); ^~~~~~~~~ fujiplay.c:846:11: note: treat the string as an argument to avoid this printf(Copyright); ^ "%s", fujiplay.c:849:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, Usage); ^~~~~ fujiplay.c:849:20: note: treat the string as an argument to avoid this fprintf(stderr, Usage); ^ "%s", 9 warnings and 2 errors generated. *** [fujiplay.o] Error code 1 bmake: stopped in /opt/work/graphics/fujiplay/work 1 error bmake: stopped in /opt/work/graphics/fujiplay/work *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/graphics/fujiplay *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/graphics/fujiplay