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

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


Branch: pkgsrc-2015Q3, Version: 2.8.5nb2, Package name: webkit-gtk-2.8.5nb2, 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:
[security/gnutls] [security/libsecret] [lang/gcc48-libs] [sysutils/libnotify] [devel/pango] [devel/glib2] [graphics/libwebp] [graphics/freetype2] [graphics/png] [graphics/cairo-gobject] [graphics/jpeg] [multimedia/gstreamer1] [multimedia/gst-plugins1-base] [net/libsoup] [x11/gtk2] [x11/gtk3] [x11/libXdamage] [textproc/enchant] [textproc/libxslt] [textproc/icu]

Required to build:
[lang/python27] [lang/gcc48] [lang/ruby200-base] [devel/flex] [devel/gobject-introspection] [devel/gperf] [devel/gettext-tools] [x11/xproto] [x11/xf86driproto] [x11/fixesproto4] [x11/xcb-proto] [x11/glproto] [x11/compositeproto] [x11/inputproto] [x11/randrproto] [x11/renderproto] [x11/xextproto] [x11/damageproto] [x11/dri2proto] [x11/xf86vidmodeproto] [pkgtools/x11-links]

Package options: enchant, opengl

Master sites:

SHA1: ff983e38b8632aec283c918da2ae0153a465efcb
RMD160: 4497190cd2044a78abe52a174492f240772b2410
Filesize: 10210.211 KB

Version history: (Expand)


CVS history: (Expand)


   2015-10-08 02:12:56 by S.P.Zeidler | Files touched by this commit (2)
Log message:
Pullup ticket #4835 - requested by leot
www/webkit-gtk: build fix

Revisions pulled up:
- www/webkit-gtk/Makefile                                       1.99
- www/webkit-gtk/hacks.mk                                       1.1

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	leot
   Date:		Mon Oct  5 16:25:30 UTC 2015

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

   Log message:
   Add a workaround and fixes PR pkg/50284 forcing building webkit-gtk with
   - -march=i586 in order to avoid on i386 the "-latomic" flag when linking
   libwebkit2gtk-4.0.so.

   Bump PKGREVISION.

   Thanks joerg@, jperkin@ and tnn@ for various suggestions.

   To generate a diff of this commit:
   cvs rdiff -u -r1.98 -r1.99 pkgsrc/www/webkit-gtk/Makefile
   cvs rdiff -u -r0 -r1.1 pkgsrc/www/webkit-gtk/hacks.mk