------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> muparser-2.2.5_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> muparser-2.2.5_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by muparser-2.2.5_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> muparser-2.2.5_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by muparser-2.2.5_2 for building => SHA256 Checksum OK for beltoforion-muparser-v2.2.5_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> muparser-2.2.5_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by muparser-2.2.5_2 for building ===> Extracting for muparser-2.2.5_2 => SHA256 Checksum OK for beltoforion-muparser-v2.2.5_GH0.tar.gz. Extracted Memory Use: 2.97M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for muparser-2.2.5_2 ===> Converting DOS text files to UNIX text files ===> Applying ports patches for muparser-2.2.5_2 ===> Cleanly applied ports patch(es) patch-docs_Doxyfile ===> Applying dragonfly patches for muparser-2.2.5_2 ===> Cleanly applied dragonfly patch(es) patch-configure SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for muparser-2.2.5_2 configure: 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 gawk... (cached) /usr/bin/awk checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for ranlib... ranlib checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E checking for the --enable-debug option... no checking for the --enable-shared option... yes checking for the --enable-samples option... yes checking whether we are using the Intel C compiler... no checking whether we are using the Intel C++ compiler... no checking for ranlib... (cached) ranlib checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for ar... ar checking for strip... strip checking for nm... nm checking for command to install directories... /usr/bin/install -c -d checking if make is GNU make... no checking for dependency tracking method... gcc configure: creating ./config.status config.status: creating Makefile config.status: creating build/autoconf/muparser.pc ---------------------------------------------------------------- Configuration for muparser 2.2.4 successfully completed. Summary of main configuration settings for muparser: - SHARED mode - RELEASE build - SAMPLES enabled Now, just run make. ---------------------------------------------------------------- SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for muparser-2.2.5_2 /construction/math/muparser/muparser-2.2.5/bk-deps c++ -c -o muParser_dll_muParser.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -pipe -O2 -fno-strict-aliasing ./src/muParser.cpp In file included from ./include/muParserStack.h:35, from ./include/muParserBase.h:39, from ./include/muParser.h:32, from ./src/muParser.cpp:26: ./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pCallback; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./src/muParser.cpp:26: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./include/muParser.h:32, from ./src/muParser.cpp:26: ./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object. ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./src/muParser.cpp:26: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ /construction/math/muparser/muparser-2.2.5/bk-deps c++ -c -o muParser_dll_muParserBase.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -pipe -O2 -fno-strict-aliasing ./src/muParserBase.cpp In file included from ./include/muParserStack.h:35, from ./include/muParserBase.h:39, from ./src/muParserBase.cpp:26: ./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pCallback; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserBase.h:33, from ./src/muParserBase.cpp:26: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./src/muParserBase.cpp:26: ./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object. ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserBase.h:33, from ./src/muParserBase.cpp:26: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ /construction/math/muparser/muparser-2.2.5/bk-deps c++ -c -o muParser_dll_muParserBytecode.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -pipe -O2 -fno-strict-aliasing ./src/muParserBytecode.cpp In file included from ./include/muParserBytecode.h:35, from ./src/muParserBytecode.cpp:26: ./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pCallback; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserError.h:34, from ./include/muParserBytecode.h:34, from ./src/muParserBytecode.cpp:26: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ /construction/math/muparser/muparser-2.2.5/bk-deps c++ -c -o muParser_dll_muParserCallback.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -pipe -O2 -fno-strict-aliasing ./src/muParserCallback.cpp /construction/math/muparser/muparser-2.2.5/bk-deps c++ -c -o muParser_dll_muParserDLL.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -pipe -O2 -fno-strict-aliasing ./src/muParserDLL.cpp In file included from ./include/muParserStack.h:35, from ./include/muParserBase.h:39, from ./include/muParser.h:32, from ./src/muParserDLL.cpp:33: ./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pCallback; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./src/muParserDLL.cpp:33: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./include/muParser.h:32, from ./src/muParserDLL.cpp:33: ./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object. ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./src/muParserDLL.cpp:33: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ /construction/math/muparser/muparser-2.2.5/bk-deps c++ -c -o muParser_dll_muParserError.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -pipe -O2 -fno-strict-aliasing ./src/muParserError.cpp /construction/math/muparser/muparser-2.2.5/bk-deps c++ -c -o muParser_dll_muParserInt.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -pipe -O2 -fno-strict-aliasing ./src/muParserInt.cpp In file included from ./include/muParserStack.h:35, from ./include/muParserBase.h:39, from ./include/muParserInt.h:29, from ./src/muParserInt.cpp:26: ./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pCallback; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParserInt.h:29, from ./src/muParserInt.cpp:26: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./include/muParserInt.h:29, from ./src/muParserInt.cpp:26: ./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object. ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParserInt.h:29, from ./src/muParserInt.cpp:26: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ /construction/math/muparser/muparser-2.2.5/bk-deps c++ -c -o muParser_dll_muParserTest.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -pipe -O2 -fno-strict-aliasing ./src/muParserTest.cpp In file included from ./include/muParserStack.h:35, from ./include/muParserBase.h:39, from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./src/muParserTest.cpp:26: ./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pCallback; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./src/muParserTest.cpp:26: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./src/muParserTest.cpp:26: ./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object. ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./src/muParserTest.cpp:26: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ ./src/muParserTest.cpp: In member function 'int mu::Test::ParserTester::EqnTest(const string_type&, double, bool)': ./src/muParserTest.cpp:1261:14: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr p1; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./src/muParserTest.cpp:26: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ /construction/math/muparser/muparser-2.2.5/bk-deps c++ -c -o muParser_dll_muParserTokenReader.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -pipe -O2 -fno-strict-aliasing ./src/muParserTokenReader.cpp In file included from ./include/muParserTokenReader.h:39, from ./src/muParserTokenReader.cpp:32: ./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pCallback; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserTokenReader.h:34, from ./src/muParserTokenReader.cpp:32: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./src/muParserTokenReader.cpp:33: ./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object. ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserTokenReader.h:34, from ./src/muParserTokenReader.cpp:32: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ ./src/muParserTokenReader.cpp: In member function 'mu::ParserTokenReader* mu::ParserTokenReader::Clone(mu::ParserBase*) const': ./src/muParserTokenReader.cpp:150:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr ptr(new ParserTokenReader(*this)); ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserTokenReader.h:34, from ./src/muParserTokenReader.cpp:32: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ c++ -shared -fPIC -o ./lib/libmuparser.so.2.2.4 muParser_dll_muParser.o muParser_dll_muParserBase.o muParser_dll_muParserBytecode.o muParser_dll_muParserCallback.o muParser_dll_muParserDLL.o muParser_dll_muParserError.o muParser_dll_muParserInt.o muParser_dll_muParserTest.o muParser_dll_muParserTokenReader.o -Wl,-soname,libmuparser.so.2 (cd ./lib/; rm -f libmuparser.so libmuparser.so.2; ln -s libmuparser.so.2.2.4 libmuparser.so.2; ln -s libmuparser.so.2 libmuparser.so) /construction/math/muparser/muparser-2.2.5/bk-deps c++ -c -o example1_example1.o -DNDEBUG -I./include -pipe -O2 -fno-strict-aliasing ./samples/example1/example1.cpp In file included from ./include/muParserStack.h:35, from ./include/muParserBase.h:39, from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./samples/example1/example1.cpp:15: ./include/muParserToken.h:72:12: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pCallback; ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./samples/example1/example1.cpp:15: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./samples/example1/example1.cpp:15: ./include/muParserBase.h:291:10: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr m_pTokenReader; ///< Managed pointer to the token reader object. ^~~~~~~~ In file included from /usr/include/c++/8.0/memory:80, from ./include/muParserBase.h:33, from ./include/muParser.h:32, from ./include/muParserTest.h:32, from ./samples/example1/example1.cpp:15: /usr/include/c++/8.0/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ c++ -o ./samples/example1/example1 example1_example1.o -L./lib -L./lib -lmuparser SUCCEEDED 00:00:29 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for muparser-2.2.5_2 ===> Generating temporary packing list /usr/bin/install -c -d /construction/math/muparser/stage/usr/local/lib install -m 0644 ./lib/libmuparser.so /construction/math/muparser/stage/usr/local/lib install -s -m 555 ./lib/libmuparser.so.2.2.4 /construction/math/muparser/stage/usr/local/lib (cd /construction/math/muparser/stage/usr/local/lib ; rm -f libmuparser.so libmuparser.so.2; ln -s libmuparser.so.2.2.4 libmuparser.so.2; ln -s libmuparser.so.2 libmuparser.so) /usr/bin/install -c -d /construction/math/muparser/stage/usr/local for f in include/muParser.h include/muParserBase.h include/muParserBytecode.h include/muParserCallback.h include/muParserDLL.h include/muParserDef.h include/muParserError.h include/muParserFixes.h include/muParserInt.h include/muParserStack.h include/muParserTemplateMagic.h include/muParserTest.h include/muParserToken.h include/muParserTokenReader.h; do if test ! -d /construction/math/muparser/stage/usr/local/`dirname $f` ; then /usr/bin/install -c -d /construction/math/muparser/stage/usr/local/`dirname $f`; fi; install -m 0644 ./$f /construction/math/muparser/stage/usr/local/$f; done /usr/bin/install -c -d /construction/math/muparser/stage/usr/local/libdata/pkgconfig install -m 0644 build/autoconf/muparser.pc /construction/math/muparser/stage/usr/local/libdata/pkgconfig (cd /construction/math/muparser/muparser-2.2.5/samples/example1 && install -s -m 555 example1 /construction/math/muparser/stage/usr/local/share/examples/muparser && install -m 0644 example1.cpp /construction/math/muparser/stage/usr/local/share/examples/muparser) ====> 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 muparser-2.2.5_2 file sizes/checksums [20]: 0% file sizes/checksums [20]: 100% packing files [20]: 0% packing files [20]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:34