From owner-freebsd-gecko@FreeBSD.ORG Wed Feb 26 08:42:27 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 245CE293 for ; Wed, 26 Feb 2014 08:42:27 +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 A20C81B9C for ; Wed, 26 Feb 2014 08:42:25 +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 s1Q8gNuE072853 for ; Wed, 26 Feb 2014 08:42:23 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id s1Q8gI9E071974 for freebsd-gecko@freebsd.org; Wed, 26 Feb 2014 08:42:18 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Wed, 26 Feb 2014 08:42:18 GMT Message-Id: <201402260842.s1Q8gI9E071974@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] r1513 - in trunk: mail/thunderbird/files www/firefox-esr/files www/libxul/files 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: Wed, 26 Feb 2014 08:42:27 -0000 Author: jbeich Date: Wed Feb 26 08:42:17 2014 New Revision: 1513 Log: unbreak USE_MOZILLA=-vorbis on esr24 (or before bug 912293) Modified: trunk/mail/thunderbird/files/patch-zz-bug517422 trunk/www/firefox-esr/files/patch-zz-bug517422 trunk/www/libxul/files/patch-zz-bug517422 Modified: trunk/mail/thunderbird/files/patch-zz-bug517422 ============================================================================== --- trunk/mail/thunderbird/files/patch-zz-bug517422 Wed Feb 26 03:17:35 2014 (r1512) +++ trunk/mail/thunderbird/files/patch-zz-bug517422 Wed Feb 26 08:42:17 2014 (r1513) @@ -202,11 +202,18 @@ index 0000000..1f02dc0 --- /dev/null +++ mozilla/media/libvorbis/Makefile.in -@@ -0,0 +1,9 @@ +@@ -0,0 +1,16 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + ++DEPTH = @DEPTH@ ++topsrcdir = @top_srcdir@ ++srcdir = @srcdir@ ++VPATH = @srcdir@ ++ ++include $(DEPTH)/config/autoconf.mk ++ +include $(topsrcdir)/config/rules.mk + +ifdef MOZ_NATIVE_OGG Modified: trunk/www/firefox-esr/files/patch-zz-bug517422 ============================================================================== --- trunk/www/firefox-esr/files/patch-zz-bug517422 Wed Feb 26 03:17:35 2014 (r1512) +++ trunk/www/firefox-esr/files/patch-zz-bug517422 Wed Feb 26 08:42:17 2014 (r1513) @@ -202,11 +202,18 @@ index 0000000..1f02dc0 --- /dev/null +++ media/libvorbis/Makefile.in -@@ -0,0 +1,9 @@ +@@ -0,0 +1,16 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + ++DEPTH = @DEPTH@ ++topsrcdir = @top_srcdir@ ++srcdir = @srcdir@ ++VPATH = @srcdir@ ++ ++include $(DEPTH)/config/autoconf.mk ++ +include $(topsrcdir)/config/rules.mk + +ifdef MOZ_NATIVE_OGG Modified: trunk/www/libxul/files/patch-zz-bug517422 ============================================================================== --- trunk/www/libxul/files/patch-zz-bug517422 Wed Feb 26 03:17:35 2014 (r1512) +++ trunk/www/libxul/files/patch-zz-bug517422 Wed Feb 26 08:42:17 2014 (r1513) @@ -202,11 +202,18 @@ index 0000000..1f02dc0 --- /dev/null +++ media/libvorbis/Makefile.in -@@ -0,0 +1,9 @@ +@@ -0,0 +1,16 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + ++DEPTH = @DEPTH@ ++topsrcdir = @top_srcdir@ ++srcdir = @srcdir@ ++VPATH = @srcdir@ ++ ++include $(DEPTH)/config/autoconf.mk ++ +include $(topsrcdir)/config/rules.mk + +ifdef MOZ_NATIVE_OGG