Changeset 54d58907


Ignore:
Timestamp:
01/29/2023 12:51:59 PM (17 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
cb993ff
Parents:
eed39e3
Message:

Remove eol spaces

Files:
38 edited

Legend:

Unmodified
Added
Removed
  • book/whoread.xml

    reed39e3 r54d58907  
    1717    distributions, and for one reason or another want to manually build
    1818    software and need some assistance. Note that the material
    19     in this book, in particular the dependency listings, 
     19    in this book, in particular the dependency listings,
    2020    assumes that you are using a basic LFS system with every
    2121    package listed in the LFS book already installed and configured. BLFS can
  • dummy.xml

    reed39e3 r54d58907  
    55<sect2>
    66  <title>Dummy xml file</title>
    7   <!-- Used in Makefile to avoid warning for first build of 
     7  <!-- Used in Makefile to avoid warning for first build of
    88       general/prog/python-dependencies/pythonhosted.xml
    99  -->
  • general.ent

    reed39e3 r54d58907  
    166166</note>">
    167167
    168 <!ENTITY not-katamari         "<para>This package is provided for testing the 
     168<!ENTITY not-katamari         "<para>This package is provided for testing the
    169169                               completed Xorg installation.</para>">
    170170
  • general/genlib/boost.xml

    reed39e3 r54d58907  
    128128      To run the Boost.Build's regression test, issue
    129129      <command>pushd tools/build/test; python3 test_all.py; popd</command>.
    130       With python-3.10.x all 168 tests should pass.  With 
     130      With python-3.10.x all 168 tests should pass.  With
    131131      <xref linkend='python3'/>, 20 tests fail for undetermined reasons.
    132132    </para>
  • general/genlib/glib2.xml

    reed39e3 r54d58907  
    8484    <para role="recommended">
    8585      <xref linkend="libxslt"/> and
    86       <xref linkend="pcre2"/> 
     86      <xref linkend="pcre2"/>
    8787    </para>
    8888
  • general/genlib/gsl.xml

    reed39e3 r54d58907  
    9292
    9393    <para>
    94       If you have <xref linkend="sphinx_rtd_theme"/> 
     94      If you have <xref linkend="sphinx_rtd_theme"/>
    9595      installed, build the documentation with:
    9696    </para>
  • general/genlib/libarchive.xml

    reed39e3 r54d58907  
    9696    <title>Installation of libarchive</title>
    9797
    98 <!-- no longer required in 3.6.2. 
     98<!-- no longer required in 3.6.2.
    9999    <para>
    100100      First, adapt the package to changes in glibc-2.36:
  • general/prog/llvm.xml

    reed39e3 r54d58907  
    710710        <listitem>
    711711          <para>
    712             is a tool that reads two files (one from standard input, 
     712            is a tool that reads two files (one from standard input,
    713713            and one specified on the command line) and uses one to verify the other.
    714714          </para>
  • general/prog/python-dependencies/pythonhosted.xml

    reed39e3 r54d58907  
    2626
    2727  <para>
    28      This section is for user convenience and is optional. 
    29      It can be used to fetch and install all the pythonhosted.org module 
     28     This section is for user convenience and is optional.
     29     It can be used to fetch and install all the pythonhosted.org module
    3030     packages below in two convenient scripts.
    3131  </para>
     
    100100    <para>
    101101      The easiest way to install the modules from the files.pythonhosted.org site
    102       is to run a script to install them all at once. 
     102      is to run a script to install them all at once.
    103103    </para>
    104104
     
    148148
    149149    <screen><userinput>cat &gt; get-pythonhosted-files.sh &lt;&lt; "EOF"
    150 <literal>#! /bin/bash 
     150<literal>#! /bin/bash
    151151
    152152PYTHONHOSTED=https://files.pythonhosted.org/packages/source
     
    191191  name=$(echo $package|sed 's/-[[:digit:]].*$//')
    192192
    193   # Don't try to install the package if it already installed 
     193  # Don't try to install the package if it already installed
    194194  installed=$(pip3 show $name 2&gt; /dev/null | grep Version:)
    195    
     195
    196196  unset version
    197   if [ -n $installed ]; then   
    198     version=$(echo $installed | awk '{print $2}') 
     197  if [ -n $installed ]; then
     198    version=$(echo $installed | awk '{print $2}')
    199199  fi
    200200
     
    215215                      --no-user --upgrade $name
    216216  popd
    217 done</literal></userinput></screen> 
    218 
    219     <para>
    220        Now run the script to install the files.  If the script is run 
     217done</literal></userinput></screen>
     218
     219    <para>
     220       Now run the script to install the files.  If the script is run
    221221       multiple times, it will not try to reinstall the modules unless
    222222       the version in the .md5 file has been changed.
     
    225225   <screen><userinput>bash install-pythonhosted-files.sh</userinput></screen>
    226226
    227    <para>Some of the packages have test procedures. See the individual 
     227   <para>Some of the packages have test procedures. See the individual
    228228   package sections below to run any desired tests.</para>
    229229
  • general/prog/python-dependencies/smartypants.xml

    reed39e3 r54d58907  
    2727        <application>Smartypants</application> translates plain ASCII
    2828        punctuation characters into <quote>smart</quote> typographic
    29         punctuation HTML entities. 
     29        punctuation HTML entities.
    3030      </para>
    3131
  • general/prog/python-modules/doxyqml.xml

    reed39e3 r54d58907  
    143143
    144144      </variablelist>
    145  
     145
    146146    </sect3>
    147147
  • general/prog/python-modules/requests.xml

    reed39e3 r54d58907  
    185185        </seglistitem>
    186186      </segmentedlist>
    187  
     187
    188188    </sect3>
    189189
  • general/prog/python3.xml

    reed39e3 r54d58907  
    5656         any Python3 modules you have installed.  You should also
    5757         reinstall packages that generate Python3 modules
    58          including 
     58         including
    5959         <xref linkend="gobject-introspection"/>,
    6060         <xref linkend="opencv"/>,
  • general/prog/ruby.xml

    reed39e3 r54d58907  
    115115<!-- With 3.0.2:
    116116Finished tests in 443.541527s, 47.5739 tests/s, 6031.9921 assertions/s.
    117 21101 tests, 2675439 assertions, 4 failures, 1 errors, 45 skips 
     11721101 tests, 2675439 assertions, 4 failures, 1 errors, 45 skips
    118118
    119119with 3.2.0 there are several summaries:
  • general/prog/valgrind.xml

    reed39e3 r54d58907  
    138138    <!-- 731 tests, 6 stderr failures, 0 stdout failures, 1 stderrB failure,
    139139         0 stdoutB failures, 1 post failure -bdubbs Apr 13. 22
    140          valgrind-3.19.0 
    141 
    142          732 tests, 4 stderr failures, 0 stdout failures, 1 stderrB failure, 
     140         valgrind-3.19.0
     141
     142         732 tests, 4 stderr failures, 0 stdout failures, 1 stderrB failure,
    143143         0 stdoutB failures, 1 post failure - bdubbs Oct 26, 22
    144144           gdbserver_tests/hginfo                   (stderrB)
  • introduction/important/building-notes.xml

    reed39e3 r54d58907  
    582582      the directory but does not touch its content, so that it satisfies the
    583583      condition for the kernel to use the old (deleted) file. The script below
    584       is just an example. 
     584      is just an example.
    585585      It should be run as the &root; user:
    586586    </para>
  • introduction/welcome/changelog.xml

    reed39e3 r54d58907  
    9696        <listitem>
    9797          <para>[bdubbs] - Update to gstreamer-1.22.0 stack. Includes
    98           gst-plugins-base, gst-plugins-good, gst-plugins-bad, 
     98          gst-plugins-base, gst-plugins-good, gst-plugins-bad,
    9999          gst-plugins-ugly, gst-libav, and gstreamer-vaapi.  Fixes
    100100          <ulink url="&blfs-ticket-root;17555">#17555</ulink>.</para>
     
    751751        <listitem>
    752752          <para>[bdubbs] - Update to gstreamer-1.20.5 stack. Includes
    753           gst-plugins-base, gst-plugins-good, gst-plugins-bad, 
     753          gst-plugins-base, gst-plugins-good, gst-plugins-bad,
    754754          gst-plugins-ugly, gst-libav, and gstreamer-vaapi.  Fixes
    755755          <ulink url="&blfs-ticket-root;17420">#17420</ulink>.</para>
     
    10621062      </itemizedlist>
    10631063    </listitem>
    1064    
     1064
    10651065    <listitem>
    10661066      <para>December 22nd, 2022</para>
     
    13851385        </listitem>
    13861386        <listitem>
    1387           <para>[bdubbs] - Update to kf5-apps-22.12.0, including kate, kwave, 
     1387          <para>[bdubbs] - Update to kf5-apps-22.12.0, including kate, kwave,
    13881388          and falkon. Fixes
    13891389          <ulink url="&blfs-ticket-root;17006">#17006</ulink>.</para>
    13901390        </listitem>
    13911391        <listitem>
    1392           <para>[bdubbs] - Update to kf5-5.101, including extra-cmake-modules, 
     1392          <para>[bdubbs] - Update to kf5-5.101, including extra-cmake-modules,
    13931393          oxygen-icons and breeze-icons. Fixes
    13941394          <ulink url="&blfs-ticket-root;17021">#17021</ulink>.</para>
     
    23842384        </listitem>
    23852385        <listitem>
    2386           <para>[bdubbs] - Update to gstreamer-1.20.4 gst-plugins-base 
    2387           gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav 
     2386          <para>[bdubbs] - Update to gstreamer-1.20.4 gst-plugins-base
     2387          gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav
    23882388          gstreamer-vaapi. Fixes
    23892389          <ulink url="&blfs-ticket-root;17175">#17175</ulink>.</para>
     
    29182918      </itemizedlist>
    29192919    </listitem>
    2920    
     2920
    29212921    <listitem>
    29222922      <para>September 17th, 2022</para>
     
    29282928      </itemizedlist>
    29292929    </listitem>
    2930    
     2930
    29312931    <listitem>
    29322932      <para>September 16th, 2022</para>
     
    29752975      </itemizedlist>
    29762976    </listitem>
    2977    
     2977
    29782978    <listitem>
    29792979      <para>September 15th, 2022</para>
  • introduction/welcome/conventions.xml

    reed39e3 r54d58907  
    7575  <blockquote>
    7676    <para>This form of text is used to encapsulate text that should be
    77     modified, and is not to be typed as shown, or copied and pasted. 
     77    modified, and is not to be typed as shown, or copied and pasted.
    7878    The angle brackets are not part of the literal text; they are part of the
    7979    substitution.</para>
     
    116116
    117117    <para>These are dependencies the package <emphasis>may</emphasis> use.  Integration
    118     of optional dependencies may be automatic by the package, or 
     118    of optional dependencies may be automatic by the package, or
    119119    additional steps not presented by BLFS may be necessary.  Optional dependencies are
    120120    sometimes listed without explicit BLFS instructions.  In this case you must
  • kde/kf5/kf5-frameworks.xml

    reed39e3 r54d58907  
    101101    <xref linkend="libdbusmenu-qt"/> (built with qt5),
    102102    <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt),
    103     <xref linkend="pcre"/>, and 
     103    <xref linkend="pcre"/>, and
    104104    <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
    105105  </para>
     
    291291    kdewebkit may be built if the external package
    292292    <ulink url="https://download.qt.io/community_releases/5.9/5.9.0-final/">
    293     QtWebkit</ulink> has been built. 
     293    QtWebkit</ulink> has been built.
    294294  </para>
    295295
  • kde/kuserfeedback.xml

    reed39e3 r54d58907  
    2626    <para>
    2727      The <application>kuserfeedback</application> package contains a
    28         framework for collecting user feedback for applications via telemetry 
     28        framework for collecting user feedback for applications via telemetry
    2929      and surveys.
    3030    </para>
  • multimedia/libdriv/gst10-libav.xml

    reed39e3 r54d58907  
    112112    <para>
    113113      The tests are not recommended.  Test 6 of 6 times out after 3 minutes.
    114       To run the tests anyway, issue: <command>ninja test</command>. 
     114      To run the tests anyway, issue: <command>ninja test</command>.
    115115    </para>
    116116
  • multimedia/libdriv/soundtouch.xml

    reed39e3 r54d58907  
    7777
    7878    <note>
    79       <para>The tarball expands to 'soundtouch' instead of the expected 
     79      <para>The tarball expands to 'soundtouch' instead of the expected
    8080      'soundtouch-&soundtouch-version;'</para>
    8181    </note>
  • multimedia/libdriv/xine-lib.xml

    reed39e3 r54d58907  
    142142-->
    143143    <note>
    144       <para>This package tarball expands to the directory xine-lib.1.2.13/, 
     144      <para>This package tarball expands to the directory xine-lib.1.2.13/,
    145145      not he expected xine-lib-1.2.13/.</para>
    146146    </note>
  • multimedia/videoutils/vlc.xml

    reed39e3 r54d58907  
    282282    <para>
    283283      <option>--disable-vpx</option>: Use this switch to disable
    284       <application>libvpx</application>. 
     284      <application>libvpx</application>.
    285285    </para>
    286286
  • networking/mailnews/mailx.xml

    reed39e3 r54d58907  
    214214      <para>
    215215        Other interesting options to set in the config files might
    216         be EDITOR and MAILDIR. 
     216        be EDITOR and MAILDIR.
    217217      </para>
    218218
  • networking/netlibs/libpsl.xml

    reed39e3 r54d58907  
    114114    <para>
    115115      <command>sed -i ...</command>: This command forces the use of
    116       <application>Python 3</application> in an utility. 
     116      <application>Python 3</application> in an utility.
    117117    </para>
    118118
  • networking/netutils/bind-utils.xml

    reed39e3 r54d58907  
    147147    <para>
    148148      <command>make -C doc</command>: This command builds the
    149       manual pages if the optional Python module 
     149      manual pages if the optional Python module
    150150      <xref linkend="sphinx"/> is installed.
    151151    </para>
    152152
    153153    <para>
    154       Use <command>cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</command> 
     154      Use <command>cp -v doc/man/{dig.1,host.1,nslookup.1} /usr/share/man/man1</command>
    155155      to install the the manual pages if they have been built.
    156156    </para>
  • packages.ent

    reed39e3 r54d58907  
    217217<!ENTITY libtiff-version              "4.5.0">
    218218<!ENTITY libwebp-version              "1.3.0">
    219 <!ENTITY mypaint-brushes-version      "1.3.1"> 
     219<!ENTITY mypaint-brushes-version      "1.3.1">
    220220<!ENTITY newt-version                 "0.52.23">
    221221<!ENTITY opencv-version               "4.7.0">
  • postlfs/security/linux-pam.xml

    reed39e3 r54d58907  
    265265    <para>
    266266      <command>chmod -v 4755 /usr/sbin/unix_chkpwd</command>:
    267       The setuid bit for the <command>unix_chkpwd</command> helper program must be 
     267      The setuid bit for the <command>unix_chkpwd</command> helper program must be
    268268      turned on, so that non-<systemitem class="username">root</systemitem>
    269269      processes can access the shadow file.
  • postlfs/security/ssh-askpass.xml

    reed39e3 r54d58907  
    153153      <seglistitem>
    154154        <seg>
    155           gnome-ssh-askpass3, ssh-askpass (symlink to 
     155          gnome-ssh-askpass3, ssh-askpass (symlink to
    156156          <filename>gnome-ssh-askpass3</filename>)
    157157        </seg>
  • server/databases/upgradedb.xml

    reed39e3 r54d58907  
    117117        tools to create backups of your data. Usually the backups created with
    118118        those tools can be read by newer versions of the software (via a
    119         restore tool). Using older restore tools with newer backup data is 
     119        restore tool). Using older restore tools with newer backup data is
    120120        a bad idea; you should <emphasis>never</emphasis> blindly assume that
    121121        it will work. It might, but usually it doesn't.
     
    147147          the amount of data stored in your database (is it a few hundred table
    148148          rows, or is it hundreds of terabytes?). A full backup in the latter case
    149           can't be done quickly.  To 
     149          can't be done quickly.  To
    150150          fully protect your data, create a backup of the old
    151151          programs (and/or their sources) and save it, along with the data
     
    190190        Some database systems (for instance Postgresql) provide
    191191        a tool which can reformat (upgrade) the existing database
    192         files to the new format. 
     192        files to the new format.
    193193        If you need to restore from a backup (for example, running
    194194        the upgrade tool failed) you will have to reinstall the old software
  • server/mail/postfix.xml

    reed39e3 r54d58907  
    1212  <!ENTITY postfix-md5sum        "2442d1e53d58e61842d99fb5978fec4a">
    1313  <!ENTITY postfix-size          "4.6 MB">
    14   <!ENTITY postfix-buildsize     "148 MB"> 
     14  <!ENTITY postfix-buildsize     "148 MB">
    1515  <!ENTITY postfix-time          "0.2 SBU (Using parallelism=4)">
    1616]>
  • stylesheets/pyhosted-inc.xsl

    reed39e3 r54d58907  
    3030
    3131  <para>
    32      This section is for user convenience and is optional. 
    33      It can be used to fetch and install all the pythonhosted.org module 
     32     This section is for user convenience and is optional.
     33     It can be used to fetch and install all the pythonhosted.org module
    3434     packages below in two convenient scripts.
    3535  </para>
     
    104104    <para>
    105105      The easiest way to install the modules from the files.pythonhosted.org site
    106       is to run a script to install them all at once. 
     106      is to run a script to install them all at once.
    107107    </para>
    108108
     
    122122
    123123    <screen><userinput>cat &gt; get-pythonhosted-files.sh &lt;&lt; "EOF"
    124 <literal>#! /bin/bash 
     124<literal>#! /bin/bash
    125125
    126126PYTHONHOSTED=https://files.pythonhosted.org/packages/source
     
    165165  name=$(echo $package|sed 's/-[[:digit:]].*$//')
    166166
    167   # Don't try to install the package if it already installed 
     167  # Don't try to install the package if it already installed
    168168  installed=$(pip3 show $name 2&gt; /dev/null | grep Version:)
    169    
     169
    170170  unset version
    171   if [ -n $installed ]; then   
    172     version=$(echo $installed | awk '{print $2}') 
     171  if [ -n $installed ]; then
     172    version=$(echo $installed | awk '{print $2}')
    173173  fi
    174174
     
    189189                      --no-user --upgrade $name
    190190  popd
    191 done</literal></userinput></screen> 
    192 
    193     <para>
    194        Now run the script to install the files.  If the script is run 
     191done</literal></userinput></screen>
     192
     193    <para>
     194       Now run the script to install the files.  If the script is run
    195195       multiple times, it will not try to reinstall the modules unless
    196196       the version in the .md5 file has been changed.
     
    199199   <screen><userinput>bash install-pythonhosted-files.sh</userinput></screen>
    200200
    201    <para>Some of the packages have test procedures. See the individual 
     201   <para>Some of the packages have test procedures. See the individual
    202202   package sections below to run any desired tests.</para>
    203203
  • template/template.xml

    reed39e3 r54d58907  
    3030
    3131  <!-- No other tags inside any title.
    32        Use Title Case in All Titles 
     32       Use Title Case in All Titles
    3333       (i.e., Capitalize Everything
    3434       *Except* Articles, Short Prepositions,
  • x/installing/x7lib.xml

    reed39e3 r54d58907  
    176176      <xref linkend="fop"/>,
    177177      <xref linkend="Links"/>,
    178       <xref linkend="lynx"/>, 
     178      <xref linkend="lynx"/>,
    179179      <ulink url="https://github.com/vapier/ncompress">ncompress</ulink> (for some tests), and
    180180      <ulink url="&w3m-url;">W3m</ulink> (to generate additional PDF or text
     
    267267    <para>
    268268      BLFS developers have confirmed that <application>libX11</application>,
    269       <application>libXt</application>, <application>libXmu</application>, 
     269      <application>libXt</application>, <application>libXmu</application>,
    270270      <application>libXpm</application>, and
    271271      <application>libxshmfence</application> are distributed with working test
     
    340340    <para>
    341341      <command>sed ... test/TestAllFiles.h</command>:
    342       Fix a test file to work without the optional <command>compress</command> 
     342      Fix a test file to work without the optional <command>compress</command>
    343343      program.
    344344    </para>
    345345
    346346    <para>
    347       <parameter>--disable-open-zfile</parameter>: Allow 
    348       <application>libXpm</application> to build without the 
     347      <parameter>--disable-open-zfile</parameter>: Allow
     348      <application>libXpm</application> to build without the
    349349      optional <command>compress</command> command present.
    350350    </para>
  • x/installing/xorg7.xml

    reed39e3 r54d58907  
    114114
    115115    <para>
    116       The BLFS editors recommend using the <filename class="directory">/usr</filename> 
     116      The BLFS editors recommend using the <filename class="directory">/usr</filename>
    117117      prefix.
    118118    </para>
  • xsoft/office/libreoffice.xml

    reed39e3 r54d58907  
    221221    <para role="recommended">
    222222      <xref linkend="apache-ant"/>,
    223       <xref linkend="boost"/>, 
     223      <xref linkend="boost"/>,
    224224      <xref linkend="clucene"/>,
    225225      <xref linkend="cups"/>,
  • xsoft/other/tigervnc.xml

    reed39e3 r54d58907  
    126126      <phrase revision='sysv'><xref linkend="linux-pam"/>,</phrase>
    127127      <xref linkend="pixman"/>,
    128       <phrase revision='systemd'><xref linkend="systemd"/> 
     128      <phrase revision='systemd'><xref linkend="systemd"/>
    129129        (with <xref linkend="linux-pam"/>),</phrase>
    130       <xref linkend="xorg7-app"/>, 
     130      <xref linkend="xorg7-app"/>,
    131131      <xref linkend="xinit"/>, and
    132132      <xref linkend="xorg7-legacy"/>
     
    135135    <bridgehead renderas="sect4">Recommended</bridgehead>
    136136    <para role="recommended">
    137       <xref linkend="imagemagick"/> 
     137      <xref linkend="imagemagick"/>
    138138    </para>
    139139
Note: See TracChangeset for help on using the changeset viewer.