From owner-freebsd-gecko@FreeBSD.ORG Fri Feb 28 02:03:05 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 146E5DB8 for ; Fri, 28 Feb 2014 02:03:05 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.244.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC75F10A3 for ; Fri, 28 Feb 2014 02:03:04 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.244.247]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id s1S233dF052417 for ; Fri, 28 Feb 2014 02:03:03 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s1S22vMn050946 for freebsd-gecko@freebsd.org; Fri, 28 Feb 2014 02:02:57 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 28 Feb 2014 02:02:57 GMT Message-Id: <201402280202.s1S22vMn050946@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1522 - in trunk: . www/firefox-nightly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 02:03:05 -0000 Author: jbeich Date: Fri Feb 28 02:02:57 2014 New Revision: 1522 Log: update Modified: trunk/Gecko_ChangeLog trunk/Gecko_TODO trunk/www/firefox-nightly/Makefile.hgrev trunk/www/firefox-nightly/distinfo Modified: trunk/Gecko_ChangeLog ============================================================================== --- trunk/Gecko_ChangeLog Fri Feb 28 02:02:50 2014 (r1521) +++ trunk/Gecko_ChangeLog Fri Feb 28 02:02:57 2014 (r1522) @@ -1,16 +1,9 @@ -- catch up with directory renames since USES=webplugins was introduced; - fixes plugins not being automatically enabled after install -- ALSA now supports playing HTML5 audio with 32-bit sample format [1] - after being converted from float as passed by firefox/libcubeb [2] -- 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 [4] and describe the option better [5] -- 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 +- switch to GSTREAMER option to depend on multimedia/gstreamer1 +- use port dependencies for libogg, libvorbis, libopus, harfbuzz, graphite2 +- enable readahead in url-classifier, asmjs, download resume like on Linux +- build www/firefox and www/seamonkey faster using unified compilation +- unbreak build on sparc64 [1] +- a few DEBUG build fixes +- add gstreamer note to pkg-message -PR: ports/183861 [1], ports/184006 [2], ports/169896 [3] - ports/184285 [4], ports/184540 [4], ports/184286 [5] +PR: ports/186580 [1] Modified: trunk/Gecko_TODO ============================================================================== --- trunk/Gecko_TODO Fri Feb 28 02:02:50 2014 (r1521) +++ trunk/Gecko_TODO Fri Feb 28 02:02:57 2014 (r1522) @@ -18,11 +18,7 @@ * native version needs hunting for exact hg revision where content.patch applies cleanly or source tarball with it already applied - add native TorBrowserBundle, may need privacy audit of our build glue -- switch to system libxul (needs slaves with common patches); - a Debian patch to reduce configure time can be useful +- deprecate www/libxul in favor of www/firefox (needs sdk) - move duplicated `>=' deps into bsd.gecko.mk (system libxul?) - replace FAKEDIR with STAGEDIR - get rid of symlink farms for webplugins and xpi-* ports - -jbeich: -- switch to --ignore-unresolved-symbol (waiting for binutils 2.24) Modified: trunk/www/firefox-nightly/Makefile.hgrev ============================================================================== --- trunk/www/firefox-nightly/Makefile.hgrev Fri Feb 28 02:02:50 2014 (r1521) +++ trunk/www/firefox-nightly/Makefile.hgrev Fri Feb 28 02:02:57 2014 (r1522) @@ -1 +1 @@ -HGREV= 170582:a4c51a14aaf2 +HGREV= 171103:826695253218 Modified: trunk/www/firefox-nightly/distinfo ============================================================================== --- trunk/www/firefox-nightly/distinfo Fri Feb 28 02:02:50 2014 (r1521) +++ trunk/www/firefox-nightly/distinfo Fri Feb 28 02:02:57 2014 (r1522) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/a4c51a14aaf2.tar.bz2) = 440e3a7d1d7ec7e1930cbb02458730816a78474f16fa0ff98dbdce8721dce198 -SIZE (firefox-nightly/a4c51a14aaf2.tar.bz2) = 136446198 +SHA256 (firefox-nightly/826695253218.tar.bz2) = fb62d37b0f7839a5bee87fea3b17c1888c9d1f5f4b44450382032506a91cdf28 +SIZE (firefox-nightly/826695253218.tar.bz2) = 136768610