Changeset 098ad89 for xsoft/graphweb


Ignore:
Timestamp:
09/23/2002 02:58:13 PM (22 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
21cfe3c
Parents:
2f66c98
Message:

Changed to mozilla-1.0.1 for stablility

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

Location:
xsoft/graphweb/mozilla
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/mozilla/mozilla-exp.xml

    r2f66c98 r098ad89  
    2424--disable-logging --enable-reorder \
    2525--enable-strip --enable-elf-dynstr-gc \
    26 --enable-cpp-rtt</userinput></screen>
     26--enable-cpp-rtti</userinput></screen>
    2727Disable all debugging options and enable all optimization options. You can
    2828pick and choose from these options.  More information on them can be found
    2929in the mozilla configure script help.</para>
    3030
    31 <para><userinput>--enable-extensions=all</userinput>: Enables all of the
     31<para><userinput>--enable-extensions=...</userinput>: Enables
    3232extensions.  If you want, you can disable all extensions other than the
    3333browser by changing this switch to
     
    4242Copy the nss headers that are not copied by make install.</para>
    4343
    44 <para><userinput>ln -sf mozilla /usr/X11R6/bin/netscape</userinput>: Since
     44<para><userinput>install -d &mozilla-prefix;/lib/mozilla-&mozilla-version;/openoffice</userinput>:
     45Make a directory to store static libraries that openoffice needs during compilation.
     46These libraries are not installed by default.</para>
     47
     48<para><userinput>ln -nsf mozilla-&mozilla-version; ...</userinput>:
     49Mozilla installs headers and libraries in version specific directories. This
     50link makes symbolic links so that applications that depend on Mozilla (such as
     51OpenOffice, Galeon, etc.) can use a non version specific path for installation.
     52</para>
     53
     54<para><userinput>ln -sf mozilla &mozilla-prefix;/bin/netscape</userinput>: Since
    4555many applications expect the browser to be named netscape, make a symbolic
    4656link for convenience.</para>
  • xsoft/graphweb/mozilla/mozilla-inst.xml

    r2f66c98 r098ad89  
    3030            --disable-logging --enable-reorder \
    3131            --enable-strip --enable-elf-dynstr-gc \
    32             --enable-cpp-rtti --enable-extensions=all \
     32            --enable-cpp-rtti --enable-extensions=all,spellcheck \
    3333            --enable-svg
    3434make &amp;&amp;
     
    3737cp -Lf dist/private/security/*.h dist/public/security/*.h \
    3838   &mozilla-prefix;/include/mozilla-&mozilla-version;/security &amp;&amp;
    39 ln -sf mozilla /usr/X11R6/bin/netscape &amp;&amp;
     39install -d &mozilla-prefix;/lib/mozilla-&mozilla-version;/openoffice &amp;&amp;
     40cp -f dist/lib/libembed_base_s.a dist/lib/liblber50.a \
     41   dist/lib/libmozreg_s.a &mozilla-prefix;/lib/mozilla-&mozilla-version;/openoffice &amp;&amp;
     42ln -nsf mozilla-&mozilla-version; &mozilla-prefix;/include/mozilla &amp;&amp;
     43ln -nsf mozilla-&mozilla-version; &mozilla-prefix;/lib/mozilla &amp;&amp;
     44ln -sf &mozilla-prefix;/bin/mozilla /usr/bin/mozilla &amp;&amp;
     45ln -sf &mozilla-prefix;/bin/mozilla /usr/bin/netscape &amp;&amp;
    4046cd &mozilla-prefix;/lib/mozilla-&mozilla-version; &amp;&amp;
    4147export LD_LIBRARY_PATH="&mozilla-prefix;/lib/mozilla-&mozilla-version;" &amp;&amp;
     
    6066
    6167<para><userinput>--enable-calendar</userinput>: Build the calendar client.
     68You will need to download the calendar source via cvs since it is not included
     69with the release source.
    6270(Warning, this option is not yet stable).</para>
    6371
     
    9199friendly, give them this example!  Note that unlike the patch referred to in
    92100the hint, the patch on the BLFS website does not contain this hack so you
    93 will need to enable it manually if you want it use it.</para>
     101will need to enable it manually if you want it use it or download it from the
     102hint site.</para>
    94103
    95104</sect2>
  • xsoft/graphweb/mozilla/mozilla-intro.xml

    r2f66c98 r098ad89  
    2424
    2525<para>Download the patch for various minor fixes to the build.
    26 <screen><ulink url="&file-root;/mozilla-1.1.patch.bz2"/></screen></para>
     26<screen><ulink url="&file-root;/mozilla-1.0.1.patch.bz2"/></screen></para>
    2727
    2828<para>Download the spellchecker (a Mozdev project). The above patch also enables
    2929building of the spellcheker.
    30 <screen><ulink url="&file-root;/mozilla-1.1-spellchecker.tar.bz2"/></screen>
     30<screen><ulink url="&file-root;/mozilla-1.0.1-spellchecker.tar.bz2"/></screen>
    3131</para>
    3232
  • xsoft/graphweb/mozilla/mozilla.ent

    r2f66c98 r098ad89  
    66<!ENTITY mozilla-config SYSTEM "mozilla-config.xml">
    77<!ENTITY mozilla-buildsize "550 MB">
    8 <!ENTITY mozilla-version "1.1">
     8<!ENTITY mozilla-version "1.0.1">
    99<!ENTITY mozilla-prefix "/opt/mozilla">
    10 <!ENTITY mozilla-download-http "http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.1/src/mozilla-source-1.1.tar.gz">
    11 <!ENTITY mozilla-download-ftp "ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla1.1/src/mozilla-source-1.1.tar.gz">
     10<!ENTITY mozilla-download-http "http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.0.1/src/mozilla-source-1.0.1.tar.bz2">
     11<!ENTITY mozilla-download-ftp "ftp://ftp.mozilla.org/pub/mozilla/releases/mozilla1.0.1/src/mozilla-source-1.0.1.tar.bz2">
    1212<!ENTITY mozilla-size "39 MB">
    1313<!ENTITY mozilla-buildtime "2 Hrs (850 MHz)">
Note: See TracChangeset for help on using the changeset viewer.