WARNING: [license.mk] Every package should define a LICENSE. ===> Building for fujiplay-1.33nb1 clang -pipe -Os -c fujiplay.c fujiplay.c:27:9: warning: 'CLK_TCK' macro redefined [-Wmacro-redefined] #define CLK_TCK HZ ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/arm/limits.h:51: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 where one is of the unique plain 'char' type and the other is not [-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 where one is of the unique plain 'char' type and the other is not [-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 where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] return answer+4; ^~~~~~~~ fujiplay.c:384:8: warning: initializing 'char *' with an expression of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-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 where one is of the unique plain 'char' type and the other is not [-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 making "all" in /Users/pbulk/build/graphics/fujiplay/work bmake: 1 error bmake: stopped making "all" in /Users/pbulk/build/graphics/fujiplay/work *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/fujiplay *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/fujiplay