From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8BBD81381F3 for ; Tue, 24 Sep 2013 14:01:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16EC0E0A7D; Tue, 24 Sep 2013 14:01:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A364DE0A7D for ; Tue, 24 Sep 2013 14:01:24 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71E2333DAA9 for ; Tue, 24 Sep 2013 14:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 232A1E468F for ; Tue, 24 Sep 2013 14:01:22 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1380031217.4faae8868060123b2f8f4976ee0353a3156414aa.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-24.0-r1.ebuild www-client/firefox/firefox-24.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 4faae8868060123b2f8f4976ee0353a3156414aa X-VCS-Branch: master Date: Tue, 24 Sep 2013 14:01:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d95caba1-a607-41c8-81db-4691811b3b5d X-Archives-Hash: bffc1a19c5fddd6aaef8b00eae5adb39 commit: 4faae8868060123b2f8f4976ee0353a3156414aa Author: Jory A. Pratt gentoo org> AuthorDate: Tue Sep 24 14:00:17 2013 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Sep 24 14:00:17 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=4faae886 Fix bugs #485838,485816 --- .../firefox/{firefox-24.0.ebuild => firefox-24.0-r1.ebuild} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/firefox-24.0.ebuild b/www-client/firefox/firefox-24.0-r1.ebuild similarity index 96% rename from www-client/firefox/firefox-24.0.ebuild rename to www-client/firefox/firefox-24.0-r1.ebuild index 0c690ba..b12b541 100644 --- a/www-client/firefox/firefox-24.0.ebuild +++ b/www-client/firefox/firefox-24.0-r1.ebuild @@ -157,6 +157,12 @@ src_prepare() { "${S}"/build/unix/run-mozilla.sh || die "sed failed!" fi + # Ensure that are plugins dir is enabled as default + sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \ + "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 32bit!" + sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \ + "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 64bit!" + # Fix sandbox violations during make clean, bug 372817 sed -e "s:\(/no-such-file\):${T}\1:g" \ -i "${S}"/config/rules.mk \ @@ -216,15 +222,14 @@ src_configure() { mozconfig_use_enable gstreamer mozconfig_use_enable pulseaudio + mozconfig_use_enable system-cairo mozconfig_use_enable system-sqlite mozconfig_use_with system-jpeg mozconfig_use_with system-icu mozconfig_use_enable system-icu intl-api # Feature is know to cause problems on hardened mozconfig_use_enable jit methodjit - mozconfig_use_enable jit tracejit mozconfig_use_enable jit ion - mozconfig_use_enable system-cairo # Allow for a proper pgo build if use pgo; then