Changeset d441522d


Ignore:
Timestamp:
01/26/2015 08:07:16 PM (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:
0214fca
Parents:
ed17b301
Message:

Mesa-10.4.3: Revert previous modification and modify the instructions,
simplifying the page and solving problem with libtool older than 2.4.4.
Thanks Bruce for the wise decision.

Update to php-5.6.5.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    red17b301 rd441522d  
    77  <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.xz">
    9   <!ENTITY php-md5sum        "bf824c5e5c7f49ca5f7350d72cba4881">
     9  <!ENTITY php-md5sum        "541a480e1f8747219074c99f3e9edbcc">
    1010  <!ENTITY php-size          "11 MB">
    11   <!ENTITY php-buildsize     "443 MB (additional 1 MB to run the test suite and 102 MB for documentation)">
    12   <!ENTITY php-time          "3.7 SBU (additional 2.1 SBU to run the test suite)">
     11  <!ENTITY php-buildsize     "392 MB (additional 1 MB to run the test suite and 102 MB for documentation)">
     12  <!ENTITY php-time          "4 SBU (additional 2.1 SBU to run the test suite)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    red17b301 rd441522d  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to php-5.6.5. Fixes
     52          <ulink url="&blfs-ticket-root;6060">#6060</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Mesa-10.4.3: Revert previous modification and
     56          modify the instructions, simplifying the page and solving problem
     57          with libtool older than 2.4.4. Thanks Bruce for the wise
     58          decision.</para>
     59        </listitem>
     60        <listitem>
    5161          <para>[fernando] - Update to nspr-4.10.8. Fixes
    5262          <ulink url="&blfs-ticket-root;6059">#6059</ulink>.</para>
  • packages.ent

    red17b301 rd441522d  
    265265<!ENTITY nasm-version                 "2.11.06">
    266266<!ENTITY npapi-sdk-version            "0.27.2">
    267 <!ENTITY php-version                  "5.6.4">
     267<!ENTITY php-version                  "5.6.5">
    268268<!ENTITY python2-version              "2.7.9">
    269269<!ENTITY python3-version              "3.4.2">
  • x/installing/mesalib.xml

    red17b301 rd441522d  
    157157    </para>
    158158
    159     <note><para>For some systems with <application>libtool</application>
    160     versions prior to 2.4.4, <command>make</command> may fail.  If necessary,
    161     fix it either with:</para>
    162 
    163 <screen><userinput>sed -i 's/autoreconf/&amp; -f/' ./autogen.sh</userinput></screen>
    164 
    165     <para>or you can
    166     replace <command>./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2"   \</command> line in the first command bellow with:</para>
    167 
    168 <screen><userinput>autoreconf -v -f -i &amp;&amp;
    169 ./configure CFLAGS='-O2' CXXFLAGS='-O2' \</userinput></screen></note>
    170 
    171 <screen><userinput>./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2"   \
     159<screen><userinput>autoreconf -f -i &amp;&amp;
     160./configure CFLAGS='-O2' CXXFLAGS='-O2'    \
    172161            --prefix=$XORG_PREFIX          \
    173162            --sysconfdir=/etc              \
Note: See TracChangeset for help on using the changeset viewer.