Changeset 875b3b57 for general


Ignore:
Timestamp:
12/08/2023 09:05:39 PM (7 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
4320a44
Parents:
99eb823a
git-author:
Pierre Labastie <pierre.labastie@…> (12/08/2023 09:03:47 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (12/08/2023 09:05:39 PM)
Message:

Fix various option vs parameter problems

Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives

Location:
general
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/apr-util.xml

    r99eb823a r875b3b57  
    131131
    132132    <para>
    133       <parameter>--with-openssl=/usr --with-crypto</parameter>: These
     133      <parameter>--with-openssl=/usr</parameter>
     134      <parameter>--with-crypto</parameter>: These
    134135      switches enable the
    135136      <filename class="libraryfile">apr_crypto_openssl-1.so</filename>
  • general/genlib/boost.xml

    r99eb823a r875b3b57  
    169169
    170170    <para>
    171       <parameter>sed -i '/#include ...</parameter>: This removes the inclusion
     171      <command>sed -i '/#include ...</command>: This removes the inclusion
    172172      of <filename>boost/phoenix/stl/tuple.hpp</filename> from this header-only
    173173      library, allowing applications which use it to link using recent C++.
    174       <!-- FIXME: remove before 11.3 is we still use 1.81.0 and LO-7.4,
    175       this alternative is only for people working through the development book.-->
    176       An alternative is to edit
    177       <filename>/usr/include/boost/phoenix/stl.hpp</filename> if this version of
    178       boost has already been installed without this <command>sed</command>.
    179174    </para>
    180175
  • general/genlib/brotli.xml

    r99eb823a r875b3b57  
    157157      <application>Python3</application> binding instead.
    158158    </para>
    159 
    160     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    161       href="../../xincludes/static-libraries.xml"/>
    162159
    163160  </sect2>
  • general/genlib/fftw.xml

    r99eb823a r875b3b57  
    158158
    159159      <para>
    160         <parameter>--enable-shared --disable-static</parameter>: Use shared
     160        <parameter>--enable-shared</parameter>
     161        <parameter>--disable-static</parameter>: Use shared
    161162        libs instead of static libs.
    162163      </para>
     
    200201        without AVX512F.  Use this option if the FFTW build will be used on
    201202        a CPU with AVX512F.  This option is not compatible with
    202         <option>--enable-long-double</option>.
     203        <parameter>--enable-long-double</parameter>.
    203204      </para>
    204205  </sect2>
  • general/genlib/libblockdev.xml

    r99eb823a r875b3b57  
    154154
    155155    <para>
    156       <parameter>--without-lvm --without-lvm_dbus
    157       --without-tools</parameter>: The combination of these switches allows
     156      <parameter>--without-lvm</parameter>
     157      <parameter>--without-lvm_dbus</parameter>
     158      <parameter>--without-tools</parameter>: The combination of these
     159      switches allows
    158160      building <application>libblockdev</application> without
    159161      <xref linkend="parted"/> installed.  Remove it if you've installed
  • general/genlib/libpaper.xml

    r99eb823a r875b3b57  
    103103
    104104    <para>
    105       <option>--enable-relocatable</option>:
    106       This option is needed to run the tests.
     105      <parameter>--enable-relocatable</parameter>:
     106      This switch is needed to run the tests.
    107107    </para>
    108108
  • general/genlib/libxmlb.xml

    r99eb823a r875b3b57  
    127127     user enable it if they want the documentation. -renodr -->
    128128    <para>
    129       <parameter>-Dgtkdoc=true</parameter>: This switch disables building the
     129      <parameter>-Dgtkdoc=false</parameter>: This switch disables building the
    130130      API documentation. Remove it if you have
    131131      <xref linkend="gtk-doc" role="nodep"/> installed and wish to build the
  • general/genlib/log4cplus.xml

    r99eb823a r875b3b57  
    105105
    106106    <para>
    107       <parameter>--with-qt5</parameter>: This option enables
     107      <option>--with-qt5</option>: This option enables
    108108      compilation of a separate shared library (liblog4cplusqt5debugappender)
    109109      that implements Qt5DebugAppender. It requires Qt5 and pkg-config
  • general/genlib/nspr.xml

    r99eb823a r875b3b57  
    127127
    128128    <para>
    129       <parameter>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
    130       --enable-64bit)</parameter>: The --enable-64bit parameter is
     129      <parameter>--enable-64bit</parameter>: The --enable-64bit parameter is
    131130      <emphasis>required</emphasis> on an x86_64 system to prevent
    132131      <command>configure</command> failing with a claim that this is a system
  • general/genutils/bogofilter.xml

    r99eb823a r875b3b57  
    133133
    134134    <para>
    135       <option>--with-database=sqlite3</option>: This switch make Bogofilter
    136       use <xref linkend='sqlite'/> as the database, instead of Berkeley
    137       DB<!-- which is beyond the scope of BLFS (slated for removal)-->.
    138     </para>
    139 
    140     <para>
    141       <option>--with-database=</option>: This switch also allows to use
    142       lmdb, qdbm, or tokyocabinet as the database.
     135      <parameter>--with-database=sqlite3</parameter>: This switch makes
     136      Bogofilter use <xref linkend='sqlite'/> as the database, instead of
     137      Berkeley DB<!-- which is beyond the scope of BLFS (slated for removal)-->.
     138    </para>
     139
     140    <para>
     141      <option>--with-database={lmdb,qdbm,tokyocabinet}</option>: This switch
     142      also allows to use lmdb, qdbm, or tokyocabinet as the database.
    143143    </para>
    144144
  • general/genutils/highlight.xml

    r99eb823a r875b3b57  
    105105    </para>
    106106
    107 <screen><userinput>make doc_dir=/usr/share/doc/highlight-&highlight-version;/ gui</userinput></screen>
     107<screen role="nodump"><userinput>make doc_dir=/usr/share/doc/highlight-&highlight-version;/ gui</userinput></screen>
    108108<!--
    109109    <para>
     
    130130    </para>
    131131
    132 <screen role="root"><userinput>make install-gui</userinput></screen>
     132<screen role="nodump"><userinput>make install-gui</userinput></screen>
    133133<!--
    134134    <para>
  • general/prog/subversion.xml

    r99eb823a r875b3b57  
    301301
    302302    <para>
    303       <parameter>--with-lz4=internal, --with-utf8proc=internal</parameter>:
     303      <parameter>--with-lz4=internal</parameter>
     304      <parameter>--with-utf8proc=internal</parameter>:
    304305      Remove these switches if you have installed the optional dependencies.
    305306    </para>
  • general/prog/tk.xml

    r99eb823a r875b3b57  
    138138
    139139    <para>
    140       <parameter>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
    141       --enable-64bit)</parameter>: This switch is used to enable 64 bit
    142       support in <application>Tk</application> on 64 bit operating
     140      <parameter>--enable-64bit</parameter>: This switch is used to enable
     141      64 bit support in <application>Tk</application> on 64 bit operating
    143142      systems.
    144143    </para>
  • general/sysutils/dbus.xml

    r99eb823a r875b3b57  
    332332      switches disable installation of systemd units on elogind based systems.
    333333    </para>
    334 
    335     <para>
    336       <parameter>--with-system-pid-file=/run/dbus/pid</parameter>: This
     334<!-- not in instructions anymore
     335    <para>
     336      <parameter>- -with-system-pid-file=/run/dbus/pid</parameter>: This
    337337      parameter specifies the location of the PID file.
    338338    </para>
    339 
     339-->
    340340    <para>
    341341      <parameter>--with-system-socket=/run/dbus/system_bus_socket</parameter>:
  • general/sysutils/zip.xml

    r99eb823a r875b3b57  
    101101      <filename class='directory'>/usr/local</filename> in the
    102102      <filename>unix/Makefile</filename>.
    103       Alternatives to <option>generic_gcc</option> can be seen with a
     103      Alternatives to <parameter>generic_gcc</parameter> can be seen with a
    104104      <command>make -f unix/Makefile list</command> command.
    105105    </para>
Note: See TracChangeset for help on using the changeset viewer.