pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
webkit-gtk: Document a possible workaround for the IPC problem
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sat Sep 16 21:52:04 2017 +0200
Changeset: 96deb8a20435ad5e393787e3080f6ba07f4e13d3
Modified Files:
webkit-gtk/TODO
Log Message:
webkit-gtk: Document a possible workaround for the IPC problem
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=96deb8a20435ad5e393787e3080f6ba07f4e13d3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
webkit-gtk/TODO | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diffs:
diff --git a/webkit-gtk/TODO b/webkit-gtk/TODO
index f81986412e..7e3d640375 100644
--- a/webkit-gtk/TODO
+++ b/webkit-gtk/TODO
@@ -9,4 +9,7 @@
...according a quick grep the code path involved seems in
Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:Connection::sendOutputMessage()
...and the process program is WebKitNetworkPro.
- -- leot (2017/09/11)
+
+ Changing default SOCKET_TYPE to `SOCK_STREAM' seems to fix that (so treating
+ NetBSD like Darwin!) seems to fix this issue.
+ -- leot (2017/09/16)
Home |
Main Index |
Thread Index |
Old Index