------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/readline-8.0.4.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The tdl 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 ------------------------------------------------------------------------------- ===> tdl-1.5.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 tdl 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 ===> tdl-1.5.2_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tdl-1.5.2_2 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The tdl 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 ===> tdl-1.5.2_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tdl-1.5.2_2 for building => SHA256 Checksum OK for tdl-1.5.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The tdl 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 ===> tdl-1.5.2_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by tdl-1.5.2_2 for building ===> Extracting for tdl-1.5.2_2 => SHA256 Checksum OK for tdl-1.5.2.tar.gz. Extracted Memory Use: 0.27M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for tdl-1.5.2_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> tdl-1.5.2_2 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> tdl-1.5.2_2 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) ===> Configuring for tdl-1.5.2_2 Testing whether your compiler "cc -pipe -O2 -fno-strict-aliasing " works : it works Testing what to include for readline : Testing extra libraries to link with readline : (none) Testing for completion_matches in readline : no Testing for rl_completion_matches in readline : yes Generating Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for tdl-1.5.2_2 --- main.o --- --- io.o --- --- add.o --- --- done.o --- --- remove.o --- --- move.o --- --- list.o --- --- report.o --- --- purge.o --- --- util.o --- --- add.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -c add.c --- done.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -c done.c --- main.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -c main.c --- list.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -c list.c --- purge.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -c purge.c --- io.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -c io.c --- remove.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -c remove.c --- move.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -c move.c --- report.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -c report.c --- util.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -c util.c --- dates.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -c dates.c --- impexp.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -c impexp.c --- narrow.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -c narrow.c --- inter.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -DUSE_READLINE=1 -DBARE_READLINE_H=0 -DUSE_RL_COMPLETION_MATCHES=1 -I/usr/local/include -c inter.c inter.c: In function 'interactive_text_readline': inter.c:559:3: warning: 'Function' is deprecated [-Wdeprecated-declarations] Function *old_rl_pre_input_hook = NULL; ^~~~~~~~ inter.c: In function 'interactive_text': inter.c:636:5: warning: 'CPPFunction' is deprecated [-Wdeprecated-declarations] rl_attempted_completion_function = (CPPFunction *) null_tdl_completion; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inter.c:638:5: warning: 'CPPFunction' is deprecated [-Wdeprecated-declarations] rl_attempted_completion_function = (CPPFunction *) tdl_completion; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inter.c: In function 'interactive': inter.c:656:5: warning: 'CPPFunction' is deprecated [-Wdeprecated-declarations] rl_attempted_completion_function = (CPPFunction *) tdl_completion; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- tdl --- cc -pipe -O2 -fno-strict-aliasing -DUSE_DOTLOCK=1 -o tdl main.o io.o add.o done.o remove.o move.o list.o report.o purge.o util.o dates.o impexp.o narrow.o inter.o -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lreadline SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for tdl-1.5.2_2 ===> Generating temporary packing list [ -d ] || mkdir -p [ -d /construction/devel/tdl/stage/usr/local/bin ] || mkdir -p /construction/devel/tdl/stage/usr/local/bin [ -d /construction/devel/tdl/stage/usr/local/man ] || mkdir -p /construction/devel/tdl/stage/usr/local/man [ -d /construction/devel/tdl/stage/usr/local/man/man1 ] || mkdir -p /construction/devel/tdl/stage/usr/local/man/man1 cp tdl /construction/devel/tdl/stage/usr/local/bin/tdl chmod 555 /construction/devel/tdl/stage/usr/local/bin/tdl (cd /construction/devel/tdl/stage/usr/local/bin; ln -sf tdl tdla; ln -sf tdl tdll; ln -sf tdl tdld; ln -sf tdl tdlg) gzip -9 < tdl.1 > /construction/devel/tdl/stage/usr/local/man/man1/tdl.1.gz chmod 444 /construction/devel/tdl/stage/usr/local/man/man1/tdl.1.gz (cd /construction/devel/tdl/stage/usr/local/man/man1; for x in tdla tdll tdld tdlg ; do ln -sf tdl.1.gz ${x}.1.gz ; done ) /bin/chmod u+w /construction/devel/tdl/stage/usr/local/bin/tdl /usr/bin/strip /construction/devel/tdl/stage/usr/local/bin/tdl /bin/chmod u-w /construction/devel/tdl/stage/usr/local/bin/tdl ====> 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 tdl-1.5.2_2 file sizes/checksums [10]: 0% file sizes/checksums [10]: 100% packing files [10]: 0% packing files [10]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:06