Author: bdubbs
Date: Mon Jul 22 15:42:14 2013
New Revision: 11474

Log:
Update to php-5.5.0
Update to librep-0.92.3

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/librep.xml
   trunk/BOOK/general/prog/php.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Jul 22 14:47:06 2013        (r11473)
+++ trunk/BOOK/general.ent      Mon Jul 22 15:42:14 2013        (r11474)
@@ -380,12 +380,12 @@
 <!ENTITY icedtea-version              "2.4.1">
 <!ENTITY openjdk-version              "1.7.0.40">
 <!ENTITY junit-version                "4.11">
-<!ENTITY librep-version               "0.92.2.1">
+<!ENTITY librep-version               "0.92.3">
 <!ENTITY llvm-version                 "3.3">
 <!ENTITY lua-version                  "5.1.5">
 <!ENTITY mercurial-version            "2.6.3">
 <!ENTITY NASM-version                 "2.10.07">
-<!ENTITY php-version                  "5.4.11">
+<!ENTITY php-version                  "5.5.0">
 <!ENTITY pkgconfig-version            "0.28">
 <!ENTITY python2-version              "2.7.5">
 <!ENTITY python3-version              "3.3.2">

Modified: trunk/BOOK/general/prog/librep.xml
==============================================================================
--- trunk/BOOK/general/prog/librep.xml  Mon Jul 22 14:47:06 2013        (r11473)
+++ trunk/BOOK/general/prog/librep.xml  Mon Jul 22 15:42:14 2013        (r11474)
@@ -6,10 +6,10 @@
 
   <!ENTITY librep-download-http 
"http://download.tuxfamily.org/librep/librep-&librep-version;.tar.xz";>
   <!ENTITY librep-download-ftp " ">
-  <!ENTITY librep-md5sum "e4d7492b373fc9168f1129fd7bf3350c">
+  <!ENTITY librep-md5sum "c82744fb45022e8a06e488e4a7513558">
   <!ENTITY librep-size "600 KB">
   <!ENTITY librep-buildsize "16 MB">
-  <!ENTITY librep-time "0.4 SBU">
+  <!ENTITY librep-time "0.5 SBU">
 ]>
 
 <sect1 id="librep" xreflabel="librep-&librep-version;">
@@ -75,7 +75,7 @@
     <para>Install <application>librep</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>

Modified: trunk/BOOK/general/prog/php.xml
==============================================================================
--- trunk/BOOK/general/prog/php.xml     Mon Jul 22 14:47:06 2013        (r11473)
+++ trunk/BOOK/general/prog/php.xml     Mon Jul 22 15:42:14 2013        (r11474)
@@ -6,10 +6,10 @@
 
   <!ENTITY php-download-http 
"http://us2.php.net/distributions/php-&php-version;.tar.bz2";>
   <!ENTITY php-download-ftp  
"ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2";>
-  <!ENTITY php-md5sum        "9975e68c22b86b013b934743ad2d2276">
-  <!ENTITY php-size          "10.6 MB">
-  <!ENTITY php-buildsize     "522 MB (includes installing all documentation)">
-  <!ENTITY php-time          "2.6 SBU (additional 2.2 SBU to run the test 
suite)">
+  <!ENTITY php-md5sum        "daf2d54e79def9fd0fb2ac7dfcefb7f3">
+  <!ENTITY php-size          "11.7 MB">
+  <!ENTITY php-buildsize     "352 MB">
+  <!ENTITY php-time          "2.8 SBU (additional 3.0 SBU to run the test 
suite)">
 ]>
 
 <sect1 id="php" xreflabel="PHP-&php-version;">
@@ -178,34 +178,33 @@
     <para>Install <application>PHP</application> by
     running the following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr \
-            --sysconfdir=/etc \
-            --with-apxs2 \
+<screen><userinput>./configure --prefix=/usr                \
+            --sysconfdir=/etc            \
+            --with-apxs2                 \
             --with-config-file-path=/etc \
-            --with-zlib \
-            --enable-bcmath \
-            --with-bz2 \
-            --enable-calendar \
-            --enable-dba=shared \
-            --with-gdbm \
-            --with-gmp \
-            --enable-ftp \
-            --with-gettext \
-            --enable-mbstring \
-            --with-readline &amp;&amp;
+            --with-zlib                  \
+            --enable-bcmath              \
+            --with-bz2                   \
+            --enable-calendar            \
+            --enable-dba=shared          \
+            --with-gdbm                  \
+            --with-gmp                   \
+            --enable-ftp                 \
+            --with-gettext               \
+            --enable-mbstring            \
+            --with-readline              &amp;&amp;
 make</userinput></screen>
 
-    <para>To test the results, issue: <command>make test</command>. Some of
-    the tests are known to fail.</para>
+    <para>To test the results, issue: <command>make test</command>. A few
+    tests may fail.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-<screen role="root"><userinput>make install &amp;&amp;
-install -v -m644 php.ini-production /etc/php.ini &amp;&amp;
+<screen role="root"><userinput>make install                                    
     &amp;&amp;
+install -v -m644 php.ini-production /etc/php.ini     &amp;&amp;
 
 install -v -m755 -d /usr/share/doc/php-&php-version; &amp;&amp;
-install -v -m644    CODING_STANDARDS EXTENSIONS INSTALL NEWS \
-                    README* UPGRADING* php.gif \
+install -v -m644    CODING_STANDARDS EXTENSIONS INSTALL NEWS README* 
UPGRADING* php.gif \
                     /usr/share/doc/php-&php-version; &amp;&amp;
 ln -v -sfn          /usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt \
                     /usr/share/doc/php-&php-version; &amp;&amp;

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Jul 22 14:47:06 
2013        (r11473)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Jul 22 15:42:14 
2013        (r11474)
@@ -47,6 +47,12 @@
       <para>July 22nd, 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to php-5.5.0.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to librep-0.92.3.</para>
+        </listitem>
+        <listitem>
           <para>[igor] - xterm-296.</para>
         </listitem>
         <listitem>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to