Changeset dcb0fe6


Ignore:
Timestamp:
03/05/2015 02:53:05 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e907ed05
Parents:
f086d778
Message:

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.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15611 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf086d778 rdcb0fe6  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "04">                   <!-- Always 2 digits -->
     3<!ENTITY day          "05">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 4th, &year;">
     9<!ENTITY releasedate  "March 5th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rf086d778 rdcb0fe6  
    4646
    4747    <listitem>
    48       <para>March 4rd, 2015</para>
     48      <para>March 5th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Minor fixes and formatting: SeaMonkey-2.32.1 and
     52          Thunderbird-31.5.0.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Fix Firefox-36.0: move back MOZ_MAKE_FLAGS to
     56          mozconfig and add <command>chown -R 0:0
     57          /usr/lib/firefox-&firefox-version;</command>, in the same way as TB
     58          and SM.</para>
     59        </listitem>
     60      </itemizedlist>
     61    </listitem>
     62
     63    <listitem>
     64      <para>March 4th, 2015</para>
    4965      <itemizedlist>
    5066        <listitem>
  • xsoft/graphweb/firefox.xml

    rf086d778 rdcb0fe6  
    161161
    162162<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
    163 <literal># If you have installed DBus-Glib comment out this line:
     163<literal># If you have a multicore machine, all cores will be used by default.
     164# If desired, you can reduce the number of cores used, e.g. to 1, by
     165# uncommenting the next line and setting a valid number of CPU cores.
     166#mk_add_options MOZ_MAKE_FLAGS="-j1"
     167
     168# If you have installed DBus-Glib comment out this line:
    164169ac_add_options --disable-dbus
    165170
     
    254259    </para></note>
    255260
    256 <screen><userinput>MOZ_MAKE_FLAGS='-j<replaceable>&lt;number&gt;</replaceable>' \
    257 make -f client.mk</userinput></screen>
    258 
    259     <para>
    260       where <replaceable>&lt;number&gt;</replaceable> is an integer between 1
    261       and the number of threads of your processor, inclusive. The variable
    262       <envar>MOZ_MAKE_FLAGS</envar> governs the number of parallel processes
    263       used by <command>make</command>. If it is not defined, the compilation
    264       will use all threads of a multithread machine. If this is what you want,
    265       just delete the line with <envar>MOZ_MAKE_FLAGS</envar> in the command
    266       above.
    267     </para>
     261<screen><userinput>make -f client.mk</userinput></screen>
    268262
    269263    <para>
     
    277271<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
    278272
    279 mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
     273chown -R 0:0 /usr/lib/firefox-&firefox-version;  &amp;&amp;
     274mkdir -pv /usr/lib/mozilla/plugins  &amp;&amp;
    280275ln -sfv ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</userinput></screen>
    281276
  • xsoft/graphweb/seamonkey.xml

    rf086d778 rdcb0fe6  
    188188# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
    189189# in about:config. If you do *not* have GStreamer 0.x.y, uncomment this line:
    190 #ac_add_options --disable-gstreamer
     190ac_add_options --disable-gstreamer
    191191# or uncomment this line, if you have GStreamer 1.x.y
    192192#ac_add_options --enable-gstreamer=1.0
     
    292292
    293293<screen role="root"><userinput>make  -f client.mk install INSTALL_SDK= &amp;&amp;
     294
    294295chown -R 0:0 /usr/lib/seamonkey-&seamonkey-version;  &amp;&amp;
    295296cp    -v moz-build-dir/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
  • xsoft/other/thunderbird.xml

    rf086d778 rdcb0fe6  
    275275
    276276<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
     277
    277278chown -R 0:0 /usr/lib/thunderbird-&thunderbird-version;</userinput></screen>
    278279
Note: See TracChangeset for help on using the changeset viewer.