------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz 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 Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXpm-3.5.13.txz Installing /packages/All/libXmu-1.1.3,1.txz Installing /packages/All/libXaw-1.0.13_3,2.txz SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The xjump 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 ------------------------------------------------------------------------------- ===> xjump-2.7.5_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The xjump 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 ===> xjump-2.7.5_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xjump-2.7.5_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The xjump 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 ===> xjump-2.7.5_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xjump-2.7.5_3 for building => SHA256 Checksum OK for xjump_2.7.5.orig.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The xjump 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 ===> xjump-2.7.5_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xjump-2.7.5_3 for building ===> Extracting for xjump-2.7.5_3 => SHA256 Checksum OK for xjump_2.7.5.orig.tar.gz. Extracted Memory Use: 0.13M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for xjump-2.7.5_3 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> xjump-2.7.5_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xjump-2.7.5_3 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> xjump-2.7.5_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xjump-2.7.5_3 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found ===> Configuring for xjump-2.7.5_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for xjump-2.7.5_3 --- main.o --- --- game.o --- --- key.o --- --- misc.o --- --- record.o --- --- resource.o --- --- key.o --- cc -pipe -O2 -fno-strict-aliasing -c key.c -I/usr/local/include --- main.o --- cc -pipe -O2 -fno-strict-aliasing -c -DRECORD_ENTRY=20 main.c -I/usr/local/include --- resource.o --- cc -pipe -O2 -fno-strict-aliasing -c resource.c --- game.o --- cc -pipe -O2 -fno-strict-aliasing -c game.c -I/usr/local/include --- misc.o --- cc -pipe -O2 -fno-strict-aliasing -c misc.c --- record.o --- cc -pipe -O2 -fno-strict-aliasing -c -DRECORD_ENTRY=20 -DRECORD_FILE=\"/var/games/xjump.record\" record.c --- misc.o --- misc.c: In function 'rnd': misc.c:16:12: warning: implicit declaration of function 'random'; did you mean 'rnd'? [-Wimplicit-function-declaration] return ( random() & 0xffff ) * range / 0xffff ; ^~~~~~ rnd misc.c: In function 'srnd': misc.c:24:3: warning: implicit declaration of function 'srandom'; did you mean 'srnd'? [-Wimplicit-function-declaration] srandom( time(NULL) ); ^~~~~~~ srnd misc.c:24:12: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] srandom( time(NULL) ); ^~~~ --- game.o --- game.c: In function 'move': game.c:189:19: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration] Hero.jump = abs(Hero.vx)/4+7; ^~~ --- record.o --- record.c: In function 'get_name': record.c:125:7: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy( name,pw->pw_name ); ^~~~~~ record.c:125:7: warning: incompatible implicit declaration of built-in function 'strcpy' record.c:125:7: note: include '' or provide a declaration of 'strcpy' record.c:19:1: +#include record.c:125:7: strcpy( name,pw->pw_name ); ^~~~~~ record.c: In function 'sort_record': record.c:224:3: warning: implicit declaration of function 'qsort' [-Wimplicit-function-declaration] qsort( Record,Record_entry,sizeof(record_t),sort_cmp ); ^~~~~ --- main.o --- main.c: In function 'quit_game': main.c:283:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ main.c:283:3: warning: incompatible implicit declaration of built-in function 'exit' main.c:283:3: note: include '' or provide a declaration of 'exit' main.c:28:1: +#include main.c:283:3: exit(0); ^~~~ main.c: In function 'sig_handler': main.c:293:3: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ main.c:293:3: note: include '' or provide a declaration of 'exit' main.c: In function 'option': main.c:444:7: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ main.c:444:7: note: include '' or provide a declaration of 'exit' main.c:448:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ main.c:448:5: note: include '' or provide a declaration of 'exit' main.c: In function 'make_graphic': main.c:471:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ main.c:471:5: note: include '' or provide a declaration of 'exit' --- xjump --- cc -pipe -O2 -fno-strict-aliasing -o xjump main.o game.o key.o misc.o record.o resource.o -lXaw -lXmu -lXt -lXpm -lXext -lX11 -L/usr/local/lib SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> xjump-2.7.5_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xjump-2.7.5_3 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for xjump-2.7.5_3 ===> xjump-2.7.5_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xjump-2.7.5_3 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found ===> Generating temporary packing list install -s -m 555 /construction/games/xjump/xjump-2.7.5.orig/xjump /construction/games/xjump/stage/usr/local/bin ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/xjump is linked to /usr/local/lib/libXmu.so.6 from x11-toolkits/libXmu but it is not declared as a dependency Warning: you need USE_XORG+=xmu Error: /usr/local/bin/xjump is linked to /usr/local/lib/libXt.so.6 from x11-toolkits/libXt but it is not declared as a dependency Warning: you need USE_XORG+=xt Error: /usr/local/bin/xjump is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Error: /usr/local/bin/xjump is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for xjump-2.7.5_3 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:06