pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/webkit-gtk
Module Name: pkgsrc
Committed By: wiz
Date: Thu Nov 14 22:13:52 UTC 2024
Modified Files:
pkgsrc/www/webkit-gtk: distinfo
Added Files:
pkgsrc/www/webkit-gtk/patches: patch-Source_WTF_wtf_Platform.h
Log Message:
webkit-gtk: fix build with icu 76
To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 pkgsrc/www/webkit-gtk/distinfo
cvs rdiff -u -r0 -r1.15 \
pkgsrc/www/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/webkit-gtk/distinfo
diff -u pkgsrc/www/webkit-gtk/distinfo:1.177 pkgsrc/www/webkit-gtk/distinfo:1.178
--- pkgsrc/www/webkit-gtk/distinfo:1.177 Sun Aug 18 12:08:38 2024
+++ pkgsrc/www/webkit-gtk/distinfo Thu Nov 14 22:13:52 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.177 2024/08/18 12:08:38 tnn Exp $
+$NetBSD: distinfo,v 1.178 2024/11/14 22:13:52 wiz Exp $
BLAKE2s (webkitgtk-2.36.8.tar.xz) = 277ba5935bda3e3867083b4c736499d974b9c733dbd05bf574510857dde481a1
SHA512 (webkitgtk-2.36.8.tar.xz) = 50576f13ea84c0634d174ccf0b70d0eb28752589b2b9ce7a82ffeee1b4b6c849a802f7ae83a3c5a74d0da2b7e3321876ead33e819d8006b8153376074cb57036
@@ -19,6 +19,7 @@ SHA1 (patch-Source_ThirdParty_ANGLE_src_
SHA1 (patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h) = ac07d4d8faa6dab606bcea31936340d260fcda33
SHA1 (patch-Source_WTF_wtf_Assertions.h) = 427de20eba4627578087feaa7de2f23e80b9debf
SHA1 (patch-Source_WTF_wtf_FileSystem.cpp) = 2fe7b7755646d9a1cc022aec3d01091766378aba
+SHA1 (patch-Source_WTF_wtf_Platform.h) = a11bf103caaecbef9e31923a97495daa22ff4759
SHA1 (patch-Source_WTF_wtf_PlatformEnable.h) = eb5598c20c8453314daba7897066f15827bbede7
SHA1 (patch-Source_WTF_wtf_PlatformHave.h) = 4bae0a5b48ab95fbccb1ce09d239d744d274e4eb
SHA1 (patch-Source_WTF_wtf_PlatformOS.h) = 80aa6ff20f10407d447fdb41606d4bb4989351aa
Added files:
Index: pkgsrc/www/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h
diff -u /dev/null pkgsrc/www/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h:1.15
--- /dev/null Thu Nov 14 22:13:52 2024
+++ pkgsrc/www/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h Thu Nov 14 22:13:52 2024
@@ -0,0 +1,17 @@
+$NetBSD: patch-Source_WTF_wtf_Platform.h,v 1.15 2024/11/14 22:13:52 wiz Exp $
+
+From 63f7badbada070ebaadd318b2801818ecf7e7ea0 Mon Sep 17 00:00:00 2001
+From: Don Olmstead <don.olmstead%sony.com@localhost>
+Date: Sat, 26 Oct 2024 08:27:01 -0700
+Subject: [PATCH] Support ICU 76.1 build
+
+--- Source/WTF/wtf/Platform.h.orig 2024-11-14 21:17:56.889226979 +0000
++++ Source/WTF/wtf/Platform.h
+@@ -115,6 +115,7 @@
+ /* ICU configuration. Some of these match ICU defaults on some platforms, but we would like them consistently set everywhere we build WebKit. */
+ #define U_HIDE_DEPRECATED_API 1
+ #define U_SHOW_CPLUSPLUS_API 0
++#define U_SHOW_CPLUSPLUS_HEADER_API 0
+ #ifdef __cplusplus
+ #define UCHAR_TYPE char16_t
+ #endif
Home |
Main Index |
Thread Index |
Old Index