From e676e2910f592704af67424758ebd4cfdff9ebcd Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Thu, 10 Jan 2013 22:29:23 +0000 Subject: - update www/firefox to 18.0 - update www/firefox-esr to 17.0.2 - update www/seamonkey to 2.15 (enigmail to 1.5.0) - remove QT4 option to avoid confusion (it turned out to be too experimental) In collaboration with: Jan Beich Security: http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html --- www/firefox-esr/files/patch-bug787904 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www/firefox-esr/files/patch-bug787904 (limited to 'www/firefox-esr/files/patch-bug787904') diff --git a/www/firefox-esr/files/patch-bug787904 b/www/firefox-esr/files/patch-bug787904 new file mode 100644 index 000000000000..55f7a6046813 --- /dev/null +++ b/www/firefox-esr/files/patch-bug787904 @@ -0,0 +1,12 @@ +--- js/src/gc/Heap.h ++++ js/src/gc/Heap.h +@@ -108,7 +108,8 @@ struct Cell + * Bug 692267: Move page size definition to gc/Memory.h and include it + * directly once jsgc.h is no longer an installed header. + */ +-#if defined(SOLARIS) && (defined(__sparc) || defined(__sparcv9)) ++#if (defined(SOLARIS) || defined(__FreeBSD__)) && \ ++ (defined(__sparc) || defined(__sparcv9) || defined(__ia64)) + const size_t PageShift = 13; + #else + const size_t PageShift = 12; -- cgit v1.2.3