Changeset 5c6f5793


Ignore:
Timestamp:
06/08/2015 08:24:47 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
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:
514b131
Parents:
ea20da9
Message:

Remove duplicate doc installation in apache-ant, and warn against using
openssl-1.0.2a with wget-1.6.3

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/apache-ant.xml

    rea20da9 r5c6f5793  
    8080        </para>
    8181      </listitem>
    82       <listitem>
    83         <para>Optional documentation: <ulink
    84       url="https://archive.apache.org/dist/ant/manual/apache-ant-&apache-ant-version;-manual.tar.bz2">
    85            https://archive.apache.org/dist/ant/manual/apache-ant-&apache-ant-version;-manual.tar.bz2
    86                                       </ulink>
    87         </para>
    88       </listitem>
    8982    </itemizedlist>
    9083
     
    134127      hamcrest-&hamcrest-version;/hamcrest-core-&hamcrest-version;.jar lib/optional</userinput></screen>
    135128
    136     <para>If you wish to install the documentation, unpack it:</para>
    137 
    138 <screen><userinput>tar -xvf ../apache-ant-&apache-ant-version;-manual.tar.bz2</userinput></screen>
    139 
    140129    <para>Install <application>Apache Ant</application> by running the following
    141130    commands:</para>
     
    148137ln -v -sfn ant-&apache-ant-version; /opt/ant</userinput></screen>
    149138
    150   <note><para>Make sure the JAVA_HOME environment variable is set for the
    151   <systemitem class="username">root</systemitem> user.</para></note>
    152 
    153     <para>Install the documentation as the
    154     <systemitem class="username">root</systemitem> user:</para>
    155 
    156 <screen role="root"><userinput>install -m755 -d /opt/ant-&apache-ant-version;/docs &amp;&amp;
    157 cp -Rv apache-ant-&apache-ant-version;/* /opt/ant-&apache-ant-version;/docs</userinput></screen>
     139    <note><para>Make sure the JAVA_HOME environment variable is set for the
     140    <systemitem class="username">root</systemitem> user.</para></note>
    158141
    159142  </sect2>
     
    162145    <title>Command Explanations</title>
    163146
    164 <!--    <para><command>sed -i 's/jars...</command>: If the
    165     <application>JUnit</application> package is not installed, the regression
    166     tests cannot be performed.</para>
    167 -->
    168147    <para><command>cp -v ... lib/optional</command>:
    169148    This command copies the JUnit and hamcrest jar files into the directory where
  • networking/netprogs/wget.xml

    rea20da9 r5c6f5793  
    132132    <para>
    133133      <option>--with-ssl=openssl</option>: This allows the program to use
    134       <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>.
     134      <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>. The
     135      combination wget-1.6.3&mdash;openssl-1.0.2a is known to be broken.
    135136    </para>
    136137
Note: See TracChangeset for help on using the changeset viewer.