Changeset dd28c49


Ignore:
Timestamp:
09/20/2014 03:27:12 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 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, krejzi/svn, 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:
56115c4
Parents:
e12c552
Message:

Update to seamonkey-2.29

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re12c552 rdd28c49  
    4848      <para>September 19th, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to seamonkey-2.29. Fixes
     52          <ulink url="&blfs-ticket-root;5484">#5484</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Fixes and tweaks: Avahi-0.6.31, lxde-common-0.5.6,
  • packages.ent

    re12c552 rdd28c49  
    584584
    585585<!-- Chapter 35 -->
    586 <!ENTITY seamonkey-version            "2.26.1">
     586<!ENTITY seamonkey-version            "2.29">
    587587<!ENTITY firefox-version              "32.0.1">
    588588
  • xsoft/graphweb/seamonkey.xml

    re12c552 rdd28c49  
    99  <!ENTITY seamonkey-download-ftp
    1010  "ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2">
    11   <!ENTITY seamonkey-md5sum        "4bfa46b370b4d211eef56b90277a9517">
    12   <!ENTITY seamonkey-size          "158 MB">
    13   <!ENTITY seamonkey-buildsize     "1.7 GB (67 MB installed)">
    14   <!ENTITY seamonkey-time          "37 SBU">
     11  <!ENTITY seamonkey-md5sum        "ffd77471765e1a38c2a00ab3453a96a7">
     12  <!ENTITY seamonkey-size          "166 MB">
     13  <!ENTITY seamonkey-buildsize     "2.1 GB (79 MB installed)">
     14  <!ENTITY seamonkey-time          "13 SBU">
    1515]>
    1616
     
    4747    </para>
    4848
    49     &lfs75_checked;
     49    &lfs76_checked;
    5050
    5151    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    200200
    201201    <para>
    202       First, two bugs need to be fixed. The two following commands are in the
    203       same order as the problems appear at build time, but this order is not
    204       essential. Notice that moz-build-dir needs to match the value used in
     202      The moz-build-dir directory needs to exist and match the value used in
    205203      mozconfig (above) for the object directory (MOZ_OBJDIR):
    206204    </para>
    207205
    208 <screen><userinput>mkdir -vp mozilla/moz-build-dir &amp;&amp;
    209 sed -e 's/$(MOZ_ZLIB_CFLAGS)/$(MOZ_ZLIB_CFLAGS) $(MOZ_PIXMAN_CFLAGS)/' \
    210     -i config/config.mk</userinput></screen>
     206<screen><userinput>mkdir -vp mozilla/moz-build-dir</userinput></screen>
    211207
    212208    <para>
     
    258254    <para>
    259255      <command>mkdir -vp mozilla/moz-build-dir</command>: fixes a build failure
    260       of Makefile at the beginning of build, where a file cannot be found.
    261     </para>
    262 
    263     <para>
    264       <command>sed -e 's/$(MOZ_ZLIB_CFLAGS) ... $(MOZ_PIXMAN_CFLAGS
    265       ...</command>: fixes a build failure of not finding pixman headers,
    266       closer to then of build.
     256      at the beginning of the build.
    267257    </para>
    268258
Note: See TracChangeset for help on using the changeset viewer.