Changeset 6ba92b5


Ignore:
Timestamp:
04/22/2008 02:28:52 AM (16 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
d456f95e
Parents:
47aad0c8
Message:

Update to seamonkey 1.1.9

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r47aad0c8 r6ba92b5  
    44-->
    55
    6 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     6<!ENTITY day          "22">                   <!-- Always 2 digits -->
    77<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
    99<!ENTITY version      "svn-&year;&month;&day;">
    10 <!ENTITY releasedate  "April &day;st, &year;">
     10<!ENTITY releasedate  "April &day;nd, &year;">
    1111<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1212<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    593593
    594594<!-- Chapter 36 -->
    595 <!ENTITY seamonkey-version            "1.1.8">
     595<!ENTITY seamonkey-version            "1.1.9">
    596596<!ENTITY firefox-version              "2.0.0.13">
    597597<!ENTITY galeon-version               "2.0.1">
  • introduction/welcome/changelog.xml

    r47aad0c8 r6ba92b5  
    4545      <para>April 21st, 2008</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to seamonkey 1.1.9.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[dnicholson] - Bug fixes and automatic compression
  • xsoft/graphweb/seamonkey.xml

    r47aad0c8 r6ba92b5  
    77  <!ENTITY seamonkey-download-http      "http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/seamonkey-&seamonkey-version;.source.tar.bz2">
    88  <!ENTITY seamonkey-download-ftp       "ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/seamonkey-&seamonkey-version;.source.tar.bz2">
    9   <!ENTITY seamonkey-md5sum             "d91320fcd6a6aa48cc7c4d5ae596b09e">
    10   <!ENTITY seamonkey-size               "35.3 MB">
    11   <!ENTITY seamonkey-buildsize          "631 MB">
    12   <!ENTITY seamonkey-time               "18.4 SBU">
     9  <!ENTITY seamonkey-md5sum             "2b08c472164e80922f715c6e96e0bee7">
     10  <!ENTITY seamonkey-size               "33.7 MB">
     11  <!ENTITY seamonkey-buildsize          "632 MB">
     12  <!ENTITY seamonkey-time               "17.0 SBU">
    1313
    1414  <!ENTITY seamonkey-enigmail-version   "0.95.6">
     
    249249endif
    250250EOF
    251 
    252 sed -i "s/^    enum$/&amp; xptinfo_enum_1/" \
    253     xpcom/reflect/xptinfo/public/xptinfo.h
    254251
    255252make -f client.mk build</userinput></screen>
     
    436433    without adding these two required libraries.</para>
    437434
    438     <para><command>sed -i "s/^    enum$/&amp; xptinfo_enum_1/" ...</command>:
    439     This command is used to fix an anonymous enum in an external/public
    440     interface header file.</para>
    441 
    442435    <para><command>make -f client.mk ...</command>: Mozilla products are
    443436    packaged to allow the use of a configuration file which can be used to
Note: See TracChangeset for help on using the changeset viewer.