=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for psify-19980216 clang -pipe -Os -c psify.c psify.c:80:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] strcpy_until_num(s1, s2) ^ psify.c:94:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] str_rchr(s1, c) ^ psify.c:77:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] char *str_rchr(); ^ psify.c:106:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main(argc, argv) ^ int psify.c:127:3: warning: call to undeclared library function 'strcpy' with type 'char *(char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] strcpy(hfont, HFONT); hfontsize = HFONTSIZE; ^ psify.c:127:3: note: include the header <string.h> or explicitly provide a declaration for 'strcpy' psify.c:145:9: warning: call to undeclared library function 'strncmp' with type 'int (const char *, const char *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (strncmp(argv[i], "-fb", 3) == 0) { ^ psify.c:145:9: note: include the header <string.h> or explicitly provide a declaration for 'strncmp' psify.c:148:14: warning: call to undeclared function 'atoi'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] bfontsize = atoi(s); ^ psify.c:154:14: warning: call to undeclared function 'atoi'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] hfontsize = atoi(s); ^ psify.c:160:14: warning: call to undeclared function 'atoi'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] rfontsize = atoi(s); ^ psify.c:166:14: warning: call to undeclared function 'atoi'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cfontsize = atoi(s); ^ psify.c:172:14: warning: call to undeclared function 'atoi'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] xfontsize = atoi(s); ^ psify.c:177:19: warning: call to undeclared function 'atoi'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] bfontsize = atoi(s); ^ psify.c:187:14: warning: call to undeclared function 'atoi'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] size = atoi(argv[i] + 3); ^ psify.c:193:17: warning: call to undeclared function 'atoi'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] lmargin = atoi(argv[i] + 3); ^ psify.c:197:17: warning: call to undeclared function 'atoi'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] tmargin = atoi(argv[i] + 3); ^ psify.c:201:17: warning: call to undeclared function 'atoi'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] bmargin = atoi(argv[i] + 3); ^ psify.c:204:9: warning: call to undeclared library function 'strcmp' with type 'int (const char *, const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (strcmp(argv[i], "-clu") == 0) { ^ psify.c:204:9: note: include the header <string.h> or explicitly provide a declaration for 'strcmp' psify.c:249:9: warning: call to undeclared library function 'strlen' with type 'unsigned long (const char *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (strlen(argv[i]) == 1) /* Allow "-" option so can have file */ ^ psify.c:249:9: note: include the header <string.h> or explicitly provide a declaration for 'strlen' psify.c:253:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] exit(1); ^ psify.c:253:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' psify.c:447:5: warning: call to undeclared function 'yylex'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] yylex(); ^ psify.c:106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv) ^ 21 warnings generated. lex psify.lex psify.lex:423: warning, rule cannot be matched psify.lex:487: warning, rule cannot be matched psify.lex:488: warning, rule cannot be matched *** [lex.yy.c] Error code 141 bmake: stopped in /Users/pbulk/build/print/psify/work 1 error bmake: stopped in /Users/pbulk/build/print/psify/work *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/print/psify *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/print/psify