------------------------------------------------------------------------------- -- 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 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The xfireworks 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:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> xfireworks-1.4_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The xfireworks 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 ===> xfireworks-1.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xfireworks-1.4_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The xfireworks 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 ===> xfireworks-1.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xfireworks-1.4_2 for building => SHA256 Checksum OK for xfireworks-1.4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The xfireworks 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 ===> xfireworks-1.4_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xfireworks-1.4_2 for building ===> Extracting for xfireworks-1.4_2 => SHA256 Checksum OK for xfireworks-1.4.tar.gz. Extracted Memory Use: 0.35M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for xfireworks-1.4_2 ===> Applying ports patches for xfireworks-1.4_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> xfireworks-1.4_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> xfireworks-1.4_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Configuring for xfireworks-1.4_2 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for xfireworks-1.4_2 --- main.o --- --- AfterImage.o --- --- Disp.o --- --- ColorGC.o --- --- Obj.o --- --- Stream.o --- --- Piece.o --- --- mkconf --- --- Calculator.o --- --- etc.o --- --- main.o --- cc -c main.c -pipe -O2 -fno-strict-aliasing -DVERSION=\"XFireworks-1.4\" -DXFIREWORKS_CONF_DIRECTRY=\"/usr/local/etc\" --- AfterImage.o --- cc -c AfterImage.c -I/usr/local/include -pipe -O2 -fno-strict-aliasing --- Disp.o --- cc -c Disp.c -I/usr/local/include -pipe -O2 -fno-strict-aliasing --- ColorGC.o --- cc -c ColorGC.c -I/usr/local/include -pipe -O2 -fno-strict-aliasing --- Obj.o --- cc -c Obj.c -pipe -O2 -fno-strict-aliasing --- Stream.o --- cc -c Stream.c -pipe -O2 -fno-strict-aliasing --- Piece.o --- cc -c Piece.c -I/usr/local/include -pipe -O2 -fno-strict-aliasing --- mkconf --- cc mkconf.c -o mkconf --- Calculator.o --- cc -c Calculator.c -pipe -O2 -fno-strict-aliasing --- etc.o --- cc -c etc.c -pipe -O2 -fno-strict-aliasing --- mkconf --- mkconf.c:8:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ --- etc.o --- etc.c: In function 'InitializeRand': etc.c:11:19: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] srand((unsigned)time(NULL)); ^~~~ --- Disp.o --- Disp.c: In function 'Disp_Create': Disp.c:67:18: warning: assignment to 'Pixmap' {aka 'long unsigned int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion] disp->pixmap = NULL; ^ --- AfterImage.o --- AfterImage.c: In function 'AfterImages_Initialize': AfterImage.c:39:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(after_images->arcs, positions, sizeof(XArc) * n); ^~~~~~ AfterImage.c:39:3: warning: incompatible implicit declaration of built-in function 'memcpy' AfterImage.c:39:3: note: include '' or provide a declaration of 'memcpy' AfterImage.c:5:1: +#include AfterImage.c:39:3: memcpy(after_images->arcs, positions, sizeof(XArc) * n); ^~~~~~ --- arguments.o --- cc -c arguments.c -pipe -O2 -fno-strict-aliasing --- xfireworks.1.gz --- cat xfireworks.1 | gzip > xfireworks.1.gz --- xfireworks_conf.h --- cat xfireworks.conf | ./mkconf > xfireworks_conf.h --- XFireworks.o --- cc -c XFireworks.c -I/usr/local/include -pipe -O2 -fno-strict-aliasing XFireworks.c: In function 'XFireworks_Start': XFireworks.c:476:5: warning: implicit declaration of function 'usleep'; did you mean 'fseek'? [-Wimplicit-function-declaration] usleep(1000 + wait_time); ^~~~~~ fseek --- xfireworks --- cc -o xfireworks main.o AfterImage.o Disp.o ColorGC.o Obj.o Stream.o Piece.o XFireworks.o Calculator.o etc.o arguments.o -L/usr/local/lib -pipe -O2 -fno-strict-aliasing -lm -lX11 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> xfireworks-1.4_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for xfireworks-1.4_2 ===> xfireworks-1.4_2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Generating temporary packing list install -s -m 555 /construction/games/xfireworks/xfireworks-1.4/xfireworks /construction/games/xfireworks/stage/usr/local/bin/xfireworks install -m 444 /construction/games/xfireworks/xfireworks-1.4/xfireworks.1 /construction/games/xfireworks/stage/usr/local/man/man1 install -m 0644 /construction/games/xfireworks/xfireworks-1.4/xfireworks.conf /construction/games/xfireworks/stage/usr/local/etc/xfireworks.conf.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 xfireworks-1.4_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:04