diff options
author | flo <flo@FreeBSD.org> | 2013-12-14 21:42:06 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-12-14 21:42:06 +0800 |
commit | edaa25c436296059e2f53857725feebc334be006 (patch) | |
tree | 3f75766ca5d76f6dd2367c583fb90b16519be03a /www/linux-firefox/Makefile | |
parent | 89e537dbea71d78877124223148d8741ee1c638d (diff) | |
download | freebsd-ports-graphics-edaa25c436296059e2f53857725feebc334be006.tar.gz freebsd-ports-graphics-edaa25c436296059e2f53857725feebc334be006.tar.zst freebsd-ports-graphics-edaa25c436296059e2f53857725feebc334be006.zip |
Update to nspr 4.10.2
Update to nss 3.15.3.1
Update firefox-esr and thunderbird to 24.2.0
Update firefox to 26.0
Update seamonkey to 2.23
- catch up with directory renames since USES=webplugins was introduced;
fixes plugins not being automatically enabled after install
- linux-firefox and linux-seamonkey can play HTML5 audio [2][3] and
measure about:memory usage, again
- dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes
some flash sites work again; as there's no nspluginwrapper in-between
the infamous "youtube issue" never occurs
- install DEBUG with symbols [3] and describe the option better [4]
- enable dumping about:memory upon kill -65, kill -66 and GC/CC log
upon kill -67 to a file under /tmp directory; linux-firefox uses
kill -34, kill -35 and kill -36 respectively
PR: ports/183861 [1]
PR: ports/184006 [2]
PR: ports/169896 [3]
PR: ports/184285 [3]
PR: ports/184286 [4]
Security: dd116b19-64b3-11e3-868f-0025905a4771
In collaboration with: Jan Beich <jbeich@tormail.org>
Diffstat (limited to 'www/linux-firefox/Makefile')
-rw-r--r-- | www/linux-firefox/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/www/linux-firefox/Makefile b/www/linux-firefox/Makefile index 16cb1e195d7..71c225ecd2b 100644 --- a/www/linux-firefox/Makefile +++ b/www/linux-firefox/Makefile @@ -2,24 +2,22 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 24.0 +DISTVERSION= 26.0 PORTEPOCH= 1 -CATEGORIES= www -MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/linux-i686/en-US -DISTNAME= ${PORTNAME}-${DISTVERSION}esr +CATEGORIES= www ipv6 +MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US +DISTNAME= ${PORTNAME}-${DISTVERSION} MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla USE_BZIP2= yes -REPLACE_GRE= yes +WANT_GTK218= yes USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss PREFS_FILE= ${WRKSRC}/${APP_SUBDIR}defaults/preferences/browser-prefs.js APP_SUBDIR= browser/ # plugins, extensions -NO_STAGE= yes .include "${.CURDIR}/../linux-seamonkey/Makefile.common" - .include <bsd.port.mk> |