pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

webkit-gtk: Remove patches/patch-Source_WTF_wtf_ThreadSpecific.h



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Oct 6 23:40:46 2018 +0200
Changeset:	087e6dc4eb3ebb4b83db49cd0b73dd74cd7b38e6

Modified Files:
	webkit-gtk/distinfo
Removed Files:
	webkit-gtk/patches/patch-Source_WTF_wtf_ThreadSpecific.h

Log Message:
webkit-gtk: Remove patches/patch-Source_WTF_wtf_ThreadSpecific.h

The patch was for NetBSD-[1-5]* altough webkit-gtk needs NetBSD
7.0 or newer due shm_open(3).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=087e6dc4eb3ebb4b83db49cd0b73dd74cd7b38e6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 webkit-gtk/distinfo                                      |  1 -
 webkit-gtk/patches/patch-Source_WTF_wtf_ThreadSpecific.h | 16 ----------------
 2 files changed, 17 deletions(-)

diffs:
diff --git a/webkit-gtk/distinfo b/webkit-gtk/distinfo
index 25f53738ac..2e0d9a9a0b 100644
--- a/webkit-gtk/distinfo
+++ b/webkit-gtk/distinfo
@@ -13,7 +13,6 @@ SHA1 (patch-Source_JavaScriptCore_runtime_MachineContext.h) = 07d505040a175c89c1
 SHA1 (patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h) = f1eee7f9d3012edee1915234c837cff820f97092
 SHA1 (patch-Source_WTF_wtf_Platform.h) = e419f26fbd01d315ea3033d628105c6e30cc594b
 SHA1 (patch-Source_WTF_wtf_StackBounds.cpp) = 22a71daac8443f079ad8bcc7285cfd7319c972b3
-SHA1 (patch-Source_WTF_wtf_ThreadSpecific.h) = 38a85e10a72fe38d286a2ce747e090a2955b8791
 SHA1 (patch-Source_WebCore_inspector_InspectorFrontendHost.cpp) = daf6351a1a0b5a49592a2bb6db0d54620c7b09e3
 SHA1 (patch-Source_WebCore_platform_FileSystem.cpp) = adef1a42c4e210f0a3dcb82807e2d2039684a0ec
 SHA1 (patch-Source_WebCore_platform_graphics_filters_FEMorphology.cpp) = 16b36d2d91fd7f43156b9ee09bcafd19602ebbd9
diff --git a/webkit-gtk/patches/patch-Source_WTF_wtf_ThreadSpecific.h b/webkit-gtk/patches/patch-Source_WTF_wtf_ThreadSpecific.h
deleted file mode 100644
index a4429b67dd..0000000000
--- a/webkit-gtk/patches/patch-Source_WTF_wtf_ThreadSpecific.h
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-Source_WTF_wtf_ThreadSpecific.h,v 1.1 2018/04/09 08:33:48 wiz Exp $
-
---- Source/WTF/wtf/ThreadSpecific.h.orig	2017-08-14 09:04:46.000000000 +0000
-+++ Source/WTF/wtf/ThreadSpecific.h
-@@ -52,6 +52,11 @@
- #if OS(HURD)
- // PTHREAD_KEYS_MAX is not defined in bionic nor in Hurd, so explicitly define it here.
- #define PTHREAD_KEYS_MAX 1024
-+#elif OS(NETBSD)
-+// PTHREAD_KEYS_MAX is not defined in 5.x
-+#ifndef PTHREAD_KEYS_MAX
-+#define PTHREAD_KEYS_MAX 256
-+#endif
- #else
- #include <limits.h>
- #endif


Home | Main Index | Thread Index | Old Index