head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @// @; 1.1 date 2025.10.15.16.20.05; author hauke; state Exp; branches; next ; commitid aQCz05oEmDt9sGeG; desc @@ 1.1 log @mail/trojita: Update to v0.7 Move from QT4 to QT5 Beyond that, upstream does not provide a changelog. While 0.7 is nine years old, there is activity at , and a trojita-current could be packaged. @ text @$NetBSD$ Duplicate declaration. --- tests/Imap/test_Imap_BodyParts.cpp.orig 2025-10-15 15:25:49.795007647 +0000 +++ tests/Imap/test_Imap_BodyParts.cpp @@@@ -51,6 +51,7 @@@@ struct Data { Q_DECLARE_METATYPE(QList) +#if 0 /* Already declared in QtTest/qtest.h */ namespace QTest { template <> char *toString(const QModelIndex &index) @@@@ -60,6 +61,7 @@@@ char *toString(const QModelIndex &index) return qstrdup(buf.toUtf8().constData()); } } +#endif using namespace Imap::Mailbox; @