Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (c523936a5a6fa8e96508ac36816ee811d399c340)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (c523936a5a6fa8e96508ac36816ee811d399c340)
  • Date: Thu, 22 Jan 2015 14:15:50 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

http/firefox/BUILD | 3 ++-
http/firefox/DEPENDS | 4 +---
http/firefox/HISTORY | 6 ++++++
http/firefox/mozconfig | 1 -
4 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit c523936a5a6fa8e96508ac36816ee811d399c340
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

http/firefox: made profile guided optimisation fully optional, simplified
some logic in DEPENDS

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index a1decaa..29088fb 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -38,7 +38,8 @@ done &&

local MAKE_TARGET
if [[ $FIREFOX_PGO == y ]]; then
- MAKE_TARGET=profiledbuild
+ MAKE_TARGET=profiledbuild &&
+ echo "ac_add_options --enable-profile-guided-optimization" >> .mozconfig
else
MAKE_TARGET=build
fi &&
diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 801b9a2..236c12c 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -89,9 +89,7 @@ optional_depends gstreamer \
'for gstreamer based AV support' &&
if is_depends_enabled $SPELL gstreamer; then
depends gst-plugins-base
-fi &&
-
-if ! is_depends_enabled $SPELL gstreamer; then
+else
optional_depends gstreamer-1.0 \
'--enable-gstreamer=1.0' \
'' \
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index a16d814..58ff37b 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,9 @@
+2015-01-22 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: --enable-profile-guided-optimization is applied
+ if $FIREFOX_PGO == y
+ * DEPENDS: simplified ifs
+ * mozconfig: removed --enable-profile-guided-optimization
+
2015-01-15 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: needs libxcomposite

diff --git a/http/firefox/mozconfig b/http/firefox/mozconfig
index 9e70533..2fea2e9 100644
--- a/http/firefox/mozconfig
+++ b/http/firefox/mozconfig
@@ -14,7 +14,6 @@ ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-crashreporter
ac_add_options --disable-tests
-ac_add_options --enable-profile-guided-optimization
ac_add_options --prefix=$INSTALL_ROOT/usr
ac_add_options --mandir=$INSTALL_ROOT/usr
ac_add_options --enable-optimize="$CFLAGS -fno-fast-math"



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (c523936a5a6fa8e96508ac36816ee811d399c340), Pol Vinogradov, 01/22/2015

Archive powered by MHonArc 2.6.24.

Top of Page