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 CE5C3138C48 for ; Mon, 6 Apr 2015 22:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 675BFE091D; Mon, 6 Apr 2015 22:39:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DCDEE091D for ; Mon, 6 Apr 2015 22:39:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 518B1340898 for ; Mon, 6 Apr 2015 22:39:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6A73155D6 for ; Mon, 6 Apr 2015 22:39:32 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1428359964.997de327a732abee46eb3f7f80dd0633886e7909.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/, www-client/firefox/files/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch www-client/firefox/firefox-37.0.1.ebuild X-VCS-Directories: www-client/firefox/ www-client/firefox/files/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 997de327a732abee46eb3f7f80dd0633886e7909 X-VCS-Branch: master Date: Mon, 6 Apr 2015 22:39:32 +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: 1dc9020a-654c-410d-b141-2abaccec2204 X-Archives-Hash: 26ca1f1d80b66e00e414df11f1f3941f commit: 997de327a732abee46eb3f7f80dd0633886e7909 Author: Ian Stakenvicius gentoo org> AuthorDate: Mon Apr 6 22:39:24 2015 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Mon Apr 6 22:39:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=997de327 Firefox-37: fixed redundant pax-mark; fixed a new bashism in jemalloc configure.ac .../files/firefox-37.0-jemalloc_configure_unbashify.patch | 11 +++++++++++ www-client/firefox/firefox-37.0.1.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch b/www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch new file mode 100644 index 0000000..b5278b1 --- /dev/null +++ b/www-client/firefox/files/firefox-37.0-jemalloc_configure_unbashify.patch @@ -0,0 +1,11 @@ +--- a/memory/jemalloc/src/configure.ac 2015-03-30 18:54:42.000000000 -0400 ++++ b/memory/jemalloc/src/configure.ac 2015-04-06 16:23:52.170389285 -0400 +@@ -989,7 +989,7 @@ + AC_ARG_WITH([lg_page], + [AS_HELP_STRING([--with-lg-page=], [Base 2 log of system page size])], + [LG_PAGE="$with_lg_page"], [LG_PAGE="detect"]) +-if test "x$LG_PAGE" == "xdetect"; then ++if test "x$LG_PAGE" = "xdetect"; then + AC_CACHE_CHECK([LG_PAGE], + [je_cv_lg_page], + AC_RUN_IFELSE([AC_LANG_PROGRAM( diff --git a/www-client/firefox/firefox-37.0.1.ebuild b/www-client/firefox/firefox-37.0.1.ebuild index 9b93052..b190ff0 100644 --- a/www-client/firefox/firefox-37.0.1.ebuild +++ b/www-client/firefox/firefox-37.0.1.ebuild @@ -147,6 +147,7 @@ src_prepare() { epatch "${WORKDIR}/firefox" epatch "${FILESDIR}"/${PN}-35.0-gmp-clearkey-sprintf.patch + epatch "${FILESDIR}"/${PN}-37.0-jemalloc_configure_unbashify.patch # Allow user to apply any additional patches without modifing ebuild epatch_user