head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.04.30.06.39.43; author adam; state Exp; branches; next ; commitid EBfLiYmrAFQ3VWDG; desc @@ 1.1 log @qt6-qtwebengine: updated to 6.11.0 The 6.11 release for Qt Framework is now available, with improved performance, newly supported techniques and capabilities on graphics, connectivity and languages, not to mention a whole new approach to asynchronous C++ coding. Take a closer look. https://www.qt.io/blog/qt-6.11-released @ text @$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- src/3rdparty/chromium/third_party/fontconfig/include/meson-config.h.orig 2026-03-16 11:40:07.000000000 +0000 +++ src/3rdparty/chromium/third_party/fontconfig/include/meson-config.h @@@@ -17,7 +17,7 @@@@ #define FC_CACHEDIR "/var/cache/fontconfig" -#define FC_DEFAULT_FONTS "\t/usr/share/fonts\n\t/usr/local/share/fonts\n" +#define FC_DEFAULT_FONTS "\t@@X11BASE@@/lib/X11/fonts\n" #define FC_FONTPATH "" @@@@ -98,10 +98,13 @@@@ #define HAVE_RANDOM 1 -#define HAVE_RANDOM_R 1 +/* #undef HAVE_RANDOM_R */ #define HAVE_RAND_R 1 +/* Define to 1 if you have the `arc4_random' function. */ +#define HAVE_ARC4RANDOM 1 + #define HAVE_READLINK 1 #define HAVE_STDATOMIC_PRIMITIVES 1 @@@@ -128,7 +131,7 @@@@ #define HAVE_SYS_PARAM_H 1 -#define HAVE_SYS_STATFS_H 1 +/* #undef HAVE_SYS_STATFS_H */ #define HAVE_SYS_STATVFS_H 1 @@@@ -136,7 +139,7 @@@@ #define HAVE_SYS_TYPES_H 1 -#define HAVE_SYS_VFS_H 1 +/* #undef HAVE_SYS_VFS_H */ #define HAVE_TIME_H 1 @