Changeset a385460


Ignore:
Timestamp:
08/24/2012 02:42:47 PM (12 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:
f76286d
Parents:
4969e20e
Message:

Mark more packages as LFS 7.1 checked. Remove unnecesary instructions from OpenSSH and Subversion pages.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr.xml

    r4969e20e ra385460  
    4141    </para>
    4242
    43     &lfs71_checked;
     43    &lfs72_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9090
    9191<screen><userinput>./configure -&#45;prefix=/usr -&#45;disable-static \
    92   -&#45;with-installbuilddir=/usr/libexec/apache/build &amp;&amp;
     92  -&#45;with-installbuilddir=/usr/share/apr-1/build &amp;&amp;
    9393make</userinput></screen>
    9494
     
    112112    </para>
    113113
    114     <para>
    115       <option>-&#45;with-installbuilddir=/usr/libexec/apache/build</option>:
    116       This option puts its private executables into
    117       <filename class="directory">/usr/libexec/apache/build</filename> instead
    118       of the default <filename class="directory">/usr/build-1</filename>.
    119      </para>
    120114  </sect2>
    121115
     
    131125        <seg>apr-1-config</seg>
    132126        <seg>libapr-1.so</seg>
    133         <seg>/usr/include/apr and /usr/libexec/apache/build</seg>
     127        <seg>/usr/include/apr and /usr/share/apr-1/build</seg>
    134128      </seglistitem>
    135129    </segmentedlist>
  • general/genutils/apr-util.xml

    r4969e20e ra385460  
    2929  </indexterm>
    3030
    31   <!--Required section-->
    3231  <sect2 role="package">
    3332    <title>Introduction to Apr-Util</title>
     
    4039    </para>
    4140
    42     &lfs71_checked;
     41    &lfs72_checked;
    4342
    4443    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/genutils/tidy.xml

    r4969e20e ra385460  
    3636    W3C compliant and compatible with most browsers.</para>
    3737
    38     &lfs71_checked;
     38    &lfs72_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/subversion.xml

    r4969e20e ra385460  
    4242    </para>
    4343
    44     &lfs71_checked;
     44    &lfs72_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    131131    <title>Installation of Subversion</title>
    132132
    133     <para>
     133<!--    <para>
    134134      If you have the current version of <application>Apache</application>
    135135      installed <application>Subversion</application> will try to compile
     
    139139    </para>
    140140
    141 <screen><userinput>sed -i 's#save_errno#aprerr#' subversion/mod_dav_svn/util.c</userinput></screen>
     141<screen><userinput>sed -i 's#save_errno#aprerr#' subversion/mod_dav_svn/util.c</userinput></screen> -->
    142142
    143143    <para>
     
    254254    </para>
    255255
    256     <para>
     256<!--    <para>
    257257      <parameter>CC="gcc -std=gnu99"</parameter>: If you want to compile
    258258      <filename class="libraryfile">mod_dav_svn.so</filename> to use with
     
    263263      <application>Apache</application> used) to the
    264264      <command>configure</command> options.
    265     </para>
     265    </para> -->
    266266  </sect2>
    267267
  • postlfs/security/openssh.xml

    r4969e20e ra385460  
    3434  </para>
    3535
    36   &lfs71_checked;
     36  &lfs72_checked;
    3737
    3838  <indexterm zone="openssh">
     
    128128    </para>
    129129
    130 <screen><userinput>sed -i.bak '/K5LIBS=/s/ -ldes//' configure &amp;&amp;
    131 ./configure --prefix=/usr \
     130<screen><userinput>./configure --prefix=/usr \
    132131            --sysconfdir=/etc/ssh \
    133132            --datadir=/usr/share/sshd \
     
    164163  <sect2 role="commands">
    165164    <title>Command Explanations</title>
    166 
    167     <para>
    168       <command>sed -i.bak '/K5LIBS=/s/ -ldes//' configure</command>: This sed
    169       fixes a build crash if you used the <option>--with-kerberos5</option>
    170       option. The command is harmless in all other instances.
    171     </para>
    172165
    173166    <para>
Note: See TracChangeset for help on using the changeset viewer.