------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libXau-1.0.9.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libxml2-2.9.10.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2019.2.txz Installing /packages/All/libXdmcp-1.1.3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libxcb-1.13.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libX11-1.6.9,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libICE-1.0.10,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libSM-1.2.3,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libXt-1.2.0,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The xworm 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 ------------------------------------------------------------------------------- ===> xworm-1.02_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The xworm 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 ===> xworm-1.02_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xworm-1.02_2 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The xworm 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 ===> xworm-1.02_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xworm-1.02_2 for building => SHA256 Checksum OK for xworm102.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The xworm 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 ===> xworm-1.02_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xworm-1.02_2 for building ===> Extracting for xworm-1.02_2 => SHA256 Checksum OK for xworm102.tar.gz. Extracted Memory Use: 0.05M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for xworm-1.02_2 ===> Applying ports patches for xworm-1.02_2 ===> Applying dragonfly patches for xworm-1.02_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> xworm-1.02_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xworm-1.02_2 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> xworm-1.02_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xworm-1.02_2 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> Configuring for xworm-1.02_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for xworm-1.02_2 --- linux --- cc -pipe -O2 -fno-strict-aliasing -DXWORMDIR=\"/usr/local/share/xworm\" -I/usr/local/include xworm.c -o xworm -L/usr/local/lib -lXt -lX11 -lm xworm.c: In function 'main': xworm.c:249:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit (0); ^~~~ xworm.c:249:2: warning: incompatible implicit declaration of built-in function 'exit' xworm.c:249:2: note: include '' or provide a declaration of 'exit' xworm.c:12:1: +#include xworm.c:249:2: exit (0); ^~~~ xworm.c: In function 'AllocColours': xworm.c:561:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ xworm.c:561:5: note: include '' or provide a declaration of 'exit' xworm.c: In function 'read_logo': xworm.c:701:3: warning: incompatible implicit declaration of built-in function 'exit' exit (0); ^~~~ xworm.c:701:3: note: include '' or provide a declaration of 'exit' xworm.c: In function 'xwinintroactions': xworm.c:740:6: warning: incompatible implicit declaration of built-in function 'exit' exit (0); ^~~~ xworm.c:740:6: note: include '' or provide a declaration of 'exit' xworm.c: In function 'randomize': xworm.c:773:2: warning: implicit declaration of function 'srand'; did you mean 'rnd'? [-Wimplicit-function-declaration] srand(stime); ^~~~~ rnd xworm.c: In function 'rnd': xworm.c:777:10: warning: implicit declaration of function 'rand'; did you mean 'rnd'? [-Wimplicit-function-declaration] return (rand() % x); ^~~~ rnd xworm.c: In function 'rgrid': xworm.c:784:3: warning: incompatible implicit declaration of built-in function 'exit' exit (0); ^~~~ xworm.c:784:3: note: include '' or provide a declaration of 'exit' xworm.c: In function 'vec_init': xworm.c:803:3: warning: incompatible implicit declaration of built-in function 'exit' exit (0); ^~~~ xworm.c:803:3: note: include '' or provide a declaration of 'exit' xworm.c: In function 'crblank': xworm.c:347:14: warning: iteration 6481 invokes undefined behavior [-Waggressive-loop-optimizations] x1=gridX[c][0]*stepi; ~~~~~~~~^~~ xworm.c:346:2: note: within this loop for (c=0;c<=maxGrid;c++) { ^~~ SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> xworm-1.02_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xworm-1.02_2 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for xworm-1.02_2 ===> xworm-1.02_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xworm-1.02_2 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> Generating temporary packing list install -s -m 555 /construction/games/xworm/XWorm/xworm /construction/games/xworm/stage/usr/local/bin install -m 0644 /construction/games/xworm/XWorm/xworm.font /construction/games/xworm/stage/usr/local/share/xworm install -m 0644 /construction/games/xworm/XWorm/xworm.grid /construction/games/xworm/stage/usr/local/share/xworm install -m 0644 /construction/games/xworm/XWorm/xworm.raw /construction/games/xworm/stage/usr/local/share/xworm ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for xworm-1.02_2 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:04