Next | Query returned 43 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2014-07-29 13:14:56 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 2.4.4:

=================
WebKitGTK+  2.4.4
=================

What's new in WebKitGTK+ 2.4.4?

  - Fix annoying popup shown when visiting 8tracks.com.
  - Expose links rendered as blocks to accessibility.
  - Make text inside "span" block in "a" block accessible.
  - Implement windowed plugins visibility.
  - Fix the GObject introspection annotations of \ 
webkit_web_resource_get_data_finish().
  - Fix a crash in TSymbolTableLevel::~TSymbolTableLevel when WebKit
    is built with GCC 4.9.
  - Fix a crash when playing a video in facebook.
  - Several user agent changes to fix Google Maps and a few other issues.
  - Allo to include WebKitVersion.h from web extensions API too.
  - Fix web process leak when closing pages with network process enabled.
  - Fix the build with --disable-webgl --disable-accelerated-compositing.
   2014-06-10 13:34:53 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add missing files to PLIST. Now packages fine for me on 6.99.43/amd64
with pkgsrc-current.
   2014-06-05 12:30:45 by Leonardo Taccari | Files touched by this commit (2)
Log message:
Remove a patch that is not right for NetBSD (according to shm_open(3))
   2014-06-04 11:08:09 by Leonardo Taccari | Files touched by this commit (1)
Log message:
Add opengl to PKG_SUGGESTED_OPTIONS, ATM it would not build without it.
For more information about the error log on NetBSD/i386 please give a look to
TODO.
   2014-06-04 10:58:55 by Leonardo Taccari | Files touched by this commit (1)
Log message:
Add the error log regarding building webkit-gtk with the "opengl" option.
   2014-06-02 12:39:53 by Leonardo Taccari | Files touched by this commit (1)
Log message:
Update CONFIGURE_ARGS to the current version:
 o --with-target=x11 -> --enable-x11-target
 o --with-font-backend no more supported
   2014-06-02 12:27:50 by Leonardo Taccari | Files touched by this commit (3) | Package updated
Log message:
Try to improve options.mk and update buildlink3.mk and Makefile.common
accordingly:
 o add an "opengl" option (ATM disabled by default) to enable GLX, WebGL
   and accelerated composite support
 o add an "enchant" option to enable spellcheck support (enabled by \ 
default,
   like www/webkit-gtk)
   2014-06-02 10:09:02 by Leonardo Taccari | Files touched by this commit (2)
Log message:
webkit-jit is still not supported, turn it off also on amd64 port (from
pkgsrc-current).

If you would like to see more information please give a look to the build
errors in TODO.
   2014-06-01 16:57:48 by Leonardo Taccari | Files touched by this commit (1)
Log message:
It is buildable and can run at least on NetBSD/i386 6.1.4 (using lang/gcc48).

So... it is time to test it!
   2014-05-30 21:16:00 by Leonardo Taccari | Files touched by this commit (5) | Package updated
Log message:
Update to webkit-gtk-2.4.3 and properly (try) to handle --disable-gtk-doc.

XXX: still NOT READY, but if you are adventurous please continue reading...

Please note that now I am able to complete the build phase on
NetBSD/i386 6.1.4. I have also updated PLIST but I still did not installed it
due various errors with HTML_DIR.
I removed all invasive changes to GNUMakefile* (patch-al) and configure
(patch-configure) regarding --enable-gtk-doc* and added to our Makefile.common
"--disable-gtk-doc-html".

I hope that I will be finally able to install it... My build will (hopefully)
finish on Sunday evening/night (GMT+1). :)

PS: please note that you will need >=~2GB of RAM and swap during the install
phase... In this machine I have 767MB of RAM and 1GB of swap but it is not
sufficient for linking with ld(1) in the install phase... Creating a 1GB swap
file solved this issue (thank you asau@):

 # dd if=/dev/zero of=/swap bs=1m count=1000
 # chmod 600 /swap
 # swapctl -a -p 1 /swap

Next | Query returned 43 messages, browsing 21 to 30 | Previous