###
### Sun Jul 3 13:14:35 EDT 2005:
### /usr/pkg/bin/bmake bulk-package for 0verkill-0.15
### Current pkg count:  9 installed packages: digest-20050323 freetype2-2.1.9nb1 gettext-lib-0.11.5nb4 gmake-3.80nb4 libiconv-1.9.2nb1 libtool-base-1.5.18nb3 pkg_install-info-4.5nb3 x11-links-0.25 zlib-1.2.2
###
BULK> Full rebuild in progress...
BULK> Cleaning package 0verkill-0.15 and pre-requisite packages
===> Cleaning for 0verkill-0.15
BULK> Removing installed packages which are not needed to build 0verkill-0.15
BULK> Keeping BULK_PREREQ: digest-20050323 (pkgtools/digest)
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r libiconv-1.9.2nb1
Executing `/usr/bin/rm -f /usr/pkg/lib/charset.alias'
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r zlib-1.2.2
Executing `/usr/bin/rmdir /usr/pkg/share/aclocal 2>/dev/null || /usr/bin/true'
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r pkg_install-info-4.5nb3
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r libtool-base-1.5.18nb3
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r x11-links-0.25
BULK> Installing packages which are required to build 0verkill-0.15.
BULK> Required package digest-20050323 (pkgtools/digest) is already installed
/usr/pkg/bin/bmake package (0verkill-0.15)
===> Checking for vulnerabilities in 0verkill-0.15
=> Checksum SHA1 OK for 0verkill-0.15.tgz.
=> Checksum RMD160 OK for 0verkill-0.15.tgz.
work -> /pkgobj/games/0verkill/work
===> Extracting for 0verkill-0.15
===> Patching for 0verkill-0.15
===> Applying pkgsrc patches for 0verkill-0.15
/usr/pkg/bin/nbsed "s|@PREFIX@|/usr/pkg|g" /pkgobj/games/0verkill/work/0verkill-0.15/cfg.h > /pkgobj/games/0verkill/work/0verkill-0.15/cfg.h.done
/usr/bin/mv /pkgobj/games/0verkill/work/0verkill-0.15/cfg.h.done /pkgobj/games/0verkill/work/0verkill-0.15/cfg.h
/usr/pkg/bin/nbsed "s|grx/|/usr/pkg/share/0verkill/grx/|g" /pkgobj/games/0verkill/work/0verkill-0.15/data/sprites.dat  > /pkgobj/games/0verkill/work/0verkill-0.15/data/sprites.dat.done
/usr/bin/mv /pkgobj/games/0verkill/work/0verkill-0.15/data/sprites.dat.done /pkgobj/games/0verkill/work/0verkill-0.15/data/sprites.dat
===> Overriding tools for 0verkill-0.15
===> Creating toolchain wrappers for 0verkill-0.15
===> Configuring for 0verkill-0.15
creating cache ./config.cache
checking for gcc... cc
checking whether the C compiler (cc -O -R/usr/pkg/lib) works... yes
checking whether the C compiler (cc -O -R/usr/pkg/lib) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for EMX... no
checking for main in -lm... yes
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for linux/vt.h... no
checking for linux/kd.h... no
checking for siginfo.h... yes
checking for float.h... yes
checking for sys/select.h... yes
checking for working const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for gettimeofday... yes
checking for select... yes
checking for strtol... yes
checking for strtoul... yes
checking for getopt... yes
checking for psignal... yes
checking for random... yes
checking for srandom... yes
checking for socket... no
checking for socket in -lsocket... yes
checking for gethostbyname... no
checking for gethostbyname in -lsocket... no
checking for gethostbyname in -lnsl... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
===> Building for 0verkill-0.15
cc -O  -c server.c
"data.h", line 4: warning: invalid white space character in directive
"data.h", line 5: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 131: warning: invalid white space character in directive
"sprite.h", line 4: warning: invalid white space character in directive
"sprite.h", line 5: warning: invalid white space character in directive
"getopt.h", line 34: warning: invalid white space character in directive
"getopt.h", line 35: warning: invalid white space character in directive
"server.c", line 331: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 333: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"server.c", line 333: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 353: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 432: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 433: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 497: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 498: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"server.c", line 500: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 515: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"server.c", line 521: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 524: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 843: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"server.c", line 862: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 863: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 876: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 877: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1154: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1163: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1167: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1176: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1182: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1184: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1209: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "server.c", line 869
	argument : pointer to unsigned char
"server.c", line 1210: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1211: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "server.c", line 869
	argument : pointer to unsigned char
"server.c", line 1239: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"server.c", line 1240: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"server.c", line 1241: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1253: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1257: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1258: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "server.c", line 869
	argument : pointer to unsigned char
"server.c", line 1282: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "server.c", line 869
	argument : pointer to unsigned char
"server.c", line 1282: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "server.c", line 869
	argument : pointer to unsigned char
"server.c", line 1286: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1430: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1454: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1478: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1502: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1526: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1551: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1576: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1601: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1618: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1635: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1652: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 1689: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1690: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "server.c", line 869
	argument : pointer to unsigned char
"server.c", line 1691: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1697: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1698: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "server.c", line 869
	argument : pointer to unsigned char
"server.c", line 1699: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1700: warning: argument #3 is incompatible with prototype:
	prototype: pointer to char : "server.c", line 856
	argument : pointer to unsigned char
"server.c", line 1701: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 1702: warning: argument #3 is incompatible with prototype:
	prototype: pointer to char : "server.c", line 856
	argument : pointer to unsigned char
"server.c", line 1703: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2001: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2001: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2010: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2010: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2025: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2025: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2044: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 2130: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2370: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2374: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2375: warning: argument #2 is incompatible with prototype:
	prototype: pointer to char : "server.c", line 869
	argument : pointer to unsigned char
"server.c", line 2502: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2508: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 2526: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 2528: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2528: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2529: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2529: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2530: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2530: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2531: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2531: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2532: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2532: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2533: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2533: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2534: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2534: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2535: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2535: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2536: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2536: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2537: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2537: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2540: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2541: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "data.h", line 148
	argument : pointer to unsigned char
"server.c", line 2541: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"server.c", line 2541: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"server.c", line 2544: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 2547: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 2550: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 2553: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 2563: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 2590: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 2597: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "server.c", line 338
	argument : pointer to char
"server.c", line 2610: warning: statement not reached
cc -O  -c data.c
"data.h", line 4: warning: invalid white space character in directive
"data.h", line 5: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 131: warning: invalid white space character in directive
"sprite.h", line 4: warning: invalid white space character in directive
"sprite.h", line 5: warning: invalid white space character in directive
"data.c", line 203: warning: argument #3 is incompatible with prototype:
	prototype: pointer to char : "sprite.h", line 52
	argument : pointer to unsigned char
"data.c", line 203: warning: argument #4 is incompatible with prototype:
	prototype: pointer to char : "sprite.h", line 52
	argument : pointer to unsigned char
cc -O  -c sprite.c
"sprite.h", line 4: warning: invalid white space character in directive
"sprite.h", line 5: warning: invalid white space character in directive
"blit.h", line 4: warning: invalid white space character in directive
"blit.h", line 5: warning: invalid white space character in directive
"data.h", line 4: warning: invalid white space character in directive
"data.h", line 5: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 131: warning: invalid white space character in directive
"sprite.c", line 85: warning: argument #3 is incompatible with prototype:
	prototype: pointer to char : "sprite.c", line 71
	argument : pointer to unsigned char
"sprite.c", line 85: warning: argument #4 is incompatible with prototype:
	prototype: pointer to char : "sprite.c", line 71
	argument : pointer to unsigned char
cc -O  -c blit.c
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 131: warning: invalid white space character in directive
cc -O  -c console.c
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 131: warning: invalid white space character in directive
"console.c", line 64: warning: implicit function declaration: strlen
"console.c", line 73: warning: implicit function declaration: memcpy
cc -O  -c hash.c
"data.h", line 4: warning: invalid white space character in directive
"data.h", line 5: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 131: warning: invalid white space character in directive
"sprite.h", line 4: warning: invalid white space character in directive
"sprite.h", line 5: warning: invalid white space character in directive
cc -O  -c time.c
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 131: warning: invalid white space character in directive
cc -O  -c kbd.c
cc -O  -c net.c
"net.c", line 35: warning: implicit function declaration: memcpy
cc -O  -c crc32.c
gcc -R/usr/pkg/lib -o server server.o data.o sprite.o blit.o console.o hash.o time.o kbd.o net.o crc32.o -lnsl -lsocket -lm
cc -O  -c client.c
"blit.h", line 4: warning: invalid white space character in directive
"blit.h", line 5: warning: invalid white space character in directive
"sprite.h", line 4: warning: invalid white space character in directive
"sprite.h", line 5: warning: invalid white space character in directive
"data.h", line 4: warning: invalid white space character in directive
"data.h", line 5: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 131: warning: invalid white space character in directive
"getopt.h", line 34: warning: invalid white space character in directive
"getopt.h", line 35: warning: invalid white space character in directive
"client.c", line 187: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"client.c", line 191: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 170
	argument : pointer to unsigned char
"client.c", line 194: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 190
	argument : pointer to unsigned char
"client.c", line 196: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"client.c", line 198: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"client.c", line 200: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 190
	argument : pointer to unsigned char
"client.c", line 202: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"client.c", line 204: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"client.c", line 205: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 190
	argument : pointer to unsigned char
"client.c", line 207: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdlib_iso.h", line 115
	argument : pointer to unsigned char
"client.c", line 219: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"client.c", line 223: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 170
	argument : pointer to unsigned char
"client.c", line 342: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"client.c", line 1034: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "client.c", line 247
	argument : pointer to unsigned char
"client.c", line 1035: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"client.c", line 1042: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"client.c", line 1060: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"client.c", line 1409: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "client.c", line 339
	argument : pointer to char
"client.c", line 1634: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"client.c", line 1635: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "data.h", line 148
	argument : pointer to unsigned char
cc -O  -c help.c
"blit.h", line 4: warning: invalid white space character in directive
"blit.h", line 5: warning: invalid white space character in directive
gcc -R/usr/pkg/lib -o 0verkill client.o data.o sprite.o blit.o console.o hash.o time.o kbd.o net.o crc32.o help.o -lnsl -lsocket -lm
cc -O  -c editor.c
"sprite.h", line 4: warning: invalid white space character in directive
"sprite.h", line 5: warning: invalid white space character in directive
"blit.h", line 4: warning: invalid white space character in directive
"blit.h", line 5: warning: invalid white space character in directive
"data.h", line 4: warning: invalid white space character in directive
"data.h", line 5: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 131: warning: invalid white space character in directive
"editor.c", line 148: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"editor.c", line 149: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 192
	argument : pointer to unsigned char
gcc -R/usr/pkg/lib -o editor editor.o data.o blit.o sprite.o console.o hash.o time.o kbd.o -lnsl -lsocket -lm
cc -O  -c test_server.c
"data.h", line 4: warning: invalid white space character in directive
"data.h", line 5: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 131: warning: invalid white space character in directive
"sprite.h", line 4: warning: invalid white space character in directive
"sprite.h", line 5: warning: invalid white space character in directive
"getopt.h", line 34: warning: invalid white space character in directive
"getopt.h", line 35: warning: invalid white space character in directive
gcc -R/usr/pkg/lib -o test_server test_server.o net.o data.o crc32.o blit.o sprite.o time.o hash.o console.o kbd.o -lnsl -lsocket -lm
cc -O  -c avi.c
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 131: warning: invalid white space character in directive
"blit.h", line 4: warning: invalid white space character in directive
"blit.h", line 5: warning: invalid white space character in directive
"avi.c", line 51: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 190
	argument : pointer to unsigned char
"avi.c", line 61: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdlib_iso.h", line 115
	argument : pointer to unsigned char
"avi.c", line 175: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 170
	argument : pointer to unsigned char
"avi.c", line 250: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 170
	argument : pointer to unsigned char
"avi.c", line 562: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "avi.c", line 171
	argument : pointer to char
"avi.c", line 564: warning: argument #1 is incompatible with prototype:
	prototype: pointer to unsigned char : "avi.c", line 242
	argument : pointer to char
cc -O  -c avihelp.c
"blit.h", line 4: warning: invalid white space character in directive
"blit.h", line 5: warning: invalid white space character in directive
gcc -R/usr/pkg/lib -o avi avi.o blit.o console.o kbd.o time.o avihelp.o -lnsl -lsocket -lm
cc -O  -c bot.c
"sprite.h", line 4: warning: invalid white space character in directive
"sprite.h", line 5: warning: invalid white space character in directive
"data.h", line 4: warning: invalid white space character in directive
"data.h", line 5: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 116: warning: invalid white space character in directive
"cfg.h", line 121: warning: invalid white space character in directive
"cfg.h", line 125: warning: invalid white space character in directive
"cfg.h", line 128: warning: invalid white space character in directive
"cfg.h", line 131: warning: invalid white space character in directive
"getopt.h", line 34: warning: invalid white space character in directive
"getopt.h", line 35: warning: invalid white space character in directive
"bot.c", line 111: warning: initialization type mismatch
"bot.c", line 112: warning: initialization type mismatch
"bot.c", line 113: warning: initialization type mismatch
"bot.c", line 114: warning: initialization type mismatch
"bot.c", line 115: warning: initialization type mismatch
"bot.c", line 116: warning: initialization type mismatch
"bot.c", line 117: warning: initialization type mismatch
"bot.c", line 118: warning: initialization type mismatch
"bot.c", line 119: warning: initialization type mismatch
"bot.c", line 120: warning: initialization type mismatch
"bot.c", line 121: warning: initialization type mismatch
"bot.c", line 122: warning: initialization type mismatch
"bot.c", line 124: warning: initialization type mismatch
"bot.c", line 212: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"bot.c", line 788: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"bot.c", line 795: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"bot.c", line 804: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"bot.c", line 925: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"bot.c", line 1018: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "bot.c", line 157
	argument : pointer to unsigned char
"bot.c", line 1018: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"bot.c", line 1018: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"bot.c", line 1020: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"bot.c", line 1020: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
"bot.c", line 1023: warning: assignment type mismatch:
	pointer to unsigned char "=" pointer to char
"bot.c", line 1023: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 175
	argument : pointer to unsigned char
gcc -R/usr/pkg/lib -o bot bot.o data.o hash.o time.o net.o crc32.o sprite.o -lnsl -lsocket -lm
=> Unwrapping files-to-be-installed.
===> Installing for 0verkill-0.15
===> Creating installation directories
bin:    gid (3, 0, modified)
/usr/ucb/install -d -o root -g root -m 755 /usr/pkg/share/0verkill  /usr/pkg/share/doc/0verkill /usr/pkg/share/0verkill/data  /usr/pkg/share/0verkill/grx
usage: install [-cs] [-g group] [-m mode] [-o owner] file ...  destination
       install  -d   [-g group] [-m mode] [-o owner] dir
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/games/0verkill
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/games/0verkill
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/games/0verkill
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/games/0verkill

Please view the work log for 0verkill-0.15


BULK> 0verkill-0.15 was marked as broken:
-rw-r--r--   1 root     other      43406 Jul  3 13:16 .broken.html
/usr/pkg/bin/bmake deinstall
===> Deinstalling for 0verkill
BULK> Marking all packages which depend upon 0verkill-0.15 as broken:
BULK> Build for 0verkill-0.15 was not successful, aborting.