=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Building for qterm-1.0nb1
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I. -I. -DTABFILE=\"/usr/pkg/etc/qtermtab\"  -c qterm.c
qterm.c: In function 'ReSetModes':
qterm.c:184:2: warning: implicit declaration of function 'UnSetTtyModes' [-Wimplicit-function-declaration]
  UnSetTtyModes();
  ^
qterm.c: In function 'SetModes':
qterm.c:297:9: warning: implicit declaration of function 'SetTtyModes' [-Wimplicit-function-declaration]
     if (SetTtyModes() == 0)
         ^
qterm.c: In function 'Decode':
qterm.c:334:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     buf[0] = (char) NULL;
              ^
qterm.c:350:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  buf[len - 1] = (char) NULL;
                 ^
qterm.c: In function 'FindTermTab':
qterm.c:431:42: warning: implicit declaration of function 'RegExMatch' [-Wimplicit-function-declaration]
  if (strcmp(tp->qt_recvstr, str) == 0 || RegExMatch(buff, str) > 0) {
                                          ^
qterm.c: In function 'InputListen':
qterm.c:471:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     recvbuff[0] = (char) NULL;
                   ^
qterm.c:503:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      recvbuff[InputListeni] = (char) NULL;
                               ^
qterm.c:513:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     recvbuff[InputListeni] = (char) NULL;
                              ^
qterm.c: In function 'ProcCommon':
qterm.c:625:40: warning: implicit declaration of function 'FixCntrl' [-Wimplicit-function-declaration]
  (void) fprintf(stderr, "%s", (char *) FixCntrl(*cpp));
                                        ^
qterm.c:625:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  (void) fprintf(stderr, "%s", (char *) FixCntrl(*cpp));
                               ^
qterm.c: In function 'StrToArgs':
qterm.c:729:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  argv[x][end-start] = (char) NULL;
                       ^
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I. -I. -DTABFILE=\"/usr/pkg/etc/qtermtab\"  -c aux.c
aux.c: In function 'StrCopy':
aux.c:267:22: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
     newptr = xmalloc(strlen(ptr)+1);
                      ^
aux.c:267:22: warning: incompatible implicit declaration of built-in function 'strlen'
aux.c:267:22: note: include '<string.h>' or provide a declaration of 'strlen'
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I. -I. -DTABFILE=\"/usr/pkg/etc/qtermtab\"  -c table.c
In file included from table.c:37:0:
qterm.h:80:28: error: macro "strcpy" requires 2 arguments, but only 1 given
 extern char        *strcpy();
                            ^
qterm.h:80:21: error: 'strcpy' redeclared as different kind of symbol
 extern char        *strcpy();
                     ^
In file included from table.c:34:0:
/usr/include/string.h:58:7: note: previous declaration of 'strcpy' was here
 char *strcpy(char * __restrict, const char * __restrict);
       ^
table.c: In function 'FixCntrl':
table.c:114:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     buf[i] = (char) NULL;
              ^
table.c: In function 'MakeTable':
table.c:132:9: warning: implicit declaration of function 'ReadTabFile' [-Wimplicit-function-declaration]
  (void) ReadTabFile(TermFile, FALSE);
         ^
table.c: In function 'ReadTabFile':
table.c:194:51: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      fields[3][0] = fields[4][0] = fields[5][0] = (char)NULL;
                                                   ^
table.c:211:18: warning: implicit declaration of function 'StrToArgs' [-Wimplicit-function-declaration]
      if ((argc = StrToArgs(buf, &argv, " \t")) > 1) {
                  ^
table.c:241:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if (fields[1][0] == (char) NULL)
                      ^
table.c:243:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if (fields[2][0] == (char) NULL)
                      ^
table.c:245:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if (fields[3][0] == (char) NULL)
                      ^
table.c:248:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      if (fields[4][0] == (char) NULL)
                          ^
*** Error code 1

Stop.
make: stopped in /tmp/pkgbuild/misc/qterm/work.alpha/qterm-ac-1.0
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/misc/qterm
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/misc/qterm