Changeset b2881615 for general


Ignore:
Timestamp:
10/30/2014 10:34:17 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
b48b05a
Parents:
bb522c6
Message:

Merge updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14800 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/liblinear.xml

    rbb522c6 rb2881615  
    77  <!ENTITY liblinear-download-http "http://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/liblinear-&liblinear-version;.tar.gz">
    88  <!ENTITY liblinear-download-ftp  " ">
    9   <!ENTITY liblinear-md5sum        "f52e1f2dd6bccb58977a334bba0bbf90">
    10   <!ENTITY liblinear-size          "328 KB">
     9  <!ENTITY liblinear-md5sum        "a10486cf0a6064911d6d88faf29ca1c6">
     10  <!ENTITY liblinear-size          "332 KB">
    1111  <!ENTITY liblinear-buildsize     "1.1 MB">
    12   <!ENTITY liblinear-time          "0.1 SBU">
     12  <!ENTITY liblinear-time          "less than 0.1 SBU">
    1313]>
    1414
     
    4040
    4141    &lfs76_checked;
     42
     43    <note>
     44      <para>
     45        After updating this package, you need to reinstall
     46        <xref linkend="nmap"/>, in order to link to the new library.
     47      </para>
     48    </note>
    4249
    4350    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    97104
    98105<screen role="root"><userinput>install -vm644 linear.h /usr/include &amp;&amp;
    99 install -vm755 liblinear.so.1 /usr/lib &amp;&amp;
    100 ln -sfv liblinear.so.1 /usr/lib/liblinear.so</userinput></screen>
     106install -vm755 liblinear.so.2 /usr/lib &amp;&amp;
     107ln -sfv liblinear.so.2 /usr/lib/liblinear.so</userinput></screen>
    101108  </sect2>
    102109
  • general/prog/ruby.xml

    rbb522c6 rb2881615  
    55  %general-entities;
    66
    7   <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;.tar.bz2">
     7  <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    99<!--
    1010  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;-p&ruby-patch-version;.tar.bz2">
    1111-->
    12   <!ENTITY ruby-md5sum        "02b7da3bb06037c777ca52e1194efccb">
    13   <!ENTITY ruby-size          "12 MB">
    14   <!ENTITY ruby-buildsize     "477 MB">
    15   <!ENTITY ruby-time          "2.8 SBU (additional 0.2 SBU for tests)">
     12  <!ENTITY ruby-md5sum        "99aa2b01240d91edaecc2fc9d8254e44">
     13  <!ENTITY ruby-size          "9 MB">
     14  <!ENTITY ruby-buildsize     "337 MB (additional 550 MB for rdoc indexes and API documents)">
     15  <!ENTITY ruby-time          "2 SBU (additional 1.1 SBU for rdoc indexes and API documents 0.2 SBU for tests)">
    1616]>
    1717
     
    123123      <parameter>--enable-shared</parameter>: This switch enables building of
    124124      the <filename class="libraryfile">libruby</filename> shared library.
     125    </para>
     126
     127    <para>
     128      <option>--disable-install-doc</option>: This switch disables building and
     129      installing rdoc indexes and C API documents.
     130    </para>
     131
     132    <para>
     133      <option>--disable-install-rdoc</option>: This switch disables building
     134      and installing rdoc indexes.
     135    </para>
     136
     137    <para>
     138      <option>--disable-install-capi</option>: This switch disables building
     139      and installing C API documents.
    125140    </para>
    126141
Note: See TracChangeset for help on using the changeset viewer.