./www/webkit-gtk, GTK port of the WebKit browser engine

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q1, Version: 2.24.0, Package name: webkit-gtk-2.24.0, Maintainer: pkgsrc-users

WebKit is an open source web browser engine. WebKit is also the name of
the Mac OS X system framework version of the engine that's used by
Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML
and JavaScript code began as a branch of the KHTML and KJS libraries
from KDE.

This is the GTK port of the engine.


Required to run:
[multimedia/gstreamer1] [multimedia/gst-plugins1-base] [net/libsoup] [sysutils/libnotify] [textproc/libxslt] [textproc/enchant2] [textproc/icu] [x11/libXdamage] [x11/gtk3] [x11/gtk2] [security/libsecret] [security/gnutls] [graphics/cairo-gobject] [graphics/png] [graphics/freetype2] [graphics/jpeg] [graphics/libwebp] [fonts/woff2] [devel/glib2] [devel/pango]

Required to build:
[lang/python27] [lang/gcc6] [x11/xcb-proto] [x11/xorgproto] [x11/fixesproto4] [pkgtools/x11-links] [pkgtools/cwrappers] [devel/gperf] [devel/gobject-introspection]

Package options: enchant, introspection, opengl, webkit-jit

Master sites:

SHA1: 737fc7a6f5b5b5e2844c8488e60196d61802a952
RMD160: 6527bf43374911dd82943757ae2ba622d1792722
Filesize: 17474.609 KB

Version history: (Expand)


CVS history: (Expand)


   2019-05-05 16:26:11 by Benny Siegert | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #5943 - requested by leot
www/webkit-gtk: build fix

Revisions pulled up:
- www/webkit-gtk/options.mk                                     1.15-1.16

---
   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

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Thu Apr 11 17:48:39 UTC 2019

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

   Log message:
   webkit-gtk: Adjust WEBKIT_JIT_MACHINE_PLATFORMS per-upstream

   Sync WEBKIT_JIT_MACHINE_PLATFORMS (platforms where `webkit-jit'
   option is suggested) is enabled by default with
   Source/cmake/WebKitFeatures.cmake.

   While here also disable ENABLE_C_LOOP when ENABLE_JIT is enabled
   (the two options are incompatible).

   Should workaround PR pkg/54109.

   (No PKGREVISION bump since it should only fix platforms where since
   update of webkit-gtk 2.24.0 were broken.)