Changeset f22f96e9 for general/genlib


Ignore:
Timestamp:
04/06/2003 12:30:53 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d10f793
Parents:
b6194c5
Message:

edited general libs

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

Location:
general/genlib
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/aspell/aspell-intro.xml

    rb6194c5 rf22f96e9  
    22<title>Introduction to aspell-&aspell-version;</title>
    33
    4 <screen>Download location (FTP):       <ulink url="&aspell-download-ftp;"/>
     4<screen>Download location (HTTP):       <ulink url="&aspell-download-http;"/>
     5Download location (FTP):        <ulink url="&aspell-download-ftp;"/>
    56Version used:                   &aspell-version;
    67Package size:                   &aspell-size;
  • general/genlib/aspell/aspell.ent

    rb6194c5 rf22f96e9  
    77<!ENTITY aspell-buildsize "9.4 MB">
    88<!ENTITY aspell-version "0.50.3">
     9<!ENTITY aspell-download-http "">
    910<!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
    1011<!ENTITY aspell-size "917 KB">
  • general/genlib/guile/guile-intro.xml

    rb6194c5 rf22f96e9  
    1212
    1313<screen>Guile will utilize:
    14  <xref linkend="readline"></xref>.
    15  </screen>
     14<xref linkend="readline"/></screen>
    1615
    1716</sect2>
  • general/genlib/gwrap/gwrap-exp.xml

    rb6194c5 rf22f96e9  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--prefix=/usr:
    5 </userinput> Change the g-wrap default installation directory of /usr/local.</para>
     4<para><userinput>--prefix=/usr</userinput> : Change the g-wrap default installation directory of /usr/local.</para>
    65
    76</sect2>
  • general/genlib/gwrap/gwrap-intro.xml

    rb6194c5 rf22f96e9  
    1212
    1313<screen>G-Wrap depends on:
    14 <xref linkend="guile"></xref> and <xref linkend="slib"></xref>.</screen>
     14<xref linkend="guile"></xref> and <xref linkend="slib"></xref></screen>
    1515
    1616</sect2>
  • general/genlib/libesmtp/libesmtp-intro.xml

    rb6194c5 rf22f96e9  
    33
    44<screen>Download location (HTTP):       <ulink url="&libesmtp-download-http;"/>
     5Download location (FTP):        <ulink url="&libesmtp-download-ftp;"/>
    56Version used:                   &libesmtp-version;
    67Package size:                   &libesmtp-size;
  • general/genlib/libesmtp/libesmtp.ent

    rb6194c5 rf22f96e9  
    88<!ENTITY libesmtp-version "0.8.12">
    99<!ENTITY libesmtp-download-http "http://www.stafford.uklinux.net/libesmtp/libesmtp-1.0.tar.bz2">
     10<!ENTITY libesmtp-download-ftp "">
    1011<!ENTITY libesmtp-size "249 KB">
  • general/genlib/libfam/libfam-config.xml

    rb6194c5 rf22f96e9  
    77 <filename>/etc/fam.conf</filename>,
    88 <filename>/etc/inetd.conf</filename>,
    9  <filename>/etc/xinetd.d/fam</filename>,
     9 <filename>/etc/xinetd.d/fam</filename>
    1010 or <filename>/etc/xinetd.conf</filename>
    1111 </para>
     
    1818<para>If you use inetd, add the fam entry to /etc/inetd.conf with the
    1919following command: </para>
    20 <para><userinput>
    21 echo "sgi_fam/1-2 stream  rpc/tcp wait root /usr/bin/fam fam" &gt;&gt; /etc/inetd.conf
    22 </userinput></para>
     20
     21<screen><userinput>echo "sgi_fam/1-2 stream  rpc/tcp wait root /usr/bin/fam fam" &gt;&gt; /etc/inetd.conf</userinput></screen>
    2322
    2423<para>
  • general/genlib/libfam/libfam-exp.xml

    rb6194c5 rf22f96e9  
    33
    44<para>
    5 <userinput>patch -Np1 -i ../dnotify.patch :</userinput>
    6 This patch causes fam to use the Linux kernel dnotify mechanism to
     5<userinput>patch -Np1 -i ../dnotify.patch</userinput> : This patch causes fam to use the Linux kernel dnotify mechanism to
    76inform the calling process of file modifications, rather than polling
    87the file system for.
     
    109
    1110<para>
    12 <userinput>patch -Np1 -i ../libfam-gcc3.patch :</userinput>
    13 This patch is necessary to get libfam to compile with gcc-3.2.
     11<userinput>patch -Np1 -i ../libfam-gcc3.patch</userinput> : This patch is necessary to get libfam to compile with gcc-3.2.
    1412</para>
    1513
  • general/genlib/libfam/libfam-intro.xml

    rb6194c5 rf22f96e9  
    77Package size:                   &libfam-size;
    88Estimated Disk space required:  &libfam-buildsize;</screen>
     9<screen>
     10Required patches:
     11Download location (FTP):        <ulink url="&libfam-dnotify-patch-http;"/>
     12Download location (FTP):        <ulink url="&libfam-gcc3-patch-http;"/></screen>
    913
    10 <para>Required patches</para>
    11 <screen>Download location (FTP):        <ulink url="&libfam-dnotify-patch-http;"/>
    12 Download location (FTP):        <ulink url="&libfam-gcc3-patch-http;"/>
    13 </screen>
     14<para>The libfam package contains a File Alteration Monitor.</para>
    1415
    15 <screen>fam depends on: <xref linkend="portmap"/></screen>
    16 
    17 <para>The libfam package contains
    18 <userinput>fam</userinput>.</para>
     16<screen>fam depends on:
     17<xref linkend="portmap"/></screen>
    1918
    2019</sect2>
  • general/genlib/slib/slib.ent

    rb6194c5 rf22f96e9  
    66<!ENTITY slib-version "2d5">
    77<!ENTITY slib-download-http "http://www.swiss.ai.mit.edu/ftpdir/scm/slib&slib-version;.tar.gz">
    8 <!ENTITY slib-download-ftp "NA">
     8<!ENTITY slib-download-ftp "">
    99<!ENTITY slib-size "620 KB">
Note: See TracChangeset for help on using the changeset viewer.