------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The yahtzee port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> yahtzee-1.0_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The yahtzee port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> yahtzee-1.0_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by yahtzee-1.0_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The yahtzee port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> yahtzee-1.0_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by yahtzee-1.0_2 for building => SHA256 Checksum OK for yahtzee-src.tar.Z. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The yahtzee port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> yahtzee-1.0_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by yahtzee-1.0_2 for building ===> Extracting for yahtzee-1.0_2 => SHA256 Checksum OK for yahtzee-src.tar.Z. Extracted Memory Use: 0.05M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for yahtzee-1.0_2 ===> Applying ports patches for yahtzee-1.0_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> yahtzee-1.0_2 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> yahtzee-1.0_2 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for yahtzee-1.0_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for yahtzee-1.0_2 --- computer.o --- --- main.o --- --- computer.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DHAS_RENAME -DSCOREDIR=\"/var/games/yahtzee\" -c computer.c --- main.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DHAS_RENAME -DSCOREDIR=\"/var/games/yahtzee\" -c main.c --- computer.o --- computer.c: In function 'build_table': computer.c:132:16: warning: implicit declaration of function 'count' [-Wimplicit-function-declaration] overflow += (count(i+1) - 3) * (i+1); ^~~~~ computer.c:173:7: warning: implicit declaration of function 'upper_total' [-Wimplicit-function-declaration] if (upper_total(player) >= 63) ^~~~~~~~~~~ computer.c:217:10: warning: implicit declaration of function 'find_straight' [-Wimplicit-function-declaration] d2 = find_straight(i, 0); ^~~~~~~~~~~~~ computer.c:418:9: warning: implicit declaration of function 'find_n_of_a_kind' [-Wimplicit-function-declaration] d = find_n_of_a_kind(i, 0); ^~~~~~~~~~~~~~~~ computer.c:483:26: warning: implicit declaration of function 'add_dice' [-Wimplicit-function-declaration] bc_table[H_CH].value = add_dice(); ^~~~~~~~ --- main.o --- main.c:87:1: warning: return type defaults to 'int' [-Wimplicit-int] init(void) ^~~~ main.c: In function 'init': main.c:94:2: warning: implicit declaration of function 'srand'; did you mean 'scanw'? [-Wimplicit-function-declaration] srand(getpid()); ^~~~~ scanw main.c:94:8: warning: implicit declaration of function 'getpid'; did you mean 'getwin'? [-Wimplicit-function-declaration] srand(getpid()); ^~~~~~ getwin main.c: At top level: main.c:135:1: warning: return type defaults to 'int' [-Wimplicit-int] setup_screen(void) ^~~~~~~~~~~~ main.c: In function 'setup_screen': main.c:141:3: warning: implicit declaration of function '_abort'; did you mean 'major'? [-Wimplicit-function-declaration] _abort("Not enough lines on the terminal"); ^~~~~~ major main.c: At top level: main.c:151:1: warning: return type defaults to 'int' [-Wimplicit-int] yend(void) ^~~~ main.c:159:1: warning: return type defaults to 'int' [-Wimplicit-int] _abort(char *msg) ^~~~~~ main.c: In function '_abort': main.c:165:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ main.c:165:2: warning: incompatible implicit declaration of built-in function 'exit' main.c:165:2: note: include '' or provide a declaration of 'exit' main.c:10:1: +#include main.c:165:2: exit(1); ^~~~ main.c: At top level: main.c:168:1: warning: return type defaults to 'int' [-Wimplicit-int] say(char *fmt, ...) ^~~ main.c: In function 'query': main.c:199:3: warning: implicit declaration of function 'be_computer' [-Wimplicit-function-declaration] be_computer(player, question, ans, len); ^~~~~~~~~~~ main.c:203:4: warning: implicit declaration of function 'sleep'; did you mean 'beep'? [-Wimplicit-function-declaration] sleep(COMPUTER_DELAY); /* let person read it */ ^~~~~ beep main.c:237:6: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] write(1, "\007", 1); ^~~~~ fwrite main.c: In function 'raw_roll_dice': main.c:270:10: warning: implicit declaration of function 'rand'; did you mean 'yend'? [-Wimplicit-function-declaration] return((rand() % 6) + 1); ^~~~ yend main.c: In function 'handle_play': main.c:601:8: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] i = atoi(num); ^~~~ main.c: In function 'lock': main.c:889:3: warning: implicit declaration of function 'unlink'; did you mean 'wvline'? [-Wimplicit-function-declaration] unlink(lockfile); ^~~~~~ wvline main.c: In function 'signal_trap': main.c:1181:2: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ main.c:1181:2: note: include '' or provide a declaration of 'exit' main.c: At top level: main.c:1184:1: warning: return type defaults to 'int' [-Wimplicit-int] set_signal_traps() ^~~~~~~~~~~~~~~~ main.c:1191:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char **argv) ^~~~ main.c: In function 'main': main.c:1218:6: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ main.c:1218:6: note: include '' or provide a declaration of 'exit' main.c:1301:4: warning: incompatible implicit declaration of built-in function 'exit' exit(8); ^~~~ main.c:1301:4: note: include '' or provide a declaration of 'exit' main.c:1321:2: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ main.c:1321:2: note: include '' or provide a declaration of 'exit' --- yahtzee --- cc -o yahtzee computer.o main.o -L/usr/local/lib -Wl,-rpath=/usr/local/lib -lncurses SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> yahtzee-1.0_2 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for yahtzee-1.0_2 ===> yahtzee-1.0_2 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -m 555 /construction/games/yahtzee/yahtzee/yahtzee /construction/games/yahtzee/stage/usr/local/bin /usr/bin/touch /construction/games/yahtzee/stage/var/games/yahtzee/yahtzee.sco.sample ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for yahtzee-1.0_2 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [1]: 0% packing directories [1]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05