------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The ishido 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 ------------------------------------------------------------------------------- ===> ishido-1.1_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The ishido 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 ===> ishido-1.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ishido-1.1_2 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The ishido 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 ===> ishido-1.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ishido-1.1_2 for building => SHA256 Checksum OK for ishido-1.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The ishido 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 ===> ishido-1.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ishido-1.1_2 for building ===> Extracting for ishido-1.1_2 => SHA256 Checksum OK for ishido-1.1.tar.gz. Extracted Memory Use: 0.09M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ishido-1.1_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ishido-1.1_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ishido-1.1_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Configuring for ishido-1.1_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ishido-1.1_2 --- gl.o --- --- ishido.o --- --- gl.o --- cc -pipe -O2 -fno-strict-aliasing -DHIGH_SCORE_FILE='"/usr/local/share/misc/ishido_scores"' -I/usr/local/include -c gl.c --- ishido.o --- cc -pipe -O2 -fno-strict-aliasing -DHIGH_SCORE_FILE='"/usr/local/share/misc/ishido_scores"' -I/usr/local/include -c ishido.c ishido.c: In function 'int_rand': ishido.c:163:7: warning: implicit declaration of function 'lrand48' [-Wimplicit-function-declaration] v = (lrand48() % m); ^~~~~~~ ishido.c: In function 'seed_rand': ishido.c:172:2: warning: implicit declaration of function 'srand48' [-Wimplicit-function-declaration] srand48(time(NULL)); ^~~~~~~ ishido.c:172:10: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] srand48(time(NULL)); ^~~~ ishido.c: In function 'get_user_name': ishido.c:183:8: warning: implicit declaration of function 'geteuid'; did you mean 'getpwuid'? [-Wimplicit-function-declaration] uid = geteuid(); ^~~~~~~ getpwuid ishido.c: In function 'high_score_load': ishido.c:463:4: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(high_score[i].name, "nobody"); ^~~~~~ ishido.c:463:4: warning: incompatible implicit declaration of built-in function 'strcpy' ishido.c:463:4: note: include '' or provide a declaration of 'strcpy' ishido.c:37:1: +#include ishido.c:463:4: strcpy(high_score[i].name, "nobody"); ^~~~~~ ishido.c: In function 'high_score_add': ishido.c:511:4: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(high_score[i].name, high_score[i - 1].name); ^~~~~~ ishido.c:511:4: note: include '' or provide a declaration of 'strcpy' ishido.c:516:3: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(high_score[pos].name, name); ^~~~~~ ishido.c:516:3: note: include '' or provide a declaration of 'strcpy' ishido.c: In function 'init_game_play': ishido.c:529:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(button[0].label, "End Game"); ^~~~~~ ishido.c:529:2: note: include '' or provide a declaration of 'strcpy' ishido.c: In function 'init_game_over': ishido.c:549:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(button[0].label, "New Game"); ^~~~~~ ishido.c:549:2: note: include '' or provide a declaration of 'strcpy' ishido.c: In function 'init_game': ishido.c:626:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(button[1].label, "Rules"); ^~~~~~ ishido.c:626:2: note: include '' or provide a declaration of 'strcpy' ishido.c:116:21: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] #define streq(a,b) (strcmp(a,b)==0) ^~~~~~ ishido.c:646:7: note: in expansion of macro 'streq' if (streq(argv[i],"-bonehead")) { ^~~~~ ishido.c: At top level: ishido.c:988:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ --- ishido --- cc -o ishido -pipe -O2 -fno-strict-aliasing -DHIGH_SCORE_FILE='"/usr/local/share/misc/ishido_scores"' -I/usr/local/include gl.o ishido.o -L/usr/local/lib -lX11 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> ishido-1.1_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ishido-1.1_2 ===> ishido-1.1_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Generating temporary packing list install -m 444 /construction/games/ishido/ishido-1.1/ishido.6 /construction/games/ishido/stage/usr/local/man/man6 install -s /construction/games/ishido/ishido-1.1/ishido /construction/games/ishido/stage/usr/local/bin install /construction/games/ishido/ishido-1.1/ishido_scores /construction/games/ishido/stage/usr/local/share/misc/ishido_scores ====> 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 ishido-1.1_2 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05