From owner-freebsd-gecko@FreeBSD.ORG Fri Jul 18 13:57:16 2014 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 983D14E3 for ; Fri, 18 Jul 2014 13:57:16 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22D9F26FB for ; Fri, 18 Jul 2014 13:57:15 +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 s6IDvEGQ091726 for ; Fri, 18 Jul 2014 13:57:14 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s6IDv9lW090192 for freebsd-gecko@freebsd.org; Fri, 18 Jul 2014 13:57:09 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Fri, 18 Jul 2014 13:57:09 GMT Message-Id: <201407181357.s6IDv9lW090192@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] r1623 - in trunk: . mail/thunderbird www/firefox www/firefox-nightly www/seamonkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: freebsd-gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 13:57:16 -0000 Author: jbeich Date: Fri Jul 18 13:57:08 2014 New Revision: 1623 Log: require recent gstreamer1-libav i386 crashfix Modified: trunk/Gecko_ChangeLog trunk/mail/thunderbird/Makefile trunk/www/firefox-nightly/Makefile trunk/www/firefox/Makefile trunk/www/seamonkey/Makefile Modified: trunk/Gecko_ChangeLog ============================================================================== --- trunk/Gecko_ChangeLog Fri Jul 18 12:58:35 2014 (r1622) +++ trunk/Gecko_ChangeLog Fri Jul 18 13:57:08 2014 (r1623) @@ -5,6 +5,7 @@ - fix thunderbird build with -jN [2] - respect MAKE_JOBS_NUMBER regardless of kern.smp.cpus [2] - define CPE_URI for nspr/nss and firefox/thunderbird/seamonkey +- require recent gstreamer1-libav i386 crashfix PR: ports/165263 [1] PR: ports/184630 [2] Modified: trunk/mail/thunderbird/Makefile ============================================================================== --- trunk/mail/thunderbird/Makefile Fri Jul 18 12:58:35 2014 (r1622) +++ trunk/mail/thunderbird/Makefile Fri Jul 18 13:57:08 2014 (r1623) @@ -101,7 +101,7 @@ .endif .if ${PORT_OPTIONS:MGSTREAMER} -BUILD_DEPENDS+= gstreamer1-libav>=1.2.4:${PORTSDIR}/multimedia/gstreamer1-libav +BUILD_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif .if ${PORT_OPTIONS:MENIGMAIL} Modified: trunk/www/firefox-nightly/Makefile ============================================================================== --- trunk/www/firefox-nightly/Makefile Fri Jul 18 12:58:35 2014 (r1622) +++ trunk/www/firefox-nightly/Makefile Fri Jul 18 13:57:08 2014 (r1623) @@ -95,7 +95,7 @@ .endif .if ${PORT_OPTIONS:MGSTREAMER} -BUILD_DEPENDS+= gstreamer1-libav>=1.2.4:${PORTSDIR}/multimedia/gstreamer1-libav +BUILD_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif .if ! ${PORT_OPTIONS:MMACH} Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Fri Jul 18 12:58:35 2014 (r1622) +++ trunk/www/firefox/Makefile Fri Jul 18 13:57:08 2014 (r1623) @@ -81,7 +81,7 @@ .endif .if ${PORT_OPTIONS:MGSTREAMER} -BUILD_DEPENDS+= gstreamer1-libav>=1.2.4:${PORTSDIR}/multimedia/gstreamer1-libav +BUILD_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif post-extract: Modified: trunk/www/seamonkey/Makefile ============================================================================== --- trunk/www/seamonkey/Makefile Fri Jul 18 12:58:35 2014 (r1622) +++ trunk/www/seamonkey/Makefile Fri Jul 18 13:57:08 2014 (r1623) @@ -108,7 +108,7 @@ .endif .if ${PORT_OPTIONS:MGSTREAMER} -BUILD_DEPENDS+= gstreamer1-libav>=1.2.4:${PORTSDIR}/multimedia/gstreamer1-libav +BUILD_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif .if ! ${PORT_OPTIONS:MMAILNEWS}