pkgsrc-WIP-changes archive

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

webkit-gtk: Fill pkgsrc changes section and add credits



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Apr 4 10:02:33 2018 +0200
Changeset:	50390760a52be1a92793e3d098bea7ee24c6c69c

Modified Files:
	webkit-gtk/COMMIT_MSG

Log Message:
webkit-gtk: Fill pkgsrc changes section and add credits

- Add all important pkgsrc changes done compared to www/webkit-gtk.
- Credit Yorick and <wiz> for contributions and discussions (and while here
  also blame myself for possible problems)

Thank you very much Yorick and Thomas!

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

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

diffstat:
 webkit-gtk/COMMIT_MSG | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diffs:
diff --git a/webkit-gtk/COMMIT_MSG b/webkit-gtk/COMMIT_MSG
index 411737a9f2..d11cd1c8e8 100644
--- a/webkit-gtk/COMMIT_MSG
+++ b/webkit-gtk/COMMIT_MSG
@@ -1,9 +1,20 @@
 webkit-gtk: Update www/webkit-gtk to 2.18.6
 
 pkgsrc changes:
-TODOleot: Add all relevant information from git log
-TODOleot: (probably that's a lot but better to add all possible relevant
-TODOleot: details!).
+ - Add GCC_REQD to 5.0 as requested by webkit-gtk. Previously we had local
+   kludges/patches to disable IndexedDB support. Unfortunately in the last
+   releases is not so trivial to keep such patches so bump GCC_REQD as requested
+   by upstream to avoid further problems.
+ - Avoid `-DUSE_SYSTEM_MALLOC=ON'. It is no longer supported, at least on
+   NetBSD/amd64 due unsupported part of sysinfo() in Source/WTF/wtf/RAMSize.cpp
+   (add an XXX comment to document that)
+ - Add an `introspection' option (enabled by default) to permit to build
+   of webkit-gtk without gobject-introspection.
+ - Add patches to fix support for ppc, add support for sparc64.
+   From FreeBSD and OpenBSD ports.
+ - Address `Error sending IPC message: Message too long' that appears at least
+   on NetBSD via
+   patches/patch-Source_WebKit_Platform_IPC_unix_ConnectionUnix.cpp.
 
 Changes:
 ==================
@@ -325,3 +336,7 @@ What's new in WebKitGTK+ 2.13.1?
   - The HTTP disk cache implements speculative resources revalidation.
   - Add a new WebKitSetting to allow universal access from file URLs.
   - Fix several crashes and rendering issues.
+
+
+Updated via wip/webkit-gtk on pkgsrc-wip by Yorick Hardy, Thomas Klausner and
+Leonardo Taccari.


Home | Main Index | Thread Index | Old Index