head 1.2; access; symbols pkgsrc-2018Q4:1.1.0.18 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.16 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.14 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.12 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.10 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.8 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.4 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.2; locks; strict; comment @// @; 1.2 date 2019.03.13.20.49.41; author leot; state dead; branches; next 1.1; commitid 6US2KIXCUF5dlffB; 1.1 date 2017.04.13.16.58.14; author jperkin; state Exp; branches 1.1.2.1; next ; commitid 2d3zBk3ypd3TxoNz; 1.1.2.1 date 2017.04.13.16.58.14; author bsiegert; state dead; branches; next 1.1.2.2; commitid joHSC70doEQz2qPz; 1.1.2.2 date 2017.04.29.10.58.21; author bsiegert; state Exp; branches; next ; commitid joHSC70doEQz2qPz; desc @@ 1.2 log @webkit-gtk: Update to 2.24.0 pkgsrc changes: - Remove patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp: logic changed upstream and there is no longer a function that check for a VFP. Changes: 2.24.0 ------ - Added support fot content filtering. - Variation fonts support. - Fully emoji rendering support. - Added navigation and pinch zoom gestures for touchpads. - Support for JPEG2000 images (please note that in pkgsrc at the moment it is disabled to avoid a dependency on openjpeg) - Script dialogs are now modal to the current web view only. - New API to convert URI to format for display. @ text @$NetBSD: patch-Source_WebCore_platform_FileSystem.cpp,v 1.1 2017/04/13 16:58:14 jperkin Exp $ Support MAP_FILE if unavailable. --- Source/WebCore/platform/FileSystem.cpp.orig 2016-08-22 12:21:08.000000000 +0000 +++ Source/WebCore/platform/FileSystem.cpp @@@@ -189,6 +189,9 @@@@ MappedFileData::MappedFileData(const Str return; } +#ifndef MAP_FILE +#define MAP_FILE 0 +#endif void* data = mmap(0, size, PROT_READ, MAP_FILE | MAP_SHARED, fd, 0); close(fd); @ 1.1 log @Various patches to support SunOS. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-Source_WebCore_platform_FileSystem.cpp was added on branch pkgsrc-2017Q1 on 2017-04-29 10:58:21 +0000 @ text @d1 16 @ 1.1.2.2 log @Pullup ticket #5283 - requested by sevan www/webkit-gtk: build fix Revisions pulled up: - www/webkit-gtk/distinfo 1.94 - www/webkit-gtk/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp 1.5 - www/webkit-gtk/patches/patch-Source_WebCore_platform_FileSystem.cpp 1.1 - www/webkit-gtk/patches/patch-Source_WebCore_rendering_shapes_RasterShape.cpp 1.1 - www/webkit-gtk/patches/patch-Source_WebKit2_CMakeLists.txt 1.1 - www/webkit-gtk/patches/patch-Source_WebKit2_NetworkProcess_cache_NetworkCacheFileSystem.cpp 1.1 - www/webkit-gtk/patches/patch-Source_cmake_OptionsGTK.cmake 1.12 --- Module Name: pkgsrc Committed By: jperkin Date: Thu Apr 13 16:58:14 UTC 2017 Modified Files: pkgsrc/www/webkit-gtk: distinfo pkgsrc/www/webkit-gtk/patches: patch-Source_cmake_OptionsGTK.cmake Added Files: pkgsrc/www/webkit-gtk/patches: patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp patch-Source_WebCore_platform_FileSystem.cpp patch-Source_WebCore_rendering_shapes_RasterShape.cpp patch-Source_WebKit2_CMakeLists.txt patch-Source_WebKit2_NetworkProcess_cache_NetworkCacheFileSystem.cpp Log Message: Various patches to support SunOS. @ text @a0 16 $NetBSD: patch-Source_WebCore_platform_FileSystem.cpp,v 1.1 2017/04/13 16:58:14 jperkin Exp $ Support MAP_FILE if unavailable. --- Source/WebCore/platform/FileSystem.cpp.orig 2016-08-22 12:21:08.000000000 +0000 +++ Source/WebCore/platform/FileSystem.cpp @@@@ -189,6 +189,9 @@@@ MappedFileData::MappedFileData(const Str return; } +#ifndef MAP_FILE +#define MAP_FILE 0 +#endif void* data = mmap(0, size, PROT_READ, MAP_FILE | MAP_SHARED, fd, 0); close(fd); @