From 2cd503bcdb5f9bb9fadb663412a68fb84e801524 Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Wed, 30 Oct 2013 20:37:55 +0000 Subject: - update firefox to 25.0 - update firefox-esr to 24.1.0 - update thunderbird to 24.1.0 - update seamonkey to 22.0 - update libxul to 24.1.0 - don't remove/add share/applications directory - remove checks for older gecko releases from bsd.gecko.mk - drop support for FreeBSD 9.0 Not staged yet. I started working on it, but didn't finish it in time for this release. I'll try to make the next one in 6 weeks. In collaboration with: Jan Beich --- www/firefox/files/patch-bug783463 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'www/firefox/files/patch-bug783463') diff --git a/www/firefox/files/patch-bug783463 b/www/firefox/files/patch-bug783463 index dedbb7003927..3ae6d51262e4 100644 --- a/www/firefox/files/patch-bug783463 +++ b/www/firefox/files/patch-bug783463 @@ -1,14 +1,11 @@ --- gfx/skia/moz.build~ +++ gfx/skia/moz.build -@@ -188,10 +188,9 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'qt - 'SkMMapStream.cpp', +@@ -190,7 +190,7 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'qt + 'SkFontHost_FreeType_common.cpp', 'SkOSFile.cpp', ] - if CONFIG['OS_TARGET'] == 'Linux': + if CONFIG['MOZ_X11'] == 1 or CONFIG['OS_TARGET'] == 'Linux': - CPP_SOURCES += [ - 'SkFontHost_linux.cpp', -- 'SkFontHost_tables.cpp', - 'SkThread_pthread.cpp', - 'SkTime_Unix.cpp', + EXPORTS.skia += [ + 'include/ports/SkTypeface_cairo.h', ] -- cgit v1.2.3