head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @// @; 1.1 date 2024.04.27.11.49.40; author adam; state Exp; branches; next ; commitid H5o77rdH7OuacM7F; desc @@ 1.1 log @qt6: updated to 6.7.0 Qt 6.7 is out with lots of large and small improvements for all of us who like to have fun when building modern applications and user experiences. https://www.qt.io/blog/qt-6.7-released @ text @$NetBSD$ On NetBSD, ifr_ifindex is aliased to ifr_index, so avoid redundant definition. --- src/network/kernel/qnetworkinterface_unix.cpp.orig 2024-04-26 15:14:45.333104123 +0000 +++ src/network/kernel/qnetworkinterface_unix.cpp @@@@ -60,11 +60,13 @@@@ static auto &ifreq_index(Req &req, std:: return req.ifr_index; } +#if !defined(__NetBSD__) template [[maybe_unused]] static auto &ifreq_index(Req &req, std::enable_if_t().ifr_ifindex) != 0, int> = 0) { return req.ifr_ifindex; } +#endif uint QNetworkInterfaceManager::interfaceIndexFromName(const QString &name) { @