Changeset 59a6b63 for general


Ignore:
Timestamp:
08/08/2015 01:03:10 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.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:
604bf744
Parents:
037fc0be
Message:
  • Update to tcsh-6.19.00.
  • Update to fribidi-0.19.7.
  • Update to subversion-1.9.0.
  • Update to mariadb-10.0.21.
  • Update to firefox-39.0.3.
  • SDL-1.2.15: Move "--disable-sdl-dlopen" to option.

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/fribidi.xml

    r037fc0be r59a6b63  
    77  <!ENTITY fribidi-download-http "http://fribidi.org/download/fribidi-&fribidi-version;.tar.bz2">
    88  <!ENTITY fribidi-download-ftp  " ">
    9   <!ENTITY fribidi-md5sum        "ce93d862344991173dabb609bf93ca1d">
    10   <!ENTITY fribidi-size          "625 KB">
    11   <!ENTITY fribidi-buildsize     "6.5 MB">
    12   <!ENTITY fribidi-time          "0.1 SBU">
     9  <!ENTITY fribidi-md5sum        "6c7e7cfdd39c908f7ac619351c1c5c23">
     10  <!ENTITY fribidi-size          "636 KB">
     11  <!ENTITY fribidi-buildsize     "6.7 MB (with tests)">
     12  <!ENTITY fribidi-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    9393    </para>
    9494
    95 <screen><userinput>sed -i "s|glib/gstrfuncs\.h|glib.h|" charset/fribidi-char-sets.c &amp;&amp;
    96 sed -i "s|glib/gmem\.h|glib.h|"      lib/mem.h                   &amp;&amp;
     95<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9796
    98 ./configure --prefix=/usr                                        &amp;&amp;
    9997make</userinput></screen>
    10098
     
    109107<screen role="root"><userinput>make install</userinput></screen>
    110108  </sect2>
    111 
     109<!--
    112110  <sect2 role="commands">
    113111    <title>Command Explanations</title>
     
    116114    <application>GLib-2</application> is linked into the build.</para>
    117115
    118   </sect2>
     116  </sect2>-->
    119117
    120118  <sect2 role="content">
  • general/prog/subversion.xml

    r037fc0be r59a6b63  
    1010  "http://www.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    1111  <!ENTITY subversion-download-ftp  " ">
    12   <!ENTITY subversion-md5sum        "4413417b529d7bdf82f74e50df02e88b">
    13   <!ENTITY subversion-size          "6.6 MB">
    14   <!ENTITY subversion-buildsize     "135 MB (349 MB with all bindings and API documentation built; additional 703 MB for tests)">
    15   <!ENTITY subversion-time          "1.1 SBU (2.9 SBU with all bindings and API documentation built; additional 21 SBU for tests)">
     12  <!ENTITY subversion-md5sum        "20ae7b0d4ef07eeaf73eb4e23317b495">
     13  <!ENTITY subversion-size          "7.4 MB">
     14  <!ENTITY subversion-buildsize     "174 MB (436 MB with all bindings and API documentation built; additional 785 MB for tests)">
     15  <!ENTITY subversion-time          "1 SBU (2.8 SBU with all bindings and API documentation built; additional 68 SBU for tests)">
    1616]>
    1717
     
    122122      One of <xref linkend="openjdk"/>,
    123123      <ulink url="http://www.inet.no/dante/">Dante</ulink> or
    124       <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">Jikes</ulink>,
     124      <ulink url="http://jikes.sourceforge.net/">Jikes</ulink>,
    125125      and <xref linkend="junit"/> (to test the Java bindings)
    126126    </para>
     
    156156    <para>
    157157      <screen><command>make javahl</command></screen>
    158     </para>
    159 
    160     <para>
    161       If you have a multi core CPU and normally run <command>make</command> with
    162       multiple jobs (eg <command>make -j4</command>) then a bug in the
    163       <filename>Makefile</filename> will prevent the
    164       <application>Perl</application> bindings compiling correctly. Fix the
    165       <filename>Makefile</filename> with:
    166     </para>
    167     <para>
    168      <screen><command>sed -i 's#Makefile.PL.in$#&amp; libsvn_swig_perl#' Makefile.in</command></screen>
    169158    </para>
    170159
     
    183172
    184173    <para>
    185       To test the results, issue: <command>make check</command>. 
     174      To test the results, issue: <command>make check</command>.
    186175    </para>
    187176
     
    210199    </para>
    211200
    212 <screen role="root"><userinput>make -j1 install &amp;&amp;
     201<screen role="root"><userinput>make install &amp;&amp;
     202
    213203install -v -m755 -d /usr/share/doc/subversion-&subversion-version; &amp;&amp;
    214204cp      -v -R       doc/* \
     
    256246    </para>
    257247
     248    <para>
     249      <option>---disable-gmock</option>: Do not use the Googlemock testing
     250      framework.
     251    </para>
     252
    258253  </sect2>
    259254
     
    307302      <seglistitem>
    308303        <seg>
    309           svn, svnadmin, svndumpfilter, svnlook, svnmucc, svnrdump, svnserve,
    310           svnsync, and svnversion
     304          svn, svnadmin, svnbench, svndumpfilter, svnfsfs, svnlook, svnmucc,
     305          svnrdump, svnserve, svnsync, and svnversion
    311306        </seg>
    312307        <seg>
     
    362357      </varlistentry>
    363358
     359      <varlistentry id="svnbench">
     360        <term><command>svnbench</command></term>
     361        <listitem>
     362          <para>
     363            is a benchmarking tool.
     364          </para>
     365          <indexterm zone="subversion svnbench">
     366            <primary sortas="b-svnbench">svnbench</primary>
     367          </indexterm>
     368        </listitem>
     369      </varlistentry>
     370
    364371      <varlistentry id="svndumpfilter">
    365372        <term><command>svndumpfilter</command></term>
     
    371378          <indexterm zone="subversion svndumpfilter">
    372379            <primary sortas="b-svndumpfilter">svndumpfilter</primary>
     380          </indexterm>
     381        </listitem>
     382      </varlistentry>
     383
     384      <varlistentry id="svnfsfs">
     385        <term><command>svnfsfs</command></term>
     386        <listitem>
     387          <para>
     388            is the FSFS (FileSystem atop of the FileSystem -
     389            <application>Subversion</application> filesystem implementation)
     390            repository manipulation tool.
     391          </para>
     392          <indexterm zone="subversion svnfsfs">
     393            <primary sortas="b-svnfsfs">svnfsfs</primary>
    373394          </indexterm>
    374395        </listitem>
Note: See TracChangeset for help on using the changeset viewer.