Changeset b94212a


Ignore:
Timestamp:
04/22/2005 02:56:09 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a9084a66
Parents:
7c2acc6
Message:

Updated to Firefox-1.0.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7c2acc6 rb94212a  
    405405<!-- Chapter 35 -->
    406406<!ENTITY mozilla-version              "1.7.5">
    407 <!ENTITY firefox-version              "1.0.2">
     407<!ENTITY firefox-version              "1.0.3">
    408408<!ENTITY galeon-version               "1.3.18">
    409409<!ENTITY dillo-version                "0.8.4">
  • introduction/welcome/changelog.xml

    r7c2acc6 rb94212a  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>April 22nd, 2005 [randy]: Updated to
     26Firefox-1.0.3.</para></listitem>
    2427
    2528<listitem><para>April 21st, 2005 [bdubbs]: Upgraded to xscreensaver-4.21.
  • xsoft/graphweb/firefox.xml

    r7c2acc6 rb94212a  
    77  <!ENTITY firefox-download-http "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
    88  <!ENTITY firefox-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
    9   <!ENTITY firefox-md5sum        "fd1a0dec3e763e93eb45c0c34b399712">
     9  <!ENTITY firefox-md5sum        "f1a9a8da0547564a0f8a249f9d56bdf4">
    1010  <!ENTITY firefox-size          "32 MB">
    1111  <!ENTITY firefox-buildsize     "564 MB">
    12   <!ENTITY firefox-time          "10.9 SBU">
     12  <!ENTITY firefox-time          "9.8 SBU">
    1313]>
    1414
     
    5353<para><xref linkend="libjpeg"/>,
    5454<xref linkend="unzip"/>,
    55 <xref linkend="gnome-vfs"/>,
    56 <xref linkend="libgnome"/>,
     55<xref linkend="gnome-vfs"/> and
     56<xref linkend="libgnome"/> (to build the gnomevfs extension),
    5757<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
    58 (for the GSSAPI libraries),
     58(for the GSSAPI libraries to build the negotiateauth extension),
    5959<xref linkend="doxygen"/>,
    6060<ulink url="http://xprint.mozdev.org/">Xprint</ulink>,
     
    8787            --enable-application=browser \
    8888            --enable-default-toolkit=gtk2 \
    89             --enable-extensions=all,-typeaheadfind \
     89            --enable-extensions=cookie,xml-rpc,xmlextras,pref,\
     90              transformiix,universalchardet,webservices,inspector,\
     91              gnomevfs,negotiateauth \
    9092            --enable-crypto \
    9193            --enable-xft \
     
    125127user:</para>
    126128
    127 <screen><userinput><command>cd /usr/lib/firefox-&firefox-version; &amp;&amp;
     129<screen><userinput role='root'><command>cd /usr/lib/firefox-&firefox-version; &amp;&amp;
    128130export LD_LIBRARY_PATH="$PWD" &amp;&amp;
    129131export MOZILLA_FIVE_HOME="$PWD" &amp;&amp;
     
    137139hierarchy.</para></note>
    138140
     141<para>Lastly, unset the build variables from the unprivileged user's
     142environment:</para>
     143
     144<screen><userinput><command>unset MOZILLA_OFFICIAL &amp;&amp;
     145unset BUILD_OFFICIAL &amp;&amp;
     146unset MOZ_PHOENIX</command></userinput></screen>
    139147</sect2>
    140148
Note: See TracChangeset for help on using the changeset viewer.