=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for abiword-plugins-3.0.5nb20
Making all in aiksaurus
gmake[1]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus'
Making all in aiksaurusgtk3
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus/aiksaurusgtk3'
  CXX      AiksaurusGTK.lo
  CXX      AiksaurusGTK_histlist.lo
  CXX      AiksaurusGTK_history.lo
  CXX      AiksaurusGTK_picbutton.lo
  CXX      AiksaurusGTK_strlist.lo
  CXX      AiksaurusGTK_utils.lo
  CXX      Display.lo
  CXX      Exception.lo
  CXX      Meaning.lo
  CXX      Replacebar.lo
AiksaurusGTK_history.cpp: In member function 'void AiksaurusGTK_history::move_back()':
AiksaurusGTK_history.cpp:131:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  131 |     while (d_forward.size() > 200)
      |     ^~~~~
AiksaurusGTK_history.cpp:135:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
  135 |  delete[] d_current_ptr;
      |  ^~~~~~
AiksaurusGTK_history.cpp: In member function 'void AiksaurusGTK_history::move_forward()':
AiksaurusGTK_history.cpp:153:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  153 |     while (d_back.size() > 200)
      |     ^~~~~
AiksaurusGTK_history.cpp:157:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
  157 |  delete[] d_current_ptr;
      |  ^~~~~~
  CXX      Toolbar.lo
  CXX      AiksaurusGTK-C.lo
In file included from Meaning.cpp:4:
Meaning.h:28:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   28 |                                    gpointer data) throw(std::bad_alloc);
      |                                                   ^~~~~
Meaning.h:33:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   33 |                 throw(std::bad_alloc);
      |                 ^~~~~
In file included from Meaning.cpp:5:
Display.h:32:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   32 |             void _handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc);
      |                                                                     ^~~~~
Display.h:37:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   37 |                 throw(std::bad_alloc);
      |                 ^~~~~
Display.h:39:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   39 |             void _displayResults(const char* word) throw(Exception, std::bad_alloc);
      |                                                    ^~~~~
Display.h:40:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |             void _displayAlternatives() throw(Exception, std::bad_alloc);
      |                                         ^~~~~
Display.h:42:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   42 |             void _checkThesaurus() throw(Exception);
      |                                    ^~~~~
Display.h:53:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |             void search(const char* word) throw(std::bad_alloc);
      |                                           ^~~~~
Meaning.cpp:29:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   29 |     throw(bad_alloc)
      |     ^~~~~
Meaning.cpp:142:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  142 |     throw(std::bad_alloc)
      |     ^~~~~
In file included from Display.cpp:23:
Display.h:32:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   32 |             void _handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc);
      |                                                                     ^~~~~
Display.h:37:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   37 |                 throw(std::bad_alloc);
      |                 ^~~~~
Display.h:39:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   39 |             void _displayResults(const char* word) throw(Exception, std::bad_alloc);
      |                                                    ^~~~~
Display.h:40:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |             void _displayAlternatives() throw(Exception, std::bad_alloc);
      |                                         ^~~~~
Display.h:42:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   42 |             void _checkThesaurus() throw(Exception);
      |                                    ^~~~~
Display.h:53:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |             void search(const char* word) throw(std::bad_alloc);
      |                                           ^~~~~
In file included from Display.cpp:24:
Meaning.h:28:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   28 |                                    gpointer data) throw(std::bad_alloc);
      |                                                   ^~~~~
Meaning.h:33:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   33 |                 throw(std::bad_alloc);
      |                 ^~~~~
Display.cpp:74:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   74 |         throw(std::bad_alloc)
      |         ^~~~~
Display.cpp:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   99 |     void Display::_displayResults(const char* word) throw(Exception, std::bad_alloc)
      |                                                     ^~~~~
Display.cpp:138:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  138 |     void Display::_checkThesaurus() throw(Exception)
      |                                     ^~~~~
Display.cpp:154:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  154 |         throw(Exception, std::bad_alloc)
      |         ^~~~~
Display.cpp:177:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  177 |     void Display::search(const char* word) throw(std::bad_alloc)
      |                                            ^~~~~
Display.cpp:198:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  198 |     void Display::_handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc)
      |                                                                      ^~~~~
In file included from AiksaurusGTK.cpp:23:
Toolbar.h:58:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   58 |             void _updateNavigation() throw(std::bad_alloc);
      |                                      ^~~~~
Toolbar.h:77:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   77 |             Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc);
      |                                                                  ^~~~~
Toolbar.h:84:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   84 |             void search(const char* str) throw(std::bad_alloc);
      |                                          ^~~~~
In file included from AiksaurusGTK.cpp:24:
Display.h:32:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   32 |             void _handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc);
      |                                                                     ^~~~~
Display.h:37:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   37 |                 throw(std::bad_alloc);
      |                 ^~~~~
Display.h:39:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   39 |             void _displayResults(const char* word) throw(Exception, std::bad_alloc);
      |                                                    ^~~~~
Display.h:40:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   40 |             void _displayAlternatives() throw(Exception, std::bad_alloc);
      |                                         ^~~~~
Display.h:42:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   42 |             void _checkThesaurus() throw(Exception);
      |                                    ^~~~~
Display.h:53:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |             void search(const char* word) throw(std::bad_alloc);
      |                                           ^~~~~
AiksaurusGTK.cpp:57:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   57 |             void setInitialMessage(const char* message) throw(std::bad_alloc);
      |                                                         ^~~~~
AiksaurusGTK.cpp:87:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   87 |     void DialogImpl::setInitialMessage(const char* message) throw(std::bad_alloc)
      |                                                             ^~~~~
AiksaurusGTK.cpp: In member function 'virtual void AiksaurusGTK_impl::DialogImpl::eventReplace(const char*)':
AiksaurusGTK.cpp:205:20: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=]
  205 |         catch(std::bad_alloc) {
      |                    ^~~~~~~~~
AiksaurusGTK.cpp: In member function 'virtual void AiksaurusGTK_impl::DialogImpl::eventSearch(const char*)':
AiksaurusGTK.cpp:236:20: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=]
  236 |         catch(std::bad_alloc) {
      |                    ^~~~~~~~~
In file included from Toolbar.cpp:21:
Toolbar.h:58:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   58 |             void _updateNavigation() throw(std::bad_alloc);
      |                                      ^~~~~
Toolbar.h:77:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   77 |             Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc);
      |                                                                  ^~~~~
Toolbar.h:84:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   84 |             void search(const char* str) throw(std::bad_alloc);
      |                                          ^~~~~
Toolbar.cpp:29:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   29 |     Toolbar::Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc)
      |                                                                   ^~~~~
Toolbar.cpp:95:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   95 |     void Toolbar::_updateNavigation() throw(std::bad_alloc)
      |                                       ^~~~~
Toolbar.cpp:114:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  114 |     void Toolbar::search(const char* str) throw(std::bad_alloc)
      |                                           ^~~~~
  CXXLD    libAiksaurusGtk3.la
ld: warning: libfreetype.so.19, needed by /pbulk/work/editors/abiword-plugins/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus/aiksaurusgtk3'
Making all in xp
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus/xp'
  CXX      AiksaurusABI.lo
  CXXLD    libxp.la
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus/xp'
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus'
  CXXLD    aiksaurus.la
ld: warning: libfreetype.so.19, needed by /pbulk/work/editors/abiword-plugins/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus'
gmake[1]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus'
Making all in applix
gmake[1]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/applix'
Making all in xp
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/applix/xp'
  CXX      ie_exp_Applix.lo
  CXX      ie_imp_Applix.lo
  CXX      ie_impexp_Applix.lo
In file included from ../../../src/af/util/xp/ut_wctomb.h:13,
                 from ie_exp_Applix.cpp:35:
../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |       throw(UT_iconv_t);
      |       ^~~~~
In file included from ../../../src/af/util/xp/ut_mbtowc.h:14,
                 from ie_imp_Applix.h:29,
                 from ie_impexp_Applix.cpp:23:
../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |       throw(UT_iconv_t);
      |       ^~~~~
In file included from ../../../src/af/util/xp/ut_mbtowc.h:14,
                 from ie_imp_Applix.h:29,
                 from ie_imp_Applix.cpp:30:
../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |       throw(UT_iconv_t);
      |       ^~~~~
  CXXLD    libxp.la
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/applix/xp'
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/applix'
  CXXLD    applix.la
ld: warning: libfreetype.so.19, needed by /pbulk/work/editors/abiword-plugins/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/applix'
gmake[1]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/applix'
Making all in babelfish
gmake[1]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/babelfish'
Making all in xp
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/babelfish/xp'
  CXX      AbiBabelfish.lo
In file included from ../../../src/af/util/xp/ut_wctomb.h:13,
                 from AbiBabelfish.cpp:33:
../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   53 |       throw(UT_iconv_t);
      |       ^~~~~
  CXXLD    libxp.la
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/babelfish/xp'
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/babelfish'
  CXXLD    babelfish.la
ld: warning: libfreetype.so.19, needed by /pbulk/work/editors/abiword-plugins/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/babelfish'
gmake[1]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/babelfish'
Making all in bmp
gmake[1]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/bmp'
Making all in xp
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/bmp/xp'
  CXX      ie_impGraphic_BMP.lo
ie_impGraphic_BMP.cpp: In member function 'UT_Byte IE_ImpGraphic_BMP::ReadByte(UT_ByteBuf*, UT_uint32)':
ie_impGraphic_BMP.cpp:449:11: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  449 |  return ( static_cast<const UT_Byte>(ReadBytes(pBB,offset,1) ));
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ie_impGraphic_BMP.cpp: In member function 'UT_uint16 IE_ImpGraphic_BMP::Read2Bytes(UT_ByteBuf*, UT_uint32)':
ie_impGraphic_BMP.cpp:455:11: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
  455 |  return ( static_cast<const UT_uint16>(ReadBytes(pBB,offset,2) ));
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CXXLD    libxp.la
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/bmp/xp'
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/bmp'
  CXXLD    bmp.la
ld: warning: libfreetype.so.19, needed by /pbulk/work/editors/abiword-plugins/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/bmp'
gmake[1]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/bmp'
Making all in clarisworks
gmake[1]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/clarisworks'
Making all in xp
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/clarisworks/xp'
  CXX      ie_imp_ClarisWorks.lo
  CXXLD    libxp.la
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/clarisworks/xp'
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/clarisworks'
  CXXLD    clarisworks.la
ld: warning: libfreetype.so.19, needed by /pbulk/work/editors/abiword-plugins/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/clarisworks'
gmake[1]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/clarisworks'
Making all in collab
gmake[1]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab'
Making all in backends
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends'
Making all in service
gmake[3]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends/service'
Making all in unix
gmake[4]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends/service/unix'
  CXX      ap_UnixDialog_GenericInput.lo
  CXX      ap_UnixDialog_GenericProgress.lo
  CXX      ServiceUnixAccountHandler.lo
In file included from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind/detail/requires_cxx11.hpp:9,
                 from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind/bind.hpp:24,
                 from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:29,
                 from ./../../../backends/service/xp/ServiceAccountHandler.h:25,
                 from ServiceUnixAccountHandler.h:23,
                 from ServiceUnixAccountHandler.cpp:20:
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/config/pragma_message.hpp:24:34: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.'
   24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
      |                                  ^~~~~~~
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:36:1: note: in expansion of macro 'BOOST_PRAGMA_MESSAGE'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
  CXXLD    libunix.la
gmake[4]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends/service/unix'
Making all in xp
gmake[4]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends/service/xp'
  CXX      AbiCollabSaveInterceptor.lo
  CXX      ap_Dialog_GenericInput.lo
  CXX      ap_Dialog_GenericProgress.lo
  CXX      AbiCollabImport.lo
  CXX      AbiCollabService_Export.lo
  CXX      RealmConnection.lo
  CXX      RealmProtocol.lo
  CXX      ServiceAccountHandler.lo
In file included from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind/detail/requires_cxx11.hpp:9,
                 from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind/bind.hpp:24,
                 from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:29,
                 from AbiCollabSaveInterceptor.cpp:19:
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/config/pragma_message.hpp:24:34: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.'
   24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
      |                                  ^~~~~~~
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:36:1: note: in expansion of macro 'BOOST_PRAGMA_MESSAGE'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
In file included from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/function/detail/requires_cxx11.hpp:9,
                 from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/function/detail/prologue.hpp:12,
                 from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/function.hpp:30,
                 from RealmConnection.cpp:19:
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/config/pragma_message.hpp:24:34: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.'
   24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
      |                                  ^~~~~~~
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:36:1: note: in expansion of macro 'BOOST_PRAGMA_MESSAGE'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
In file included from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind/detail/requires_cxx11.hpp:9,
                 from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind/bind.hpp:24,
                 from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:29,
                 from ServiceAccountHandler.cpp:29:
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/config/pragma_message.hpp:24:34: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.'
   24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
      |                                  ^~~~~~~
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:36:1: note: in expansion of macro 'BOOST_PRAGMA_MESSAGE'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
In file included from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind/detail/requires_cxx11.hpp:9,
                 from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind/bind.hpp:24,
                 from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:29,
                 from ServiceAccountHandler.h:25,
                 from AbiCollabImport.cpp:22:
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/config/pragma_message.hpp:24:34: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.'
   24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
      |                                  ^~~~~~~
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:36:1: note: in expansion of macro 'BOOST_PRAGMA_MESSAGE'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
  CXX      ServiceErrorCodes.lo
  CXX      soa_result.lo
AbiCollabSaveInterceptor.cpp: In member function 'void AbiCollabSaveInterceptor::_save_cb(bool, ServiceAccountHandler*, AbiCollab*, ConnectionPtr, soa::function_call_ptr, boost::shared_ptr<std::__cxx11::basic_string<char> >)':
AbiCollabSaveInterceptor.cpp:279:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
  279 |      }
      |      ^
AbiCollabSaveInterceptor.cpp:281:5: note: here
  281 |     case acs::SOAP_ERROR_NO_CHANGES:
      |     ^~~~
In file included from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/smart_ptr/detail/requires_cxx11.hpp:9,
                 from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/smart_ptr/shared_ptr.hpp:17,
                 from /pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/shared_ptr.hpp:17,
                 from ../../../../../src/text/ptbl/xp/pd_Document.h:73,
                 from AbiCollabService_Export.cpp:22:
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/config/pragma_message.hpp:24:34: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.'
   24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
      |                                  ^~~~~~~
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:36:1: note: in expansion of macro 'BOOST_PRAGMA_MESSAGE'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
RealmConnection.cpp: In member function 'bool RealmConnection::connect()':
RealmConnection.cpp:93:30: warning: catching polymorphic type 'asio::system_error' {aka 'class std::system_error'} by value [-Wcatch-value=]
   93 |    catch (asio::system_error se)
      |                              ^~
RealmConnection.cpp: In member function 'bool RealmConnection::_login()':
RealmConnection.cpp:275:28: warning: catching polymorphic type 'asio::system_error' {aka 'class std::system_error'} by value [-Wcatch-value=]
  275 |  catch (asio::system_error e)
      |                            ^
RealmConnection.cpp: In member function 'UserJoinedPacketPtr RealmConnection::_receiveUserJoinedPacket()':
RealmConnection.cpp:329:41: error: variable 'boost::array<asio::mutable_buffer, 3> buf' has initializer but incomplete type
  329 |   boost::array<asio::mutable_buffer, 3> buf = {{
      |                                         ^~~
RealmConnection.cpp:339:30: warning: catching polymorphic type 'asio::system_error' {aka 'class std::system_error'} by value [-Wcatch-value=]
  339 |  } catch (asio::system_error se) {
      |                              ^~
  CXX      soa_soup.lo
gmake[4]: *** [Makefile:647: RealmConnection.lo] Error 1
gmake[4]: *** Waiting for unfinished jobs....
In file included from ServiceAccountHandler.cpp:51:
../../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)':
../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy]
  229 |         self_type result( *this );
      |                                 ^
../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)'
  225 |     PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
      |                          ^~~~~~~~
../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy]
  231 |         return result;
      |                ^~~~~~
../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)'
  225 |     PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other );
      |                          ^~~~~~~~
soa_soup.cpp: In member function 'void soup_soa::SoaSoupSession::_set_session(const string&)':
soa_soup.cpp:82:31: warning: 'SoupSession* soup_session_sync_new()' is deprecated: Use 'soup_session_new' instead [-Wdeprecated-declarations]
   82 |       ? soup_session_sync_new()
      |                               ^
In file included from /pbulk/work/editors/abiword-plugins/work/.buildlink/include/libsoup-2.4/libsoup/soup.h:48,
                 from soa_soup.cpp:31:
/pbulk/work/editors/abiword-plugins/work/.buildlink/include/libsoup-2.4/libsoup/soup-session-sync.h:51:14: note: declared here
   51 | SoupSession *soup_session_sync_new              (void);
      |              ^~~~~~~~~~~~~~~~~~~~~
soa_soup.cpp:87:10: warning: 'SoupSession* soup_session_sync_new_with_options(const char*, ...)' is deprecated: Use 'soup_session_new_with_options' instead [-Wdeprecated-declarations]
   87 |          );
      |          ^
In file included from /pbulk/work/editors/abiword-plugins/work/.buildlink/include/libsoup-2.4/libsoup/soup.h:48,
                 from soa_soup.cpp:31:
/pbulk/work/editors/abiword-plugins/work/.buildlink/include/libsoup-2.4/libsoup/soup-session-sync.h:54:14: note: declared here
   54 | SoupSession *soup_session_sync_new_with_options (const char *optname1,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gmake[4]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends/service/xp'
gmake[3]: *** [Makefile:687: all-recursive] Error 1
gmake[3]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends/service'
gmake[2]: *** [Makefile:613: all-recursive] Error 1
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends'
gmake[1]: *** [Makefile:704: all-recursive] Error 1
gmake[1]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab'
gmake: *** [Makefile:542: all-recursive] Error 1
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/editors/abiword-plugins
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/editors/abiword-plugins