Changeset b279414 for general/prog


Ignore:
Timestamp:
07/01/2013 09:55:22 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
66c47415
Parents:
b4c7420
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    rb4c7420 rb279414  
    7777      </listitem>
    7878    </itemizedlist>
    79 <!--
    80     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    81     <itemizedlist spacing='compact'>
    82       <listitem>
    83         <para>Required patch: <ulink
    84         url="&patch-root;/subversion-&subversion-version;-build_fixes-1.patch"/></para>
    85       </listitem>
    86     </itemizedlist>
    87 -->
     79
    8880    <bridgehead renderas="sect3">Subversion Dependencies</bridgehead>
    8981
     
    9183    <para role="required">
    9284      <xref linkend="apr-util"/>,
    93       <xref linkend="neon"/> or
    94       <ulink url="http://code.google.com/p/serf/">serf</ulink>, and
     85      Serf,
     86      <!-- <xref linkend="serf"/> and -->
    9587      <xref linkend="sqlite"/>
    9688    </para>
     
    110102      <xref linkend="db"/>,
    111103      <xref linkend="cyrus-sasl"/>,
    112       <xref linkend="dbus-glib"/>,
     104      <xref linkend="dbus"/>,
    113105      <xref linkend="libgnome-keyring"/>,
    114106      <xref linkend="kdelibs"/> (for <ulink url="http://utils.kde.org/projects/kwalletmanager/">KWallet</ulink> support),
    115       <xref linkend="openssl"/>,
    116107      <xref linkend="python2"/> (required to run the test suite) and
    117       <xref linkend="ruby"/> (version 1.8.x)
     108      <xref linkend="ruby"/>
    118109    </para>
    119110
     
    231222      profiles.
    232223    </para>
     224
    233225  </sect2>
    234226
     
    239231      href="../../xincludes/static-libraries.xml"/>
    240232
    241 <!--    <para>
    242       <parameter>CC="gcc -std=gnu99"</parameter>: If you want to compile
    243       <filename class="libraryfile">mod_dav_svn.so</filename> to use with
    244       <application>Apache</application>, configure will complain that your C
    245       compiler is not the same as the one that compiled
    246       <application>Apache</application>. To prevent this happening you can add
    247       <parameter>CC="gcc -std=gnu99"</parameter> (or whatever
    248       <application>Apache</application> used) to the
    249       <command>configure</command> options.
    250     </para> -->
    251233  </sect2>
    252234
     
    287269      </para>
    288270    </sect3>
     271
    289272  </sect2>
    290273
     
    313296          /usr/lib/perl5/site_perl/&lfs-perl-version;/auto/SVN (optional),
    314297          /usr/lib/perl5/site_perl/&lfs-perl-version;/SVN (optional),
    315           /usr/lib/ruby/site_ruby/&lt;x.y&gt;/i686-linux/svn (al),
     298          /usr/lib/ruby/site_ruby/&lt;x.y&gt;/i686-linux/svn (optional),
    316299          /usr/lib/svn-javahl (optional),
    317300          /usr/lib/svn-python (optional), and
     
    471454        </listitem>
    472455      </varlistentry>
     456
    473457    </variablelist>
     458
    474459  </sect2>
     460
    475461</sect1>
Note: See TracChangeset for help on using the changeset viewer.