pkgsrc-WIP-changes archive

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

webkit-gtk: Add more possible TODOs



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Oct 8 00:57:09 2018 +0200
Changeset:	7eb703cbae5c1712c7d51031a3e4195a923eface

Modified Files:
	webkit-gtk/TODO

Log Message:
webkit-gtk: Add more possible TODOs

NetBSD (and probably other operating systems) maybe can benefit by using
MADV_FREE and/or MADV_DONTNEED (ATM only Darwin benefits of them).

Similarly, HAVE_READLINE can be defined unconditionally and in the pkgsrc
Makefile we can `.include "../../mk/readline.buildlink3.mk"' to add readline(3)
support in jsc.

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

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, 5 insertions(+)

diffs:
diff --git a/webkit-gtk/TODO b/webkit-gtk/TODO
index dcf4522ede..9328f27415 100644
--- a/webkit-gtk/TODO
+++ b/webkit-gtk/TODO
@@ -1,3 +1,6 @@
+- For OS(NETBSD) in Source/WTF/wtf/Platform.h we can probably define:
+   #define HAVE_MADV_FREE 1
+   #define HAVE_MADV_DONTNEED 1
 - Review JIT support for NetBSD:
    * patches/patch-Source_JavaScriptCore_runtime_MachineContext.h
    * patches/patch-Source_WTF_wtf_Platform.h
@@ -12,3 +15,5 @@
 - Would it be useful to define HAVE_BACKTRACE and HAVE_BACKTRACE_SYMBOLS?
   (these are not probably per-OS but just a matter of include devel/libexecinfo
   and adjust Source/WTF/wtf/Platform.h)
+- Possible other HAVE_* that we can define in Source/WTF/wtf/Platform.h:
+   #define HAVE_READLINE 1    (add readline(3) support to jsc)


Home | Main Index | Thread Index | Old Index