------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The vxquery 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 ------------------------------------------------------------------------------- ===> vxquery-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 vxquery 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 ===> vxquery-0.2.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vxquery-0.2.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The vxquery 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 ===> vxquery-0.2.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vxquery-0.2.1 for building => SHA256 Checksum OK for vxquery-0.2.1.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The vxquery 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 ===> vxquery-0.2.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vxquery-0.2.1 for building ===> Extracting for vxquery-0.2.1 => SHA256 Checksum OK for vxquery-0.2.1.tar.bz2. Extracted Memory Use: 0.36M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for vxquery-0.2.1 ===> Applying dragonfly patches for vxquery-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 vxquery-0.2.1 configure: loading site script /xports/Templates/config.site 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 whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for XML_ExpatVersion in -lbsdxml... yes configure: creating ./config.status config.status: creating settings.sh config.status: creating include/vuxml/config.h SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for vxquery-0.2.1 --- created-object --- mkdir -p object touch created-object --- object/vxquery.o --- --- object/parser.o --- --- object/constants.o --- --- object/handlers.o --- --- object/processors.o --- --- object/pversion.o --- --- object/vuxml.o --- --- object/vxquery.o --- c++ -I./include -pipe -O2 -fno-strict-aliasing -c -o object/vxquery.o vxquery.cc --- object/parser.o --- c++ -I./include -pipe -O2 -fno-strict-aliasing -c -o object/parser.o parser.cc --- object/constants.o --- c++ -I./include -pipe -O2 -fno-strict-aliasing -c -o object/constants.o constants.cc --- object/handlers.o --- c++ -I./include -pipe -O2 -fno-strict-aliasing -c -o object/handlers.o handlers.cc --- object/processors.o --- c++ -I./include -pipe -O2 -fno-strict-aliasing -c -o object/processors.o processors.cc --- object/pversion.o --- cc -I./include -pipe -O2 -fno-strict-aliasing -c -o object/pversion.o pversion.c --- object/vuxml.o --- c++ -I./include -pipe -O2 -fno-strict-aliasing -c -o object/vuxml.o vuxml.cc --- object/pversion.o --- pversion.c: In function 'version_cmp': pversion.c:116:11: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] return (isdigit(v1[0]) ? 1 : -1); ^~~~~~~ --- object/handlers.o --- In file included from handlers.cc:47: ./include/vuxml/handlers.hh:73:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr entry_; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from handlers.cc:36: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ --- object/vxquery.o --- In file included from vxquery.cc:44: ./include/vuxml/handlers.hh:73:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr entry_; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from vxquery.cc:36: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ vxquery.cc: In function 'int realmain(int, char**)': vxquery.cc:144:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr writer; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from vxquery.cc:36: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ vxquery.cc:159:7: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr matcher; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from vxquery.cc:36: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ --- object/vxquery --- c++ -I./include -pipe -O2 -fno-strict-aliasing -o object/vxquery object/constants.o object/handlers.o object/parser.o object/processors.o object/vuxml.o object/pversion.o object/vxquery.o -lbsdxml SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for vxquery-0.2.1 ===> Generating temporary packing list install -s -m 555 /construction/security/vxquery/vxquery-0.2.1/object/vxquery /construction/security/vxquery/stage/usr/local/bin ====> 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 vxquery-0.2.1 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:07