Author: krejzi
Date: Mon Jul  1 02:55:22 2013
New Revision: 11348

Log:
Actualy update subversion (check for new deps, removed deps). We need serf 
library for it now, no neon support anymore.

Modified:
   trunk/BOOK/general/prog/subversion.xml

Modified: trunk/BOOK/general/prog/subversion.xml
==============================================================================
--- trunk/BOOK/general/prog/subversion.xml      Sun Jun 30 19:46:01 2013        
(r11347)
+++ trunk/BOOK/general/prog/subversion.xml      Mon Jul  1 02:55:22 2013        
(r11348)
@@ -76,22 +76,14 @@
         </para>
       </listitem>
     </itemizedlist>
-<!--
-    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
-    <itemizedlist spacing='compact'>
-      <listitem>
-        <para>Required patch: <ulink
-        
url="&patch-root;/subversion-&subversion-version;-build_fixes-1.patch"/></para>
-      </listitem>
-    </itemizedlist>
--->
+
     <bridgehead renderas="sect3">Subversion Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
       <xref linkend="apr-util"/>,
-      <xref linkend="neon"/> or
-      <ulink url="http://code.google.com/p/serf/";>serf</ulink>, and
+      Serf,
+      <!-- <xref linkend="serf"/> and -->
       <xref linkend="sqlite"/>
     </para>
 
@@ -109,12 +101,11 @@
       <xref linkend="apache"/>,
       <xref linkend="db"/>,
       <xref linkend="cyrus-sasl"/>,
-      <xref linkend="dbus-glib"/>,
+      <xref linkend="dbus"/>,
       <xref linkend="libgnome-keyring"/>,
       <xref linkend="kdelibs"/> (for <ulink 
url="http://utils.kde.org/projects/kwalletmanager/";>KWallet</ulink> support),
-      <xref linkend="openssl"/>,
       <xref linkend="python2"/> (required to run the test suite) and
-      <xref linkend="ruby"/> (version 1.8.x)
+      <xref linkend="ruby"/>
     </para>
 
     <bridgehead renderas="sect4">Optional (for the Java Bindings)</bridgehead>
@@ -230,6 +221,7 @@
       <envar>PYTHONPATH</envar> environment variable to the system or personal
       profiles.
     </para>
+
   </sect2>
 
   <sect2 role="commands">
@@ -238,16 +230,6 @@
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 
-<!--    <para>
-      <parameter>CC="gcc -std=gnu99"</parameter>: If you want to compile
-      <filename class="libraryfile">mod_dav_svn.so</filename> to use with
-      <application>Apache</application>, configure will complain that your C
-      compiler is not the same as the one that compiled
-      <application>Apache</application>. To prevent this happening you can add
-      <parameter>CC="gcc -std=gnu99"</parameter> (or whatever
-      <application>Apache</application> used) to the
-      <command>configure</command> options.
-    </para> -->
   </sect2>
 
   <sect2 role="configuration">
@@ -286,6 +268,7 @@
         in <filename>/etc/subversion/config</filename>.
       </para>
     </sect3>
+
   </sect2>
 
   <sect2 role="content">
@@ -312,7 +295,7 @@
           /usr/include/subversion-1,
           /usr/lib/perl5/site_perl/&lfs-perl-version;/auto/SVN (optional),
           /usr/lib/perl5/site_perl/&lfs-perl-version;/SVN (optional),
-          /usr/lib/ruby/site_ruby/&lt;x.y&gt;/i686-linux/svn (al),
+          /usr/lib/ruby/site_ruby/&lt;x.y&gt;/i686-linux/svn (optional),
           /usr/lib/svn-javahl (optional),
           /usr/lib/svn-python (optional), and
           /usr/share/doc/subversion-&subversion-version;
@@ -470,6 +453,9 @@
           </indexterm>
         </listitem>
       </varlistentry>
+
     </variablelist>
+
   </sect2>
+
 </sect1>
-- 
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