=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for powwow-1.2.5nb1 cd /var/pkgsrc/work/games/powwow/work/powwow-1.2.5 && POWWOW_DIR=/usr/pkg/share/powwow CFLAGS=-O2\ -I/usr/include LDFLAGS=\ \ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib ./make_it Making Powwow for FreeBSD make CC='gcc' CDEFS='-O2 -pipe -DUSE_SGTTY -DBSD_LIKE -DUSE_RANDOM -O2 -I/usr/include' LDFLAGS='-ltermcap -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib' make[2]: Entering directory '/var/pkgsrc/work/games/powwow/work/powwow-1.2.5' WARNING: if you are coming from a 1.0.x version, re-read Changelog and powwow.doc as many things have changed. In particular, syntax and effects of #prompt and #isprompt changed in 1.1.7 gcc -O2 -pipe -DUSE_SGTTY -DBSD_LIKE -DUSE_RANDOM -O2 -I/usr/include -c -o main.o main.c gcc -O2 -pipe -DUSE_SGTTY -DBSD_LIKE -DUSE_RANDOM -O2 -I/usr/include -c -o utils.o utils.c gcc -O2 -pipe -DUSE_SGTTY -DBSD_LIKE -DUSE_RANDOM -O2 -I/usr/include -c -o tcp.o tcp.c tcp.c:380:31: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] subchars = process_message(s+1, i-1); ^~~ ./beam.h:6:33: note: passing argument to parameter 'buf' here int process_message __P ((char *buf, int len)); ^ tcp.c:414:18: warning: passing 'byte *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] prompt_set_iac(p); ^ ./main.h:15:37: note: passing argument to parameter 'p' here void prompt_set_iac __P ((char *p)); ^ 2 warnings generated. gcc -O2 -pipe -DUSE_SGTTY -DBSD_LIKE -DUSE_RANDOM -O2 -I/usr/include -c -o tty.o tty.c In file included from tty.c:53: /usr/include/sys/ioctl_compat.h:42:2: error: "Definitions not available without TTY ioctl compat." #error "Definitions not available without TTY ioctl compat." ^ tty.c:456:9: warning: address of array 'cursor_left' will always evaluate to 'true' [-Wpointer-bool-conversion] if (cursor_left ) add_keynode("Left" , cursor_left , 0, prev_char, NULL); ~~ ^~~~~~~~~~~ tty.c:457:9: warning: address of array 'cursor_right' will always evaluate to 'true' [-Wpointer-bool-conversion] if (cursor_right) add_keynode("Right", cursor_right, 0, next_char, NULL); ~~ ^~~~~~~~~~~~ tty.c:458:9: warning: address of array 'cursor_up' will always evaluate to 'true' [-Wpointer-bool-conversion] if (cursor_up ) add_keynode("Up" , cursor_up , 0, prev_line, NULL); ~~ ^~~~~~~~~ tty.c:459:9: warning: address of array 'cursor_down' will always evaluate to 'true' [-Wpointer-bool-conversion] if (cursor_down ) add_keynode("Down" , cursor_down , 0, next_line, NULL); ~~ ^~~~~~~~~~~ 4 warnings and 1 error generated. : recipe for target 'tty.o' failed make[2]: *** [tty.o] Error 1 make[2]: Leaving directory '/var/pkgsrc/work/games/powwow/work/powwow-1.2.5' *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/games/powwow *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/games/powwow