Changeset b02921f


Ignore:
Timestamp:
09/04/2006 06:25:39 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
1bd6c599
Parents:
193f4fa
Message:

Removed ispell. Fixes ticket #2101.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    r193f4fa rb02921f  
    6969      then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
    7070      an <xref linkend="server-mail"/>,
    71       <xref linkend="ispell"/>,
     71      <!-- Ispell removed. Aspell provides an ispell wrapper script
     72           <xref linkend="ispell"/>, -->
     73      <xref linkend="aspell"/>,
    7274      <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
    7375      <xref linkend="cyrus-sasl"/>,
  • basicnet/mailnews/tin.xml

    r193f4fa rb02921f  
    6565    <command>sendmail</command> command or <xref linkend="mailx"/>,
    6666    <xref linkend="gnupg"/>,
    67     a spell checker (<xref linkend="ispell"/> or <xref linkend="aspell"/>),
     67    <!-- a spell checker (<xref linkend="ispell"/> or <xref linkend="aspell"/>), -->
     68    <xref linkend="aspell"/>,
    6869    <ulink url="http://www.isc.org/index.pl?/sw/inn/">INN</ulink>,
    6970    <ulink url="http://www.fpx.de/fp/Software/UUDeview/">UUDeview</ulink>,
  • general.ent

    r193f4fa rb02921f  
    103103<!ENTITY libesmtp-version             "1.0.4">
    104104<!ENTITY aspell-version               "0.60.4">
    105 <!ENTITY ispell-version               "3.2.06.epa7">
     105<!-- Ispell has been removed as aspell is superior. See ticket #2101.
     106     <!ENTITY ispell-version               "3.2.06.epa7"> -->
    106107<!ENTITY slib-version                 "3a3">
    107108<!ENTITY gwrap-version                "1.3.4">
  • general/genlib/genlib.xml

    r193f4fa rb02921f  
    5858  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libesmtp.xml"/>
    5959  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aspell.xml"/>
    60   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ispell.xml"/>
     60  <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ispell.xml"/> -->
    6161  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="slib.xml"/>
    6262  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gwrap.xml"/>
  • introduction/welcome/changelog.xml

    r193f4fa rb02921f  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dnicholson] - Removed the ispell package as it has problems
     49          in UTF-8 locales and the aspell package is superior. Fixes ticket
     50          #2101.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[dnicholson] - Updated to xterm-218. Fixes tickets
    4954          #2096 and #2100.</para>
  • server/mail/courier.xml

    r193f4fa rb02921f  
    8383    <xref linkend="openldap"/>,
    8484    <xref linkend="apache"/>,
    85     <xref linkend="ispell"/> or <xref linkend="aspell"/>,
     85    <!-- <xref linkend="ispell"/> or <xref linkend="aspell"/>, -->
     86    <xref linkend="aspell"/>,
    8687    <xref linkend="gnupg"/>,
    8788    <xref linkend="expect"/>,
Note: See TracChangeset for help on using the changeset viewer.