The www/webkit-gtk2 port install an html file displayed when an error is encountered. The font-size used in this page is so big the error message is painful to read. The CSS code gets mangled from the file and font-size is set to '120' instead of '120%', resulting in a rendering using HUGE fonts (%s is replaced by the URL, but invalid %X or just removed, so replacing these 'malformed' '%' with '%%' fix the problem). Fix: This is purely cosmetic, but here is a patch: How-To-Repeat: Install www/epiphany and browse an inexistent URL, e.g. http://show-me-a-big-font.com
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer(s).
State Changed From-To: open->patched Patched, will appear in regular ports after 8.1-R.
kwm 2010-07-18 22:49:18 UTC FreeBSD ports repository Modified files: www/webkit-gtk2 Makefile distinfo Added files: www/webkit-gtk2/files patch-WebKit_gtk_resources_error.html Removed files: www/webkit-gtk2/files patch-GNUmakefile.in Log: Update to 1.2.3. This fixes a lot of security vulnabilites. Fix the font size when webkit based browsers can't find a webpage. [1] Chase after shlib version of icu4. [2] PR: ports/148182 [1], ports/148743 [2] Submitted by: Romain Tartiere <romain@FreeBSD.org> [1] Jonathan Chen <jonc@chen.org.nz> [2] Security: 19419b3b-92bd-11df-b140-0015f2db7bde Revision Changes Path 1.28 +4 -5 ports/www/webkit-gtk2/Makefile 1.6 +3 -3 ports/www/webkit-gtk2/distinfo 1.2 +0 -13 ports/www/webkit-gtk2/files/patch-GNUmakefile.in (dead) 1.1 +17 -0 ports/www/webkit-gtk2/files/patch-WebKit_gtk_resources_error.html (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed Committed thanks!