pkgsrc-WIP-changes archive

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

webkit-gtk: Add entries about OS(SOLARIS) and OS(...) possible cleanups



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Oct 2 11:08:32 2018 +0200
Changeset:	14511ae624ec7782940e585cb4331a34be7be929

Modified Files:
	webkit-gtk/TODO

Log Message:
webkit-gtk: Add entries about OS(SOLARIS) and OS(...) possible cleanups

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

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

diffstat:
 webkit-gtk/TODO | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/webkit-gtk/TODO b/webkit-gtk/TODO
index ee5f03c5b7..7a66afcdf2 100644
--- a/webkit-gtk/TODO
+++ b/webkit-gtk/TODO
@@ -4,6 +4,10 @@
   Only amd64 was actually tested and arm, arm64 and mips really need a
   double-check.
 - Enable webkit-jit option
+- Add support for OS(SOLARIS) and add it to the WTF_OS_UNIX list:
+  the logic should be probably added in Source/WTF/wtf/Platform.h
+  by adding a WTF_OS_SOLARIS definition.
+- Review all __OS__ ifdef usage, can they be all converted to OS(...) instead?
 - Could the NetBSD logic in
   patches/patch-Source_JavaScriptCore_runtime_MachineContext.h be rewritten
   using ucontext(2) _UC_MACHINE_* macros instead?


Home | Main Index | Thread Index | Old Index