------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The slump 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 ------------------------------------------------------------------------------- ===> slump-0.003.02 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The slump 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 ===> slump-0.003.02 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by slump-0.003.02 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The slump 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 ===> slump-0.003.02 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by slump-0.003.02 for building => SHA256 Checksum OK for slump-0.003.02.tar.bz2. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The slump 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 ===> slump-0.003.02 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by slump-0.003.02 for building ===> Extracting for slump-0.003.02 => SHA256 Checksum OK for slump-0.003.02.tar.bz2. Extracted Memory Use: 0.62M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for slump-0.003.02 ===> Applying ports patches for slump-0.003.02 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for slump-0.003.02 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for slump-0.003.02 --- make_32bit_tables --- --- dump.o --- cc -c -pipe -O2 -fno-strict-aliasing -o dump.o dump.c --- make_32bit_tables --- cc -o make_32bit_tables make_32bit_tables.c --- dump.o --- dump.c: In function 'record_custom_textures': dump.c:563:8: warning: implicit declaration of function 'new_texture_lmp'; did you mean 'dump_texture_lmp'? [-Wimplicit-function-declaration] tl = new_texture_lmp("TEXTURE2"); ^~~~~~~~~~~~~~~ dump_texture_lmp dump.c:563:6: warning: assignment to 'texture_lmp *' {aka 'struct s_texture_lmp *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] tl = new_texture_lmp("TEXTURE2"); ^ dump.c:565:8: warning: implicit declaration of function 'new_custom_texture'; did you mean 'record_custom_textures'? [-Wimplicit-function-declaration] ct = new_custom_texture(tl,"GRAYALT",0x80,0x80); ^~~~~~~~~~~~~~~~~~ record_custom_textures dump.c:565:6: warning: assignment to 'custom_texture *' {aka 'struct s_custom_texture *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] ct = new_custom_texture(tl,"GRAYALT",0x80,0x80); ^ dump.c:570:6: warning: assignment to 'custom_texture *' {aka 'struct s_custom_texture *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] ct = new_custom_texture(tl,"TEKVINE",0x100,0x80); ^ dump.c:576:6: warning: assignment to 'custom_texture *' {aka 'struct s_custom_texture *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] ct = new_custom_texture(tl,"WOODVINE",0x100,0x80); ^ dump.c:582:6: warning: assignment to 'custom_texture *' {aka 'struct s_custom_texture *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] ct = new_custom_texture(tl,"WOODLITE",0x100,0x80); ^ dump.c:587:6: warning: assignment to 'custom_texture *' {aka 'struct s_custom_texture *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] ct = new_custom_texture(tl,"DOORSKUL",0x40,0x48); ^ dump.c:590:6: warning: assignment to 'custom_texture *' {aka 'struct s_custom_texture *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] ct = new_custom_texture(tl,"EXITSWIT",0x40,0x80); ^ dump.c:595:6: warning: assignment to 'custom_texture *' {aka 'struct s_custom_texture *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] ct = new_custom_texture(tl,"EXITSWIW",0x40,0x80); ^ dump.c:599:6: warning: assignment to 'custom_texture *' {aka 'struct s_custom_texture *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] ct = new_custom_texture(tl,"EXITSWIR",0x40,0x80); ^ dump.c:603:6: warning: assignment to 'custom_texture *' {aka 'struct s_custom_texture *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] ct = new_custom_texture(tl,"MARBGARG",0x40,0x80); ^ dump.c:608:3: warning: implicit declaration of function 'free_texture_lmp'; did you mean 'dump_texture_lmp'? [-Wimplicit-function-declaration] free_texture_lmp(tl); ^~~~~~~~~~~~~~~~ dump_texture_lmp dump.c: In function 'record_custom_flats': dump.c:627:5: warning: implicit declaration of function 'basic_background2' [-Wimplicit-function-declaration] basic_background2(fbuf,0x7c,4); ^~~~~~~~~~~~~~~~~ dump.c: In function 'make_music': dump.c:958:14: warning: implicit declaration of function 'one_piece' [-Wimplicit-function-declaration] musbuf = one_piece(&mh); ^~~~~~~~~ dump.c:958:12: warning: assignment to 'byte *' {aka 'unsigned char *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] musbuf = one_piece(&mh); ^ dump.c:963:12: warning: assignment to 'byte *' {aka 'unsigned char *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] musbuf = one_piece(&mh); ^ --- make_32bit_tables --- make_32bit_tables.c: In function 'one_en_table': make_32bit_tables.c:122:7: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] printf("\n"); ^~~~~~ make_32bit_tables.c:122:7: warning: incompatible implicit declaration of built-in function 'printf' make_32bit_tables.c:122:7: note: include '' or provide a declaration of 'printf' make_32bit_tables.c:1:1: +#include /* make_32bit_tables.c:122:7: printf("\n"); ^~~~~~ make_32bit_tables.c:124:3: warning: incompatible implicit declaration of built-in function 'printf' printf("0x%02x%02x%02x%02xU, ", ^~~~~~ make_32bit_tables.c:124:3: note: include '' or provide a declaration of 'printf' make_32bit_tables.c:127:6: warning: incompatible implicit declaration of built-in function 'printf' printf("\n};\n"); ^~~~~~ make_32bit_tables.c:127:6: note: include '' or provide a declaration of 'printf' make_32bit_tables.c: At top level: make_32bit_tables.c:130:1: warning: return type defaults to 'int' [-Wimplicit-int] main() { ^~~~ make_32bit_tables.c: In function 'main': make_32bit_tables.c:132:5: warning: incompatible implicit declaration of built-in function 'printf' printf("/* This file is automatically generated by the program "); ^~~~~~ make_32bit_tables.c:132:5: note: include '' or provide a declaration of 'printf' make_32bit_tables.c:144:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ make_32bit_tables.c:144:5: warning: incompatible implicit declaration of built-in function 'exit' make_32bit_tables.c:144:5: note: include '' or provide a declaration of 'exit' make_32bit_tables.c:1:1: +#include /* make_32bit_tables.c:144:5: exit(0); ^~~~ --- rng-32bit-tables.h --- ./make_32bit_tables > rng-32bit-tables.h --- rng-alg-fst.o --- cc -c -pipe -O2 -fno-strict-aliasing -o rng-alg-fst.o rng-alg-fst.c --- rng-api-fst.o --- cc -c -pipe -O2 -fno-strict-aliasing -o rng-api-fst.o rng-api-fst.c --- rng.o --- --- slump.o --- --- rng.o --- cc -c -pipe -O2 -fno-strict-aliasing -o rng.o rng.c --- slump.o --- cc -c -pipe -O2 -fno-strict-aliasing -o slump.o slump.c --- rng.o --- rng.c: In function 'roll': rng.c:105:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ rng.c:105:3: warning: incompatible implicit declaration of built-in function 'exit' rng.c:105:3: note: include '' or provide a declaration of 'exit' rng.c:35:1: +#include typedef unsigned char boolean; rng.c:105:3: exit(1); ^~~~ --- slump.o --- slump.c: In function 'get_config': slump.c:1381:3: warning: implicit declaration of function 'init_rng' [-Wimplicit-function-declaration] init_rng(); ^~~~~~~~ slump.c:1382:3: warning: implicit declaration of function 'rng_set_seed' [-Wimplicit-function-declaration] rng_set_seed(answer->ranseed); ^~~~~~~~~~~~ slump.c: In function 'arena_gate': slump.c:6322:3: warning: implicit declaration of function 'rng_set_level'; did you mean 'make_secret_level'? [-Wimplicit-function-declaration] rng_set_level(99,99,99,c->ranseed,c->minrooms); ^~~~~~~~~~~~~ make_secret_level --- slump --- cc -pipe -O2 -fno-strict-aliasing -o slump main.c rng.o slump.o dump.o rng-alg-fst.o rng-api-fst.o main.c: In function 'main': main.c:444:5: warning: implicit declaration of function 'hardwired_nonswitch_nontheme_config' [-Wimplicit-function-declaration] hardwired_nonswitch_nontheme_config(ThisConfig); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SUCCEEDED 00:00:13 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for slump-0.003.02 ===> Generating temporary packing list (cd /construction/games/slump/slump-0.003.02 && install -s -m 555 slump /construction/games/slump/stage/usr/local/bin) (cd /construction/games/slump/slump-0.003.02 && install -m 0644 README /construction/games/slump/stage/usr/local/share/doc/slump) ====> 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 slump-0.003.02 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:15