===> Building for 7plus-225nb2
gcc -c -O2 -Wall -pedantic -ansi  -D__unix__ 7plus.c
In file included from 7plus.c:91:
./7plus.h:369:3: error: unknown type name 'ulong'
  ulong timestamp;
  ^
./7plus.h:371:3: error: unknown type name 'ulong'
  ulong lines_ok[4090];
  ^
./7plus.h:412:1: error: unknown type name 'ulong'
ulong read_ulong     (FILE *in);
^
./7plus.h:414:34: error: unknown type name 'ulong'
void  write_ulong    (FILE *out, ulong val);
                                 ^
./7plus.h:418:58: error: unknown type name 'ulong'
int   copy_file      (const char *to,  const char *from, ulong timestamp);
                                                         ^
./7plus.h:419:64: error: unknown type name 'ulong'
void  replace        (const char *oldfil, const char *newfil,  ulong timestamp);
                                                               ^
./7plus.h:448:2: error: unknown type name 'ulong'
 ulong get_filetime (const char *filename);
 ^
./7plus.h:449:44: error: unknown type name 'ulong'
 void  set_filetime (const char *filename, ulong ftimestamp);
                                           ^
7plus.c:604:29: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned long)' [-Wimplicit-function-declaration]
          endstr = (char *) malloc ((int) strlen (argv[i]) +1);
                            ^
7plus.c:604:29: note: include the header <stdlib.h> or explicitly provide a declaration for 'malloc'
7plus.c:694:8: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration]
  if (!isatty (fileno (o)))
       ^
7plus.c:734:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
      fprintf (o, help[i++]);
                  ^~~~~~~~~
7plus.c:734:19: note: treat the string as an argument to avoid this
      fprintf (o, help[i++]);
                  ^
                  "%s", 
7plus.c:746:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
    exit (21);
    ^
7plus.c:746:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
7plus.c:751:3: warning: implicitly declaring library function 'free' with type 'void (void *)' [-Wimplicit-function-declaration]
  free (s);
  ^
7plus.c:751:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'free'
5 warnings and 8 errors generated.
gmake: *** [netbsd.mak:28: 7plus.o] Error 1
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/ham/7plus
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/ham/7plus