Author: fernando
Date: Thu Mar 5 06:53:05 2015
New Revision: 15611
Log:
Fix Firefox-36.0: move back MOZ_MAKE_FLAGS to
mozconfig and add 'chown -R 0:0 /usr/lib/firefox-36.0',
in the same way as TB and SM.
Minor fixes and formatting: SeaMonkey-2.32.1 and Thunderbird-31.5.0.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/graphweb/firefox.xml
trunk/BOOK/xsoft/graphweb/seamonkey.xml
trunk/BOOK/xsoft/other/thunderbird.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Thu Mar 5 05:50:38 2015 (r15610)
+++ trunk/BOOK/general.ent Thu Mar 5 06:53:05 2015 (r15611)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "04"> <!-- Always 2 digits -->
+<!ENTITY day "05"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "March 4th, &year;">
+<!ENTITY releasedate "March 5th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Thu Mar 5 05:50:38
2015 (r15610)
+++ trunk/BOOK/introduction/welcome/changelog.xml Thu Mar 5 06:53:05
2015 (r15611)
@@ -45,7 +45,23 @@
-->
<listitem>
- <para>March 4rd, 2015</para>
+ <para>March 5th, 2015</para>
+ <itemizedlist>
+ <listitem>
+ <para>[fernando] - Minor fixes and formatting: SeaMonkey-2.32.1 and
+ Thunderbird-31.5.0.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - Fix Firefox-36.0: move back MOZ_MAKE_FLAGS to
+ mozconfig and add <command>chown -R 0:0
+ /usr/lib/firefox-&firefox-version;</command>, in the same way as TB
+ and SM.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>March 4th, 2015</para>
<itemizedlist>
<listitem>
<para>[ken] - (radeon) firmware [ discussed in the ATI Xorg
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml Thu Mar 5 05:50:38 2015
(r15610)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml Thu Mar 5 06:53:05 2015
(r15611)
@@ -160,7 +160,12 @@
</para>
<screen><userinput>cat > mozconfig << "EOF"
-<literal># If you have installed DBus-Glib comment out this line:
+<literal># If you have a multicore machine, all cores will be used by default.
+# If desired, you can reduce the number of cores used, e.g. to 1, by
+# uncommenting the next line and setting a valid number of CPU cores.
+#mk_add_options MOZ_MAKE_FLAGS="-j1"
+
+# If you have installed DBus-Glib comment out this line:
ac_add_options --disable-dbus
# If you have installed dbus-glib, and you have installed (or will install)
@@ -253,18 +258,7 @@
<envar>SHELL=/bin/sh</envar>.
</para></note>
-<screen><userinput>MOZ_MAKE_FLAGS='-j<replaceable><number></replaceable>'
\
-make -f client.mk</userinput></screen>
-
- <para>
- where <replaceable><number></replaceable> is an integer between 1
- and the number of threads of your processor, inclusive. The variable
- <envar>MOZ_MAKE_FLAGS</envar> governs the number of parallel processes
- used by <command>make</command>. If it is not defined, the compilation
- will use all threads of a multithread machine. If this is what you want,
- just delete the line with <envar>MOZ_MAKE_FLAGS</envar> in the command
- above.
- </para>
+<screen><userinput>make -f client.mk</userinput></screen>
<para>
This package does not come with a test suite.
@@ -276,7 +270,8 @@
<screen role="root"><userinput>make -f client.mk install INSTALL_SDK=
&&
-mkdir -pv /usr/lib/mozilla/plugins &&
+chown -R 0:0 /usr/lib/firefox-&firefox-version; &&
+mkdir -pv /usr/lib/mozilla/plugins &&
ln -sfv ../../mozilla/plugins
/usr/lib/firefox-&firefox-version;/browser</userinput></screen>
</sect2>
Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/seamonkey.xml Thu Mar 5 05:50:38 2015
(r15610)
+++ trunk/BOOK/xsoft/graphweb/seamonkey.xml Thu Mar 5 06:53:05 2015
(r15611)
@@ -187,7 +187,7 @@
# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
# in about:config. If you do *not* have GStreamer 0.x.y, uncomment this line:
-#ac_add_options --disable-gstreamer
+ac_add_options --disable-gstreamer
# or uncomment this line, if you have GStreamer 1.x.y
#ac_add_options --enable-gstreamer=1.0
@@ -291,6 +291,7 @@
</para>
<screen role="root"><userinput>make -f client.mk install INSTALL_SDK=
&&
+
chown -R 0:0 /usr/lib/seamonkey-&seamonkey-version; &&
cp -v moz-build-dir/dist/man/man1/seamonkey.1
/usr/share/man/man1</userinput></screen>
Modified: trunk/BOOK/xsoft/other/thunderbird.xml
==============================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml Thu Mar 5 05:50:38 2015
(r15610)
+++ trunk/BOOK/xsoft/other/thunderbird.xml Thu Mar 5 06:53:05 2015
(r15611)
@@ -274,6 +274,7 @@
ln -sfv ../lib/thunderbird-&thunderbird-version;/thunderbird
/usr/bin</userinput></screen>-->
<screen role="root"><userinput>make -f client.mk install INSTALL_SDK=
&&
+
chown -R 0:0 /usr/lib/thunderbird-&thunderbird-version;</userinput></screen>
<para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page