------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The seq2 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 ------------------------------------------------------------------------------- ===> seq2-0.2_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The seq2 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 ===> seq2-0.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by seq2-0.2_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The seq2 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 ===> seq2-0.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by seq2-0.2_1 for building => SHA256 Checksum OK for seq2-0.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The seq2 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 ===> seq2-0.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by seq2-0.2_1 for building ===> Extracting for seq2-0.2_1 => SHA256 Checksum OK for seq2-0.2.tar.gz. Extracted Memory Use: 0.29M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for seq2-0.2_1 ===> Applying ports patches for seq2-0.2_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for seq2-0.2_1 configure.1: loading site script /xports/Templates/config.site checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking target system type... x86_64-portbld-dragonfly5.9 checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking how to run the C preprocessor... cpp checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for egrep... grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for getopt.h... (cached) yes checking for string.h... (cached) yes checking for char... (cached) yes checking size of char... 1 checking for short... (cached) yes checking size of short... 2 checking for int... (cached) yes checking size of int... 4 checking for long... (cached) yes checking size of long... 8 checking for void *... yes checking size of void *... 8 checking for objcopy... yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking for an ANSI C-conforming const... yes configure.1: creating ./config.status config.status: creating Makefile SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for seq2-0.2_1 --- all --- cc -pipe -O2 -fno-strict-aliasing -o bin/seq2 src/main.c In file included from src/seq2.h:6, from src/main.c:30: src/info.c: In function 'help': src/info.c:40:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(2); ^~~~ src/info.c:40:9: warning: incompatible implicit declaration of built-in function 'exit' src/info.c:40:9: note: include '' or provide a declaration of 'exit' src/info.c:21:1: +#include src/info.c:40:9: exit(2); ^~~~ src/info.c: In function 'version': src/info.c:47:9: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^~~~ src/info.c:47:9: note: include '' or provide a declaration of 'exit' In file included from src/seq2.h:7, from src/main.c:30: src/prog.c: In function 'counter': src/prog.c:51:3: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] sleep(fastmode); ^~~~~ src/main.c: In function 'main': src/main.c:48:13: warning: implicit declaration of function 'getopt'; did you mean 'getw'? [-Wimplicit-function-declaration] while((c = getopt(argc, argv, "o:lni:f:t:s:e:vh")) != -1) { ^~~~~~ getw src/main.c:55:5: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ src/main.c:55:5: note: include '' or provide a declaration of 'exit' src/main.c:31:1: +#include src/main.c:55:5: exit(0); ^~~~ src/main.c:62:13: warning: implicit declaration of function 'atoi'; did you mean 'author'? [-Wimplicit-function-declaration] start = atoi(optarg); ^~~~ author src/main.c:93:3: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^~~~ src/main.c:93:3: note: include '' or provide a declaration of 'exit' src/main.c:97:3: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^~~~ src/main.c:97:3: note: include '' or provide a declaration of 'exit' Time to install Do as root 'make install' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for seq2-0.2_1 ===> Generating temporary packing list /usr/bin/install -c -m 755 bin/seq2 /construction/misc/seq2/stage/usr/local/bin /usr/bin/install -c -m 644 man/seq2.1 /construction/misc/seq2/stage/usr/local/man/man1/ ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'bin/seq2' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for seq2-0.2_1 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:06