------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The bbe 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 ------------------------------------------------------------------------------- ===> bbe-0.2.2_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The bbe 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 ===> bbe-0.2.2_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bbe-0.2.2_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The bbe 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 ===> bbe-0.2.2_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bbe-0.2.2_2 for building => SHA256 Checksum OK for bbe-0.2.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The bbe 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 ===> bbe-0.2.2_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bbe-0.2.2_2 for building ===> Extracting for bbe-0.2.2_2 => SHA256 Checksum OK for bbe-0.2.2.tar.gz. Extracted Memory Use: 0.82M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for bbe-0.2.2_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for bbe-0.2.2_2 configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking build system type... x86_64-portbld-dragonfly5.9 checking host system type... x86_64-portbld-dragonfly5.9 checking for a BSD-compatible install... /usr/bin/install -c checking for gcc... cc checking for C compiler default output file name... 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep 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 features.h usability... no checking features.h presence... no checking for features.h... no checking error.h usability... no checking error.h presence... no checking for error.h... no checking for errno.h... (cached) yes checking for getopt.h... (cached) yes checking for getline... (cached) yes checking for getopt_long... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for long file names... (cached) yes checking for off_t... (cached) yes checking for long long... (cached) yes checking for inline... inline configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for bbe-0.2.2_2 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- bbe.o --- --- xmalloc.o --- --- buffer.o --- --- execute.o --- --- bbe.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -pipe -O2 -fno-strict-aliasing -MT bbe.o -MD -MP -MF ".deps/bbe.Tpo" -c -o bbe.o bbe.c; then mv -f ".deps/bbe.Tpo" ".deps/bbe.Po"; else rm -f ".deps/bbe.Tpo"; exit 1; fi --- buffer.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -pipe -O2 -fno-strict-aliasing -MT buffer.o -MD -MP -MF ".deps/buffer.Tpo" -c -o buffer.o buffer.c; then mv -f ".deps/buffer.Tpo" ".deps/buffer.Po"; else rm -f ".deps/buffer.Tpo"; exit 1; fi --- execute.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -pipe -O2 -fno-strict-aliasing -MT execute.o -MD -MP -MF ".deps/execute.Tpo" -c -o execute.o execute.c; then mv -f ".deps/execute.Tpo" ".deps/execute.Po"; else rm -f ".deps/execute.Tpo"; exit 1; fi --- xmalloc.o --- if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -pipe -O2 -fno-strict-aliasing -MT xmalloc.o -MD -MP -MF ".deps/xmalloc.Tpo" -c -o xmalloc.o xmalloc.c; then mv -f ".deps/xmalloc.Tpo" ".deps/xmalloc.Po"; else rm -f ".deps/xmalloc.Tpo"; exit 1; fi --- execute.o --- In file included from execute.c:25: bbe.h:222:1: warning: inline function 'block_end_pos' declared but never defined block_end_pos(); ^~~~~~~~~~~~~ bbe.h:219:1: warning: inline function 'read_pos' declared but never defined read_pos(); ^~~~~~~~ bbe.h:192:1: warning: inline function 'write_next_byte' declared but never defined write_next_byte(); ^~~~~~~~~~~~~~~ bbe.h:189:1: warning: inline function 'put_byte' declared but never defined put_byte(unsigned char byte); ^~~~~~~~ bbe.h:183:1: warning: inline function 'last_byte' declared but never defined last_byte(); ^~~~~~~~~ bbe.h:174:1: warning: inline function 'get_next_byte' declared but never defined get_next_byte(); ^~~~~~~~~~~~~ bbe.h:171:1: warning: inline function 'read_byte' declared but never defined read_byte(); ^~~~~~~~~ --- bbe.o --- In file included from bbe.c:25: bbe.h:222:1: warning: inline function 'block_end_pos' declared but never defined block_end_pos(); ^~~~~~~~~~~~~ bbe.h:219:1: warning: inline function 'read_pos' declared but never defined read_pos(); ^~~~~~~~ bbe.h:192:1: warning: inline function 'write_next_byte' declared but never defined write_next_byte(); ^~~~~~~~~~~~~~~ bbe.h:189:1: warning: inline function 'put_byte' declared but never defined put_byte(unsigned char byte); ^~~~~~~~ bbe.h:183:1: warning: inline function 'last_byte' declared but never defined last_byte(); ^~~~~~~~~ bbe.h:174:1: warning: inline function 'get_next_byte' declared but never defined get_next_byte(); ^~~~~~~~~~~~~ bbe.h:171:1: warning: inline function 'read_byte' declared but never defined read_byte(); ^~~~~~~~~ --- xmalloc.o --- In file included from xmalloc.c:25: bbe.h:222:1: warning: inline function 'block_end_pos' declared but never defined block_end_pos(); ^~~~~~~~~~~~~ bbe.h:219:1: warning: inline function 'read_pos' declared but never defined read_pos(); ^~~~~~~~ bbe.h:192:1: warning: inline function 'write_next_byte' declared but never defined write_next_byte(); ^~~~~~~~~~~~~~~ bbe.h:189:1: warning: inline function 'put_byte' declared but never defined put_byte(unsigned char byte); ^~~~~~~~ bbe.h:183:1: warning: inline function 'last_byte' declared but never defined last_byte(); ^~~~~~~~~ bbe.h:174:1: warning: inline function 'get_next_byte' declared but never defined get_next_byte(); ^~~~~~~~~~~~~ bbe.h:171:1: warning: inline function 'read_byte' declared but never defined read_byte(); ^~~~~~~~~ --- bbe --- cc -I.. -pipe -O2 -fno-strict-aliasing -o bbe bbe.o xmalloc.o buffer.o execute.o Making all in doc SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> bbe-0.2.2_2 depends on executable: indexinfo - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for bbe-0.2.2_2 ===> bbe-0.2.2_2 depends on executable: indexinfo - found ===> Generating temporary packing list Making install in src test -z "/usr/local/bin" || /construction/textproc/bbe/bbe-0.2.2/config/install-sh -d "/construction/textproc/bbe/stage/usr/local/bin" install -s -m 555 'bbe' '/construction/textproc/bbe/stage/usr/local/bin/bbe' Making install in doc test -z "/usr/local/share/doc/bbe" || /construction/textproc/bbe/bbe-0.2.2/config/install-sh -d "/construction/textproc/bbe/stage/usr/local/share/doc/bbe" install -m 0644 'bbe.html' '/construction/textproc/bbe/stage/usr/local/share/doc/bbe/bbe.html' test -z "/usr/local/share/info/" || /construction/textproc/bbe/bbe-0.2.2/config/install-sh -d "/construction/textproc/bbe/stage/usr/local/share/info/" install -m 0644 './bbe.info' '/construction/textproc/bbe/stage/usr/local/share/info//bbe.info' test -z "/usr/local/man/man1" || /construction/textproc/bbe/bbe-0.2.2/config/install-sh -d "/construction/textproc/bbe/stage/usr/local/man/man1" install -m 0644 './bbe.1' '/construction/textproc/bbe/stage/usr/local/man/man1/bbe.1' install -m 0644 /construction/textproc/bbe/bbe-0.2.2/doc/bbe.html /construction/textproc/bbe/stage/usr/local/share/doc/bbe install -m 0644 /construction/textproc/bbe/bbe-0.2.2/AUTHORS /construction/textproc/bbe/stage/usr/local/share/doc/bbe install -m 0644 /construction/textproc/bbe/bbe-0.2.2/ChangeLog /construction/textproc/bbe/stage/usr/local/share/doc/bbe install -m 0644 /construction/textproc/bbe/bbe-0.2.2/README /construction/textproc/bbe/stage/usr/local/share/doc/bbe ====> 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 bbe-0.2.2_2 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:09