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

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


Branch: pkgsrc-2021Q4, Version: 2.34.3nb1, Package name: webkit-gtk-2.34.3nb1, 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.



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

Master sites:

Filesize: 24411.109 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-21 16:24:17 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #6570 - requested by gutteridge
www/webkit-gtk: NetBSD 9 build fix, PR pkg/56604

Revisions pulled up:
- www/webkit-gtk/Makefile                                       1.219
- www/webkit-gtk/buildlink3.mk                                  1.87

---
   Module Name:    pkgsrc
   Committed By:   gutteridge
   Date:           Thu Jan 13 03:57:28 UTC 2022

   Modified Files:
           pkgsrc/www/webkit-gtk: Makefile buildlink3.mk

   Log message:
   webkit-gtk: fix builds on NetBSD 9.x

   The base GCC 7.5 on NetBSD 9.x is missing a C++17 feature expected by
   this package now. The pkgsrc GCC 7.5 includes that feature, but the
   build still fails later on with another unmet expectation. So GCC 8 is
   now the minimum viable version with which to build this package.

   This involves a bit of a kludge to deal with how GCC from pkgsrc ends
   up linking. This is obviously not ideal, and is part of a broader
   topic that needs revisiting. The present goal is to try and stabilize
   the 2021Q4 branch.

   Tested on 9.2_STABLE/amd64 with www/badwolf. Addresses PR pkg/56604.
   2022-01-01 17:49:10 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #6556 - requested by leot
www/webkit-gtk: add missing dependency

Revisions pulled up:
- www/webkit-gtk/Makefile                                       1.218
- www/webkit-gtk/buildlink3.mk                                  1.86

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Wed Dec 29 08:59:16 UTC 2021

   Modified Files:
           pkgsrc/www/webkit-gtk: Makefile buildlink3.mk

   Log message:
   webkit-gtk: Add a dependency to gst-plugins1-good

   webkit-gtk now needs "autoaudiosink" plugin part of gst-plugins1-good
   otherwise it aborts.

   Bump PKGREVISION.