=> 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 tea-48.0.1nb22
[  2%] Automatic MOC and UIC for target tea
AutoMoc: /work/editors/tea/work/tea-qt-48.0.1/gui_utils.h:0: Note: No relevant classes found. No output generated.
AutoMoc: /work/editors/tea/work/tea-qt-48.0.1/myjoystick.h:0: Note: No relevant classes found. No output generated.
[  2%] Built target tea_autogen
[  5%] Generating qrc_resources.cpp
[  7%] Building CXX object CMakeFiles/tea.dir/calendar.cpp.o
[ 10%] Building CXX object CMakeFiles/tea.dir/tea_autogen/mocs_compilation.cpp.o
[ 12%] Building CXX object CMakeFiles/tea.dir/document.cpp.o
[ 15%] Building CXX object CMakeFiles/tea.dir/exif.cpp.o
/work/editors/tea/work/tea-qt-48.0.1/document.cpp: In member function 'void CSyntaxHighlighterQRegularExpression::load_from_xml(const QString&)':
/work/editors/tea/work/tea-qt-48.0.1/document.cpp:1040:18: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QRegularExpression::PatternOption; QFlags<T>::Zero = int QFlags<QRegularExpression::PatternOption>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
   pattern_opts = 0;
                  ^
In file included from /usr/pkg/qt5/include/QtCore/qglobal.h:1299:0,
                 from /usr/pkg/qt5/include/QtGui/qtguiglobal.h:43,
                 from /usr/pkg/qt5/include/QtWidgets/qtwidgetsglobal.h:43,
                 from /usr/pkg/qt5/include/QtWidgets/qapplication.h:43,
                 from /usr/pkg/qt5/include/QtWidgets/QApplication:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/document.cpp:44:
/usr/pkg/qt5/include/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
[ 17%] Building CXX object CMakeFiles/tea.dir/fman.cpp.o
[ 20%] Building CXX object CMakeFiles/tea.dir/fontbox.cpp.o
/work/editors/tea/work/tea-qt-48.0.1/fman.cpp: In member function 'void CFMan::nav(const QString&)':
/work/editors/tea/work/tea-qt-48.0.1/fman.cpp:70:32: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QDir::SortFlag; QFlags<T>::Zero = int QFlags<QDir::SortFlag>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
   QDir::SortFlags sort_flags = 0;
                                ^
In file included from /usr/pkg/qt5/include/QtCore/qglobal.h:1299:0,
                 from /usr/pkg/qt5/include/QtGui/qtguiglobal.h:43,
                 from /usr/pkg/qt5/include/QtGui/qstandarditemmodel.h:43,
                 from /usr/pkg/qt5/include/QtGui/QStandardItem:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/fman.cpp:21:
/usr/pkg/qt5/include/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
[ 23%] Building CXX object CMakeFiles/tea.dir/gui_utils.cpp.o
[ 25%] Building CXX object CMakeFiles/tea.dir/img_viewer.cpp.o
[ 28%] Building CXX object CMakeFiles/tea.dir/libretta_calc.cpp.o
[ 30%] Building CXX object CMakeFiles/tea.dir/logmemo.cpp.o
[ 33%] Building CXX object CMakeFiles/tea.dir/main.cpp.o
[ 35%] Building CXX object CMakeFiles/tea.dir/myjoystick.cpp.o
[ 38%] Building CXX object CMakeFiles/tea.dir/qioapi.cpp.o
[ 41%] Building CXX object CMakeFiles/tea.dir/quaadler32.cpp.o
[ 43%] Building CXX object CMakeFiles/tea.dir/quacrc32.cpp.o
[ 46%] Building CXX object CMakeFiles/tea.dir/quagzipfile.cpp.o
[ 48%] Building CXX object CMakeFiles/tea.dir/quaziodevice.cpp.o
[ 51%] Building CXX object CMakeFiles/tea.dir/quazip.cpp.o
[ 53%] Building CXX object CMakeFiles/tea.dir/quazipdir.cpp.o
/work/editors/tea/work/tea-qt-48.0.1/quazipdir.cpp: In member function 'bool QuaZipDir::cd(const QString&)':
/work/editors/tea/work/tea-qt-48.0.1/quazipdir.cpp:108:70: warning: 'QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(QChar sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations]
         QStringList path = dirName.split('/', QString::SkipEmptyParts);
                                                                      ^
In file included from /usr/pkg/qt5/include/QtCore/QString:1:0,
                 from /work/editors/tea/work/tea-qt-48.0.1/quazip.h:28,
                 from /work/editors/tea/work/tea-qt-48.0.1/quazipdir.h:30,
                 from /work/editors/tea/work/tea-qt-48.0.1/quazipdir.cpp:25:
/usr/pkg/qt5/include/QtCore/qstring.h:615:17: note: declared here
     QStringList split(QChar sep, SplitBehavior behavior,
                 ^~~~~
[ 56%] Building CXX object CMakeFiles/tea.dir/quazipfile.cpp.o
[ 58%] Building CXX object CMakeFiles/tea.dir/quazipfileinfo.cpp.o
[ 61%] Building CXX object CMakeFiles/tea.dir/quazipnewinfo.cpp.o
/work/editors/tea/work/tea-qt-48.0.1/quazipfileinfo.cpp: In function 'QFileDevice::Permissions permissionsFromExternalAttr(quint32)':
/work/editors/tea/work/tea-qt-48.0.1/quazipfileinfo.cpp:29:31: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QFileDevice::Permission; QFlags<T>::Zero = int QFlags<QFileDevice::Permission>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
     QFile::Permissions perm = 0;
                               ^
In file included from /usr/pkg/qt5/include/QtCore/qglobal.h:1299:0,
                 from /usr/pkg/qt5/include/QtCore/qatomic.h:41,
                 from /usr/pkg/qt5/include/QtCore/qrefcount.h:43,
                 from /usr/pkg/qt5/include/QtCore/qbytearray.h:44,
                 from /usr/pkg/qt5/include/QtCore/QByteArray:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/quazipfileinfo.h:28,
                 from /work/editors/tea/work/tea-qt-48.0.1/quazipfileinfo.cpp:25:
/usr/pkg/qt5/include/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
[ 64%] Building CXX object CMakeFiles/tea.dir/rvln.cpp.o
[ 66%] Building CXX object CMakeFiles/tea.dir/shortcuts.cpp.o
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'QTextDocument::FindFlags rvln::get_search_options()':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:2055:36: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
   QTextDocument::FindFlags flags = 0;
                                    ^
In file included from /usr/pkg/qt5/include/QtCore/qglobal.h:1299:0,
                 from /usr/pkg/qt5/include/QtCore/qatomic.h:41,
                 from /usr/pkg/qt5/include/QtCore/qvariant.h:43,
                 from /usr/pkg/qt5/include/QtCore/qmimedata.h:43,
                 from /usr/pkg/qt5/include/QtCore/QMimeData:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:29:
/usr/pkg/qt5/include/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'void rvln::open_at_cursor()':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:3117:43: warning: 'static bool QProcess::startDetached(const QString&)' is deprecated: Use QProcess::startDetached(const QString &program, const QStringList &arguments) instead [-Wdeprecated-declarations]
           QProcess::startDetached (command);
                                           ^
In file included from /usr/pkg/qt5/include/QtCore/QProcess:1:0,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.h:38,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:73:
/usr/pkg/qt5/include/QtCore/qprocess.h:280:17: note: declared here
     static bool startDetached(const QString &command);
                 ^~~~~~~~~~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'void rvln::man_find_find()':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:3349:27: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = QTextDocument::FindFlag; QFlags<T>::Zero = int QFlags<QTextDocument::FindFlag>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
       man->find (fiftxt, 0);
                           ^
In file included from /usr/pkg/qt5/include/QtCore/qglobal.h:1299:0,
                 from /usr/pkg/qt5/include/QtCore/qatomic.h:41,
                 from /usr/pkg/qt5/include/QtCore/qvariant.h:43,
                 from /usr/pkg/qt5/include/QtCore/qmimedata.h:43,
                 from /usr/pkg/qt5/include/QtCore/QMimeData:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:29:
/usr/pkg/qt5/include/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'void rvln::fn_spell_check()':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:3580:20: warning: 'void QTime::start()' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
   time_start.start();
                    ^
In file included from /usr/pkg/qt5/include/QtCore/qcborvalue.h:44:0,
                 from /usr/pkg/qt5/include/QtCore/qjsonvalue.h:46,
                 from /usr/pkg/qt5/include/QtCore/qjsonobject.h:43,
                 from /usr/pkg/qt5/include/QtCore/qplugin.h:46,
                 from /usr/pkg/qt5/include/QtGui/qimageiohandler.h:45,
                 from /usr/pkg/qt5/include/QtGui/qimagewriter.h:47,
                 from /usr/pkg/qt5/include/QtGui/QImageWriter:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:39:
/usr/pkg/qt5/include/QtCore/qdatetime.h:235:55: note: declared here
     QT_DEPRECATED_X("Use QElapsedTimer instead") void start();
                                                       ^~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:3677:68: warning: 'int QTime::elapsed() const' is deprecated: Use QElapsedTimer instead [-Wdeprecated-declarations]
   log->log (tr("elapsed milliseconds: %1").arg (time_start.elapsed()));
                                                                    ^
In file included from /usr/pkg/qt5/include/QtCore/qcborvalue.h:44:0,
                 from /usr/pkg/qt5/include/QtCore/qjsonvalue.h:46,
                 from /usr/pkg/qt5/include/QtCore/qjsonobject.h:43,
                 from /usr/pkg/qt5/include/QtCore/qplugin.h:46,
                 from /usr/pkg/qt5/include/QtGui/qimageiohandler.h:45,
                 from /usr/pkg/qt5/include/QtGui/qimagewriter.h:47,
                 from /usr/pkg/qt5/include/QtGui/QImageWriter:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:39:
/usr/pkg/qt5/include/QtCore/qdatetime.h:237:54: note: declared here
     QT_DEPRECATED_X("Use QElapsedTimer instead") int elapsed() const;
                                                      ^~~~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'void rvln::file_open_program()':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:4854:48: warning: 'void QProcess::start(const QString&, QIODevice::OpenMode)' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
   process->start (command, QIODevice::ReadWrite);
                                                ^
In file included from /usr/pkg/qt5/include/QtCore/QProcess:1:0,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.h:38,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:73:
/usr/pkg/qt5/include/QtCore/qprocess.h:168:10: note: declared here
     void start(const QString &command, OpenMode mode = ReadWrite);
          ^~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'void CAboutWindow::update_image()':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:5019:22: warning: 'int qrand()' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
        int i = qrand() % 5;
                      ^
In file included from /usr/pkg/qt5/include/QtCore/qatomic.h:41:0,
                 from /usr/pkg/qt5/include/QtCore/qvariant.h:43,
                 from /usr/pkg/qt5/include/QtCore/qmimedata.h:43,
                 from /usr/pkg/qt5/include/QtCore/QMimeData:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:29:
/usr/pkg/qt5/include/QtCore/qglobal.h:1274:80: note: declared here
 Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
                                                                                ^~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'void rvln::fn_run_script()':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:5181:26: warning: 'void QProcess::start(const QString&, QIODevice::OpenMode)' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
   process->start (command);
                          ^
In file included from /usr/pkg/qt5/include/QtCore/QProcess:1:0,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.h:38,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:73:
/usr/pkg/qt5/include/QtCore/qprocess.h:168:10: note: declared here
     void start(const QString &command, OpenMode mode = ReadWrite);
          ^~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'void rvln::fman_convert_images(bool, int)':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:6919:38: warning: 'void qsrand(uint)' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
   qsrand (QTime::currentTime().msec());
                                      ^
In file included from /usr/pkg/qt5/include/QtCore/qatomic.h:41:0,
                 from /usr/pkg/qt5/include/QtCore/qvariant.h:43,
                 from /usr/pkg/qt5/include/QtCore/qmimedata.h:43,
                 from /usr/pkg/qt5/include/QtCore/QMimeData:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:29:
/usr/pkg/qt5/include/QtCore/qglobal.h:1273:81: note: declared here
 Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") void qsrand(uint seed);
                                                                                 ^~~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:6923:42: warning: 'int qrand()' is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
   dir_out.append (QString::number (qrand() % 777));
                                          ^
In file included from /usr/pkg/qt5/include/QtCore/qatomic.h:41:0,
                 from /usr/pkg/qt5/include/QtCore/qvariant.h:43,
                 from /usr/pkg/qt5/include/QtCore/qmimedata.h:43,
                 from /usr/pkg/qt5/include/QtCore/QMimeData:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:29:
/usr/pkg/qt5/include/QtCore/qglobal.h:1274:80: note: declared here
 Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
                                                                                ^~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'void rvln::update_view_hls()':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:7176:45: warning: 'QList<T> QHash<K, V>::uniqueKeys() const [with Key = QString; T = QString]' is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations]
   QStringList l = documents->hls.uniqueKeys();
                                             ^
In file included from /usr/pkg/qt5/include/QtCore/qvariant.h:48:0,
                 from /usr/pkg/qt5/include/QtCore/qmimedata.h:43,
                 from /usr/pkg/qt5/include/QtCore/QMimeData:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:29:
/usr/pkg/qt5/include/QtCore/qhash.h:1241:33: note: declared here
 Q_OUTOFLINE_TEMPLATE QList<Key> QHash<Key, T>::uniqueKeys() const
                                 ^~~~~~~~~~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'void rvln::search_in_files()':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:7625:45: warning: 'QList<T> QHash<K, V>::uniqueKeys() const [with Key = QString; T = QString]' is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations]
   QStringList l = documents->hls.uniqueKeys();
                                             ^
In file included from /usr/pkg/qt5/include/QtCore/qvariant.h:48:0,
                 from /usr/pkg/qt5/include/QtCore/qmimedata.h:43,
                 from /usr/pkg/qt5/include/QtCore/QMimeData:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:29:
/usr/pkg/qt5/include/QtCore/qhash.h:1241:33: note: declared here
 Q_OUTOFLINE_TEMPLATE QList<Key> QHash<Key, T>::uniqueKeys() const
                                 ^~~~~~~~~~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'void rvln::calendar_update()':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:8057:65: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
        sdate = sdate.sprintf ("%02d-%02d-%02d", year, month, day);
                                                                 ^
In file included from /usr/pkg/qt5/include/QtCore/qhashfunctions.h:44:0,
                 from /usr/pkg/qt5/include/QtCore/qlist.h:47,
                 from /usr/pkg/qt5/include/QtCore/qvariant.h:45,
                 from /usr/pkg/qt5/include/QtCore/qmimedata.h:43,
                 from /usr/pkg/qt5/include/QtCore/QMimeData:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:29:
/usr/pkg/qt5/include/QtCore/qstring.h:393:14: note: declared here
     QString &sprintf(const char *format, ...) Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
              ^~~~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'void rvln::ide_run()':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:10379:52: warning: 'void QProcess::start(const QString&, QIODevice::OpenMode)' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
   process->start (command_run, QIODevice::ReadWrite);
                                                    ^
In file included from /usr/pkg/qt5/include/QtCore/QProcess:1:0,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.h:38,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:73:
/usr/pkg/qt5/include/QtCore/qprocess.h:168:10: note: declared here
     void start(const QString &command, OpenMode mode = ReadWrite);
          ^~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'void rvln::ide_build()':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:10411:54: warning: 'void QProcess::start(const QString&, QIODevice::OpenMode)' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
   process->start (command_build, QIODevice::ReadWrite);
                                                      ^
In file included from /usr/pkg/qt5/include/QtCore/QProcess:1:0,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.h:38,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:73:
/usr/pkg/qt5/include/QtCore/qprocess.h:168:10: note: declared here
     void start(const QString &command, OpenMode mode = ReadWrite);
          ^~~~~
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp: In member function 'void rvln::ide_clean()':
/work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:10445:56: warning: 'void QProcess::start(const QString&, QIODevice::OpenMode)' is deprecated: Use QProcess::start(const QString &program, const QStringList &arguments,OpenMode mode = ReadWrite) instead [-Wdeprecated-declarations]
     process->start (command_clean, QIODevice::ReadWrite);
                                                        ^
In file included from /usr/pkg/qt5/include/QtCore/QProcess:1:0,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.h:38,
                 from /work/editors/tea/work/tea-qt-48.0.1/rvln.cpp:73:
/usr/pkg/qt5/include/QtCore/qprocess.h:168:10: note: declared here
     void start(const QString &command, OpenMode mode = ReadWrite);
          ^~~~~
[ 69%] Building CXX object CMakeFiles/tea.dir/single_application.cpp.o
[ 71%] Building CXX object CMakeFiles/tea.dir/single_application_shared.cpp.o
[ 74%] Building CXX object CMakeFiles/tea.dir/spellchecker.cpp.o
[ 76%] Building CXX object CMakeFiles/tea.dir/textproc.cpp.o
[ 79%] Building CXX object CMakeFiles/tea.dir/tio.cpp.o
[ 82%] Building CXX object CMakeFiles/tea.dir/todo.cpp.o
In file included from /work/editors/tea/work/.buildlink/include/poppler/qt5/poppler-qt5.h:53:0,
                 from /work/editors/tea/work/tea-qt-48.0.1/tio.cpp:57:
/work/editors/tea/work/.buildlink/include/poppler/qt5/poppler-annotation.h:639:5: warning: 'template<class T> class QLinkedList' is deprecated [-Wdeprecated-declarations]
     QLinkedList<QPointF> linePoints() const;
     ^~~~~~~~~~~
In file included from /usr/pkg/qt5/include/QtCore/qvarlengtharray.h:43:0,
                 from /usr/pkg/qt5/include/QtCore/qmetatype.h:48,
                 from /usr/pkg/qt5/include/QtCore/qobject.h:54,
                 from /usr/pkg/qt5/include/QtCore/qiodevice.h:45,
                 from /usr/pkg/qt5/include/QtCore/qxmlstream.h:43,
                 from /usr/pkg/qt5/include/QtCore/QXmlStreamReader:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/tio.cpp:48:
/usr/pkg/qt5/include/QtCore/qcontainerfwd.h:51:26: note: declared here
 template <class T> class QLinkedList;
                          ^~~~~~~~~~~
In file included from /work/editors/tea/work/.buildlink/include/poppler/qt5/poppler-qt5.h:53:0,
                 from /work/editors/tea/work/tea-qt-48.0.1/tio.cpp:57:
/work/editors/tea/work/.buildlink/include/poppler/qt5/poppler-annotation.h:640:30: warning: 'template<class T> class QLinkedList' is deprecated [-Wdeprecated-declarations]
     void setLinePoints(const QLinkedList<QPointF> &points);
                              ^~~~~~~~~~~
In file included from /usr/pkg/qt5/include/QtCore/qvarlengtharray.h:43:0,
                 from /usr/pkg/qt5/include/QtCore/qmetatype.h:48,
                 from /usr/pkg/qt5/include/QtCore/qobject.h:54,
                 from /usr/pkg/qt5/include/QtCore/qiodevice.h:45,
                 from /usr/pkg/qt5/include/QtCore/qxmlstream.h:43,
                 from /usr/pkg/qt5/include/QtCore/QXmlStreamReader:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/tio.cpp:48:
/usr/pkg/qt5/include/QtCore/qcontainerfwd.h:51:26: note: declared here
 template <class T> class QLinkedList;
                          ^~~~~~~~~~~
In file included from /work/editors/tea/work/.buildlink/include/poppler/qt5/poppler-qt5.h:53:0,
                 from /work/editors/tea/work/tea-qt-48.0.1/tio.cpp:57:
/work/editors/tea/work/.buildlink/include/poppler/qt5/poppler-annotation.h:854:11: warning: 'template<class T> class QLinkedList' is deprecated [-Wdeprecated-declarations]
     QList<QLinkedList<QPointF>> inkPaths() const;
           ^~~~~~~~~~~
In file included from /usr/pkg/qt5/include/QtCore/qvarlengtharray.h:43:0,
                 from /usr/pkg/qt5/include/QtCore/qmetatype.h:48,
                 from /usr/pkg/qt5/include/QtCore/qobject.h:54,
                 from /usr/pkg/qt5/include/QtCore/qiodevice.h:45,
                 from /usr/pkg/qt5/include/QtCore/qxmlstream.h:43,
                 from /usr/pkg/qt5/include/QtCore/QXmlStreamReader:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/tio.cpp:48:
/usr/pkg/qt5/include/QtCore/qcontainerfwd.h:51:26: note: declared here
 template <class T> class QLinkedList;
                          ^~~~~~~~~~~
In file included from /work/editors/tea/work/.buildlink/include/poppler/qt5/poppler-qt5.h:53:0,
                 from /work/editors/tea/work/tea-qt-48.0.1/tio.cpp:57:
/work/editors/tea/work/.buildlink/include/poppler/qt5/poppler-annotation.h:855:34: warning: 'template<class T> class QLinkedList' is deprecated [-Wdeprecated-declarations]
     void setInkPaths(const QList<QLinkedList<QPointF>> &paths);
                                  ^~~~~~~~~~~
In file included from /usr/pkg/qt5/include/QtCore/qvarlengtharray.h:43:0,
                 from /usr/pkg/qt5/include/QtCore/qmetatype.h:48,
                 from /usr/pkg/qt5/include/QtCore/qobject.h:54,
                 from /usr/pkg/qt5/include/QtCore/qiodevice.h:45,
                 from /usr/pkg/qt5/include/QtCore/qxmlstream.h:43,
                 from /usr/pkg/qt5/include/QtCore/QXmlStreamReader:1,
                 from /work/editors/tea/work/tea-qt-48.0.1/tio.cpp:48:
/usr/pkg/qt5/include/QtCore/qcontainerfwd.h:51:26: note: declared here
 template <class T> class QLinkedList;
                          ^~~~~~~~~~~
[ 84%] Building CXX object CMakeFiles/tea.dir/tzipper.cpp.o
[ 87%] Building C object CMakeFiles/tea.dir/unzip.c.o
[ 89%] Building CXX object CMakeFiles/tea.dir/utils.cpp.o
[ 92%] Building CXX object CMakeFiles/tea.dir/wavinfo.cpp.o
[ 94%] Building C object CMakeFiles/tea.dir/zip.c.o
[ 97%] Building CXX object CMakeFiles/tea.dir/qrc_resources.cpp.o
[100%] Linking CXX executable tea
/usr/bin/ld: warning: libstdc++.so.8, needed by /work/editors/tea/work/.buildlink/qt5/lib/libQt5PrintSupport.so, may conflict with libstdc++.so.7
CMakeFiles/tea.dir/spellchecker.cpp.o: In function `CHunspellChecker::check(QString const&)':
spellchecker.cpp:(.text+0x675): undefined reference to `Hunspell::spell(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)'
CMakeFiles/tea.dir/spellchecker.cpp.o: In function `CHunspellChecker::add_to_user_dict(QString const&)':
spellchecker.cpp:(.text+0xfbf): undefined reference to `Hunspell::add(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
CMakeFiles/tea.dir/spellchecker.cpp.o: In function `CHunspellChecker::get_suggestions_list(QString const&)':
spellchecker.cpp:(.text+0x159c): undefined reference to `Hunspell::suggest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
CMakeFiles/tea.dir/spellchecker.cpp.o: In function `CHunspellChecker::remove_from_user_dict(QString const&)':
spellchecker.cpp:(.text+0x1944): undefined reference to `Hunspell::remove(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
CMakeFiles/tea.dir/spellchecker.cpp.o: In function `CHunspellChecker::CHunspellChecker(QString const&, QString const&, QString const&)':
spellchecker.cpp:(.text+0x20ad): undefined reference to `Hunspell::get_dict_encoding[abi:cxx11]() const'
CMakeFiles/tea.dir/spellchecker.cpp.o: In function `CHunspellChecker::change_lang(QString const&)':
spellchecker.cpp:(.text+0x2d48): undefined reference to `Hunspell::get_dict_encoding[abi:cxx11]() const'
collect2: error: ld returned 1 exit status
gmake[2]: *** [CMakeFiles/tea.dir/build.make:767: tea] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:111: CMakeFiles/tea.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2
*** Error code 2

Stop.
make[1]: stopped in /tree/pkgsrc/editors/tea
*** Error code 1

Stop.
make: stopped in /tree/pkgsrc/editors/tea