------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The enygma 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 ------------------------------------------------------------------------------- ===> enygma-1.04 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The enygma 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 ===> enygma-1.04 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by enygma-1.04 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The enygma 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 ===> enygma-1.04 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by enygma-1.04 for building => SHA256 Checksum OK for enygma/enigma-1.04.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The enygma 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 ===> enygma-1.04 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by enygma-1.04 for building ===> Extracting for enygma-1.04 => SHA256 Checksum OK for enygma/enigma-1.04.tar.gz. Extracted Memory Use: 0.23M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for enygma-1.04 ===> Applying ports patches for enygma-1.04 ===> Cleanly applied ports patch(es) patch-Makefile.in patch-engine.c patch-main.c patch-memory.c patch-screen.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> enygma-1.04 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> enygma-1.04 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for enygma-1.04 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -isystem /usr/local/include -fno-strict-aliasing -L/usr/local/lib -Wl,-rpath=/usr/local/lib ) works... yes checking whether the C compiler (cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -isystem /usr/local/include -fno-strict-aliasing -L/usr/local/lib -Wl,-rpath=/usr/local/lib ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking whether ln -s works... yes checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c checking for nroff... no checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for size_t... (cached) yes checking for strcspn... (cached) yes checking for strspn... yes checking for initscr in -lncurses... yes checking for ncurses.h... yes checking for attr_t in ncurses.h... yes updating cache ./config.cache creating ./config.status creating Makefile SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for enygma-1.04 --- main.o --- --- screen.o --- --- engine.o --- --- memory.o --- --- levelfile.o --- --- misc.o --- --- savefile.o --- --- main.o --- cc -c -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -W -I. -I. -DLEVELDIR=\"/usr/local/share/enygma/\" -DSAVEDIR=\"/var/games/enygma/\" -DCURSES_HDR="" -DHAS_ATTR_T -o main.o main.c --- screen.o --- cc -c -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -W -I. -I. -DLEVELDIR=\"/usr/local/share/enygma/\" -DSAVEDIR=\"/var/games/enygma/\" -DCURSES_HDR="" -DHAS_ATTR_T -o screen.o screen.c --- engine.o --- cc -c -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -W -I. -I. -DLEVELDIR=\"/usr/local/share/enygma/\" -DSAVEDIR=\"/var/games/enygma/\" -DCURSES_HDR="" -DHAS_ATTR_T -o engine.o engine.c --- memory.o --- cc -c -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -W -I. -I. -DLEVELDIR=\"/usr/local/share/enygma/\" -DSAVEDIR=\"/var/games/enygma/\" -DCURSES_HDR="" -DHAS_ATTR_T -o memory.o memory.c --- levelfile.o --- cc -c -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -W -I. -I. -DLEVELDIR=\"/usr/local/share/enygma/\" -DSAVEDIR=\"/var/games/enygma/\" -DCURSES_HDR="" -DHAS_ATTR_T -o levelfile.o levelfile.c --- savefile.o --- cc -c -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -W -I. -I. -DLEVELDIR=\"/usr/local/share/enygma/\" -DSAVEDIR=\"/var/games/enygma/\" -DCURSES_HDR="" -DHAS_ATTR_T -o savefile.o savefile.c --- misc.o --- cc -c -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall -W -I. -I. -DLEVELDIR=\"/usr/local/share/enygma/\" -DSAVEDIR=\"/var/games/enygma/\" -DCURSES_HDR="" -DHAS_ATTR_T -o misc.o misc.c --- screen.o --- screen.c: In function 'screen_main_menu': screen.c:382:30: warning: field width specifier '*' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] sprintf(buf+strlen(buf), "%*s", colwidth-strlen(buf), ""); ~^~ ~~~~~~~~~~~~~~~~~~~~ screen.c: In function 'screen_error_box': screen.c:548:9: warning: variable 'len' set but not used [-Wunused-but-set-variable] int len; ^~~ --- savefile.o --- savefile.c: In function 'savepos_load': savefile.c:38:5: warning: 'strncpy' output may be truncated copying between 1 and 1024 bytes from a string of length 1033 [-Wstringop-truncation] strncpy(fname + strlen(fname), buf, sizeof(fname)-strlen(fname)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ savefile.c: In function 'savepos_del': savefile.c:148:5: warning: 'strncpy' output may be truncated copying between 1 and 1024 bytes from a string of length 1033 [-Wstringop-truncation] strncpy(fname + strlen(fname), buf, sizeof(fname)-strlen(fname)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ savefile.c: In function 'savepos_save': savefile.c:168:5: warning: 'strncpy' output may be truncated copying between 1 and 1024 bytes from a string of length 1033 [-Wstringop-truncation] strncpy(fname + strlen(fname), buf, sizeof(fname)-strlen(fname)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- enigma --- cc -L/usr/local/lib -Wl,-rpath=/usr/local/lib -o enigma main.o screen.o engine.o memory.o levelfile.o misc.o savefile.o -lncurses -L/usr/local/lib SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> enygma-1.04 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for enygma-1.04 ===> enygma-1.04 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -m 555 enigma /construction/games/enygma/stage/usr/local/bin/enygma mkdir -p /construction/games/enygma/stage/usr/local/share/enygma for i in ./levels/*.set ./levels/*.level; do install -m 0644 $i /construction/games/enygma/stage/usr/local/share/enygma; done mkdir -p /construction/games/enygma/stage/var/games/enygma ====> 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 enygma-1.04 file sizes/checksums [14]: 0% file sizes/checksums [14]: 100% packing files [14]: 0% packing files [14]: 100% packing directories [1]: 0% packing directories [1]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05