pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/webkit-gtk



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Apr  9 15:34:04 UTC 2019

Modified Files:
        pkgsrc/www/webkit-gtk: options.mk

Log Message:
webkit-gtk: Add references about WEBKIT_JIT_MACHINE_PLATFORMS


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/webkit-gtk/options.mk

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

Modified files:

Index: pkgsrc/www/webkit-gtk/options.mk
diff -u pkgsrc/www/webkit-gtk/options.mk:1.14 pkgsrc/www/webkit-gtk/options.mk:1.15
--- pkgsrc/www/webkit-gtk/options.mk:1.14       Mon Nov  5 16:50:48 2018
+++ pkgsrc/www/webkit-gtk/options.mk    Tue Apr  9 15:34:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2018/11/05 16:50:48 bsiegert Exp $
+# $NetBSD: options.mk,v 1.15 2019/04/09 15:34:04 leot Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.webkit-gtk
@@ -12,6 +12,10 @@ PLIST_VARS=  introspection
 #
 # Platforms that support the webkit-jit option
 #
+# Please see:
+#  Source/cmake/WebKitFeatures.cmake
+#  Source/WTF/wtf/Platform.h
+#
 WEBKIT_JIT_MACHINE_PLATFORMS+= Darwin-*-*
 WEBKIT_JIT_MACHINE_PLATFORMS+= DragonFly-*-*
 WEBKIT_JIT_MACHINE_PLATFORMS+= FreeBSD-*-x86_64 FreeBSD-*-i386 FreeBSD-*-arm*



Home | Main Index | Thread Index | Old Index