=> Bootstrap dependency digest>=20211023: found digest-20220214
===> 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 xmlindent-0.2.16nb1
--- lexer ---
--- error.o ---
--- indent.o ---
--- lexer ---
flex xmlindent.yy
--- error.o ---
gcc -O2 -mieee -c error.c
--- indent.o ---
gcc -O2 -mieee -c indent.c
indent.c: In function 'indent':
indent.c:119:5: error: 'yyin' undeclared (first use in this function)
     yyin          = input;
     ^~~~
indent.c:119:5: note: each undeclared identifier is reported only once for each function it appears in
indent.c:121:5: warning: implicit declaration of function 'yylex' [-Wimplicit-function-declaration]
     yylex();
     ^~~~~
indent.c: In function 'xml_declaration':
indent.c:145:34: error: 'yytext' undeclared (first use in this function)
     buffer_push_str(current_buf, yytext);
                                  ^~~~~~
indent.c: In function 'cdata_section':
indent.c:150:34: error: 'yytext' undeclared (first use in this function)
     buffer_push_str(current_buf, yytext);
                                  ^~~~~~
indent.c: In function 'doctype_declaration':
indent.c:155:34: error: 'yytext' undeclared (first use in this function)
     buffer_push_str(current_buf, yytext);
                                  ^~~~~~
indent.c: In function 'eat_whitespace':
indent.c:183:16: warning: implicit declaration of function 'input'; did you mean 'indent'? [-Wimplicit-function-declaration]
  int current = input();
                ^~~~~
                indent
indent.c: In function 'start_tag':
indent.c:290:18: error: 'yytext' undeclared (first use in this function)
     tmp = strdup(yytext);
                  ^~~~~~
indent.c:301:5: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
     free(tmp);
     ^~~~
indent.c:301:5: warning: incompatible implicit declaration of built-in function 'free'
indent.c:301:5: note: include '<stdlib.h>' or provide a declaration of 'free'
indent.c: In function 'end_tag':
indent.c:311:18: error: 'yytext' undeclared (first use in this function)
     tmp = strdup(yytext);
                  ^~~~~~
indent.c:330:5: warning: incompatible implicit declaration of built-in function 'free'
     free(tmp);
     ^~~~
indent.c:330:5: note: include '<stdlib.h>' or provide a declaration of 'free'
--- buffer.o ---
--- indent.o ---
indent.c: In function 'empty_element_tag':
indent.c:340:18: error: 'yytext' undeclared (first use in this function)
     tmp = strdup(yytext);
                  ^~~~~~
indent.c:363:5: warning: incompatible implicit declaration of built-in function 'free'
     free(tmp);
     ^~~~
indent.c:363:5: note: include '<stdlib.h>' or provide a declaration of 'free'
indent.c: In function 'comment':
indent.c:377:34: error: 'yytext' undeclared (first use in this function)
     buffer_push_str(current_buf, yytext);
                                  ^~~~~~
In file included from indent.c:18:0:
indent.c: In function 'content':
indent.c:443:19: error: 'yytext' undeclared (first use in this function)
     assert(strlen(yytext) == 1);
                   ^
indent.c: In function 'processing_insn':
indent.c:496:34: error: 'yytext' undeclared (first use in this function)
     buffer_push_str(current_buf, yytext);
                                  ^~~~~~
*** [indent.o] Error code 1

make: stopped in /tmp/pkgbuild/textproc/xmlindent/work.alpha/xmlindent-0.2.16
--- buffer.o ---
gcc -O2 -mieee -c buffer.c
1 error

make: stopped in /tmp/pkgbuild/textproc/xmlindent/work.alpha/xmlindent-0.2.16
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/textproc/xmlindent
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/textproc/xmlindent