pkgsrc-WIP-changes archive

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

webkit-gtk: Also FreeBSD ports do not seem to limit fixedExecutableMemoryPoolSize



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Sep 30 02:49:47 2018 +0200
Changeset:	7d35e6fc10c53db5192b6c1be2b70cc1790da332

Modified Files:
	webkit-gtk/TODO

Log Message:
webkit-gtk: Also FreeBSD ports do not seem to limit fixedExecutableMemoryPoolSize

(Update the TODO entry in order to remember to remove the
`&& !defined(__FreeBSD__)' as well!)

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

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

diffs:
diff --git a/webkit-gtk/TODO b/webkit-gtk/TODO
index 57feffef23..cfb002d3f0 100644
--- a/webkit-gtk/TODO
+++ b/webkit-gtk/TODO
@@ -1,6 +1,6 @@
 - Is patches/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp relevant
-  for NetBSD? (probably not, `!defined(__NetBSD__)' can be probably removed
-  after testing it)
+  for NetBSD? (probably not, `&& !defined(__FreeBSD__) && !defined(__NetBSD__)'
+  can be probably removed after testing it)
 - Review JIT support for NetBSD:
    * patches/patch-Source_JavaScriptCore_runtime_MachineContext.h
    * patches/patch-Source_WTF_wtf_Platform.h


Home | Main Index | Thread Index | Old Index