Changeset a6ff6760 for general/prog


Ignore:
Timestamp:
06/24/2015 02:02:33 PM (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:
233a4949
Parents:
0b765b0
Message:

Wicd-1.7.3: change "here" by the actual link. If not aproved, please, revert or tell me to do it.
Hd2u-1.0.3: change Download URL.
Graphviz-2.38.0: change Download URL.
PulseAudio-6.0: remove uneeded "Command Explanation".
CVS-1.11.23: comment out test suite.
Poppler-0.33.0: can be compiled with support for QT4 and QT5 at once.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cvs.xml

    r0b765b0 ra6ff6760  
    142142<screen><userinput>make -C doc html txt</userinput></screen>
    143143
    144     <para>To test the results, issue: <command>make check</command>. This will
     144<!-- developer: test suite still fails, even if the modifications are made
     145     and a further patch:
     146     https://projects.archlinux.org/svntogit/packages.git/plain/trunk/cvs-1.11.23-sanity.patch?h=packages/cvs
     147     is applied.-->
     148<!--    <para>To test the results, issue: <command>make check</command>. This will
    145149    take quite a while. If you don't have <command>rsh</command> configured for
    146150    access to the host you are building on (or you didn't pass the
    147     <option>--with-rsh=</option> parameter to the <command>configure</command>
     151    <option>-\-with-rsh=</option> parameter to the <command>configure</command>
    148152    script, some tests may fail. If you passed the
    149     <option>--with-rsh=ssh</option> parameter to enable <command>ssh</command>
     153    <option>-\-with-rsh=ssh</option> parameter to enable <command>ssh</command>
    150154    as the default remote shell program, you'll need to issue the following
    151155    command so that the tests will complete without any failures:</para>
    152156
    153157<screen><userinput>sed -e 's/rsh};/ssh};/' \
     158    the string in following expression is not found anywhere in src/sanity.sh
    154159    -e 's/g=rw,o=r$/g=r,o=r/' \
    155     -i src/sanity.sh</userinput></screen>
     160    -i src/sanity.sh</userinput></screen>-->
     161
     162    <para>This package does not come with a working test suite.</para>
    156163
    157164    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.