head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.08.30.14.25.05; author wiz; state Exp; branches; next ; commitid JBc39jPIQAWHzFTG; desc @@ 1.1 log @www/webkit-gtk41: import webkit-gtk41-2.52.6 WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. This is the GTK3 port of the engine, API version 4.1. @ text @$NetBSD$ In file included from /usr/pkg/include/EGL/eglplatform.h:134, from /usr/pkg/include/epoxy/egl_generated.h:11, from /usr/pkg/include/epoxy/egl.h:46, from /tmp/wip/webkit-gtk60/work/webkitgtk-2.52.3/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ThreadedCompositor.cpp:50, from /tmp/wip/webkit-gtk60/work/webkitgtk-2.52.3/cmake-pkgsrc-build/DerivedSources/WebKit/unified-sources/UnifiedSource-54928a2b-33.cpp:1: /tmp/wip/webkit-gtk60/work/webkitgtk-2.52.3/cmake-pkgsrc-build/WebCore/PrivateHeaders/WebCore/CachedResource.h:120:10: error: expected identifier before 'int' 120 | enum Status : uint8_t { | ^~~~~~ https://github.com/WebKit/WebKit/pull/64743 --- Source/WebCore/loader/cache/CachedResource.h.orig 2026-04-17 08:44:48.754804603 +0000 +++ Source/WebCore/loader/cache/CachedResource.h @@@@ -45,6 +45,10 @@@@ #include #include +#ifdef Status +#undef Status +#endif + namespace WebCore { class CachedResource; class CachedResourceCallback; @