Ignore:
Timestamp:
12/03/2014 01:21:14 AM (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:
08a0a19
Parents:
debf20e
Message:

Archive LXPolkit-0.1.0. Commented out references in gparted and network-manager-applet.
Update to nss-3.17.3.
Update to libgusb-0.2.3.
Update to mercurial-3.2.2.
Update to samba-4.1.14.
Update to gnome-themes-standard-3.14.2.3.
Update to xfce4-power-manager-1.4.2.
Update to thunderbird-31.3.0. Notice the removal of the option MOZ_OBJDIR=@TOPSRCDIR@, and no fix is needed anymore.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    rdebf20e r73b06df  
    66
    77  <!ENTITY thunderbird-download-http
    8            "http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    9   <!ENTITY thunderbird-download-ftp
    10            "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "6bb66f5cb67d573939d4e2ead6f7c7ca">
     8           "https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
     9  <!ENTITY thunderbird-download-ftp " ">
     10  <!--<!ENTITY thunderbird-download-ftp
     11           "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">-->
     12  <!ENTITY thunderbird-md5sum            "3781dfb541412c7f6b530a654b834ce5">
    1213  <!ENTITY thunderbird-size              "164 MB">
    13   <!ENTITY thunderbird-buildsize         " 3.7 GB (68 MB installed)">
    14   <!ENTITY thunderbird-time              "13 SBU (using parallelism=8)">
     14  <!ENTITY thunderbird-buildsize         "3.6 GB (68 MB installed)">
     15  <!ENTITY thunderbird-time              "30 SBU (using parallelism=4)">
    1516]>
    1617
     
    234235ac_add_options --with-system-zlib
    235236
    236 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild</literal>
     237# Presently, this option is broken
     238#mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild</literal>
    237239EOF</userinput></screen>
    238 
     240<!--
    239241    <para>
    240242      First, a bug needs to be fixed. Notice that thunderbuild needs to match
     
    242244    </para>
    243245
    244 <!-- might be necessary
    245 test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-->
    246 <screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>
     246<!-\- might be necessary
     247test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-\->
     248<screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>-->
    247249
    248250    <para>
     
    295297      fix i686 builds and preserve the optimization on x86_64.
    296298    </para>-->
    297 
     299<!--
    298300    <para>
    299301      <command>mkdir -vp mozilla/thunderbuild</command>: fixes a build failure
    300302      of Makefile at the beginning of build, where a file cannot be found.
    301     </para>
     303    </para>-->
    302304
    303305    <para>
Note: See TracChangeset for help on using the changeset viewer.