Changeset 5a464e4d for general


Ignore:
Timestamp:
01/25/2013 12:48:47 AM (11 years ago)
Author:
Randy McMurchy <randy@…>
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:
8f1699f2
Parents:
cd34755
Message:

Minor changes to various packages

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

Location:
general
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libatasmart.xml

    rcd34755 r5a464e4d  
    9595    </para>
    9696
    97 <screen role="root"><userinput>make install</userinput></screen>
     97<screen role="root"><userinput>make docdir=/usr/share/doc/libatasmart-&libatasmart-version; install</userinput></screen>
    9898
    9999  </sect2>
     
    137137        <listitem>
    138138          <para>
    139             is an utility that reports on the status of the disk.
     139            is a utility that reports on the status of the disk.
    140140          </para>
    141141          <indexterm zone="libatasmart skdump">
     
    149149        <listitem>
    150150          <para>
    151             is an utility to issue disks tests.
     151            is a utility to issue disks tests.
    152152          </para>
    153153          <indexterm zone="libatasmart sktest">
  • general/genlib/libical.xml

    rcd34755 r5a464e4d  
    5757    </itemizedlist>
    5858
     59    <!-- There is no support for the current version of BLFS BDB
    5960    <bridgehead renderas="sect3">libical Dependencies</bridgehead>
    6061
    6162    <bridgehead renderas="sect4">Optional</bridgehead>
    62     <para role="optional"><xref linkend="db"/></para>
     63    <para role="optional"><xref linkend="db"/></para> -->
    6364
    6465    <para condition="html" role="usernotes">User Notes:
     
    8485  </sect2>
    8586
     87  <!--  There is no support for the current version of BLFS BDB
    8688  <sect2 role="commands">
    8789    <title>Command Explanations</title>
    8890
    89     <para><option>--with-bdb4</option>: This option adds support for
     91    <para><option>-with-bdb4</option>: This option adds support for
    9092    <application>Berkeley DB 4.0</application>.</para>
    9193
    9294  </sect2>
     95  -->
    9396
    9497  <sect2 role="content">
  • general/prog/php.xml

    rcd34755 r5a464e4d  
    205205
    206206install -v -m755 -d /usr/share/doc/php-&php-version; &amp;&amp;
    207 install -v -m644 CODING_STANDARDS EXTENSIONS INSTALL NEWS \
    208                  README* UPGRADING* php.gif \
    209     /usr/share/doc/php-&php-version; &amp;&amp;
    210 ln -v -sfn /usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt \
    211          /usr/share/doc/php-&php-version; &amp;&amp;
    212 ln -v -sfn /usr/lib/php/doc/Structures_Graph/docs \
    213          /usr/share/doc/php-&php-version;</userinput></screen>
     207install -v -m644    CODING_STANDARDS EXTENSIONS INSTALL NEWS \
     208                    README* UPGRADING* php.gif \
     209                    /usr/share/doc/php-&php-version; &amp;&amp;
     210ln -v -sfn          /usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt \
     211                    /usr/share/doc/php-&php-version; &amp;&amp;
     212ln -v -sfn          /usr/lib/php/doc/Structures_Graph/docs \
     213                    /usr/share/doc/php-&php-version;</userinput></screen>
    214214
    215215    <para>The pre-built HTML documentation is packaged in two forms: a tarball
     
    273273      enables command line <application>Readline</application> support.</para>
    274274
    275       <para><parameter>--disable-libxml</parameter>: This parameter
     275      <para><option>--disable-libxml</option>: This option
    276276      allows building PHP without <application>libxml2</application>
    277277      installed.</para>
  • general/prog/tcl.xml

    rcd34755 r5a464e4d  
    162162
    163163    <para>
    164       <option>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
    165       --enable-64bit)</option>: This switch is used to enable 64 bit
     164      <parameter>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
     165      --enable-64bit)</parameter>: This switch is used to enable 64 bit
    166166      support in <application>Tcl</application> on 64 bit operating
    167167      systems.
  • general/prog/tk.xml

    rcd34755 r5a464e4d  
    128128
    129129    <para>
    130       <option>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
    131       --enable-64bit)</option>: This switch is used to enable 64 bit
     130      <parameter>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
     131      --enable-64bit)</parameter>: This switch is used to enable 64 bit
    132132      support in <application>Tk</application> on 64 bit operating
    133133      systems.
  • general/sysutils/bluez.xml

    rcd34755 r5a464e4d  
    8383      <xref linkend="alsa-lib"/>,
    8484      <xref linkend="check"/>,
    85       <xref linkend="cups"/>,
     85      <!-- <xref linkend="cups"/>, -->
    8686      <xref linkend="gst-plugins-base"/>,
    8787      <xref linkend="libsndfile"/> and
     
    164164<screen role="root"><userinput>for CONFFILE in audio input network serial ; do
    165165    install -v -m644 ${CONFFILE}/${CONFFILE}.conf /etc/bluetooth/${CONFFILE}.conf
    166 done</userinput></screen>
     166done
     167unset CONFFILE</userinput></screen>
    167168
    168169    <para>
     
    180181
    181182    <para>
    182       <option>--enable-bccmd</option>: This switch enables building of the BCCMD
     183      <parameter>--enable-bccmd</parameter>: This switch enables building of the BCCMD
    183184      interface utility.
    184185    </para>
    185186
    186187    <para>
    187       <option>--enable-dfutool</option>: This switch enables building of the DFU
     188      <parameter>--enable-dfutool</parameter>: This switch enables building of the DFU
    188189      firmware upgrade utility.
    189190    </para>
    190191
    191192    <para>
    192       <option>--enable-dund</option>: This switch enables building of the DUN daemon.
    193     </para>
    194 
    195     <para>
    196       <option>--enable-hid2hci</option>: This switch enables building of the HID
     193      <parameter>--enable-dund</parameter>: This switch enables building of the DUN daemon.
     194    </para>
     195
     196    <para>
     197      <parameter>--enable-hid2hci</parameter>: This switch enables building of the HID
    197198      mode switching utility.
    198199    </para>
    199200
    200201    <para>
    201       <option>--enable-hidd</option>: This switch enables building of the HID daemon.
    202     </para>
    203 
    204     <para>
    205       <option>--enable-pand</option>: This switch enables building of the PAN daemon.
    206     </para>
    207 
    208     <para>
    209       <option>--enable-tools</option>: This switch enables building of the Bluetooth
     202      <parameter>--enable-hidd</parameter>: This switch enables building of the HID daemon.
     203    </para>
     204
     205    <para>
     206      <parameter>--enable-pand</parameter>: This switch enables building of the PAN daemon.
     207    </para>
     208
     209    <para>
     210      <parameter>--enable-tools</parameter>: This switch enables building of the Bluetooth
    210211      utilities.
    211212    </para>
    212213
    213214    <para>
    214       <option>--enable-wiimote</option>: This switch enables building of the Wii
     215      <parameter>--enable-wiimote</parameter>: This switch enables building of the Wii
    215216      Remote plugin.
    216217    </para>
    217218
    218219    <para>
    219       <option>--disable-test</option>: This switch disables installation of the
     220      <parameter>--disable-test</parameter>: This switch disables installation of the
    220221      test programs.
    221222    </para>
    222223
    223224    <para>
    224       <option>--without-systemdunitdir</option>: This switch disables installation
     225      <parameter>--without-systemdunitdir</parameter>: This switch disables installation
    225226      of the systemd units.
    226227    </para>
    227228
    228229    <para>
    229       <option>--enable-alsa</option>: This switch enables ALSA support. Use if you
     230      <option>--enable-cups</option>: This switch enables CUPS backend support. Note
     231      that CUPS does not need to be installed for this support.
     232    </para>
     233
     234    <!-- These options are automatically found and used if the packages are
     235         available. There is no need to use these switches.
     236    <para>
     237      <option>-enable-alsa</option>: This switch enables ALSA support. Use if you
    230238      have <xref linkend="alsa-lib"/> installed.
    231239    </para>
    232240
    233241    <para>
    234       <option>--enable-cups</option>: This switch enables CUPS backend support. Use
    235       if you have <xref linkend="cups"/> installed.
    236     </para>
    237 
    238     <para>
    239       <option>--enable-gstreamer</option>: This switch enables GStreamer support. Use
     242      <option>-enable-gstreamer</option>: This switch enables GStreamer support. Use
    240243      if you have <xref linkend="gst-plugins-base"/> installed.
    241244    </para>
    242245
    243246    <para>
    244       <option>--enable-usb</option>: This switch enables USB support. Use if you have
     247      <option>-enable-usb</option>: This switch enables USB support. Use if you have
    245248      <xref linkend="libusb-compat"/> installed.
    246     </para>
     249    </para> -->
    247250
    248251  </sect2>
Note: See TracChangeset for help on using the changeset viewer.