Changeset f22f96e9 for general


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
Files:
16 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">
  • general/prog/gcc2.xml

    rb6194c5 rf22f96e9  
    1 <sect1 id="gcc2" xreflabel="gcc2-&gcc2-version;">
     1<sect1 id="gcc2" xreflabel="gcc-&gcc2-version;">
    22<?dbhtml filename="gcc2.html" dir="general"?>
    3 <title>gcc2-&gcc2-version;</title>
     3<title>gcc-&gcc2-version;</title>
    44
    55&gcc2-intro;
  • general/prog/gcc2/gcc2-config.xml

    rb6194c5 rf22f96e9  
    11<sect2>
    2 <title>Configuring gcc2</title>
     2<title>Configuring gcc</title>
    33
    44<sect3><title>Configuration Information</title>
     
    1010your requirements.</para>
    1111
    12 <para>If you only need the gcc2 libraries, you may delete /opt/gcc2.</para>
     12<para>If you only need the gcc-&gcc2-version; libraries, you may delete /opt/gcc2.</para>
    1313
    14 <para>Whenever you need to use gcc2 instead of you system installed compiler,
     14<para>Whenever you need to use gcc-&gcc2-version; instead of you system installed compiler,
    1515add <userinput>/opt/gcc2/bin</userinput> to the front of your PATH before compiling the concerned
    1616package.</para>
  • general/prog/gcc2/gcc2-desc.xml

    rb6194c5 rf22f96e9  
    22<title>Contents</title>
    33
    4 <para>The gcc2 package contains the <userinput>gcc2 c and c++ compilers</userinput>
    5 and <userinput>gcc2
     4<para>The gcc-&gcc2-version package contains the
     5<userinput>gcc-&gcc2-version; c and c++ compilers</userinput>
     6and <userinput>gcc-&gcc2-version;
    67libstdc++.so</userinput> that is required by some commercial and pre-compiled
    78packages.</para>
  • general/prog/gcc2/gcc2-inst.xml

    rb6194c5 rf22f96e9  
    11<sect2>
    2 <title>Installation of gcc2</title>
     2<title>Installation of gcc</title>
    33
    44<para>Apply the two patches, one to fix compilation and the other to stop the
  • general/prog/gcc2/gcc2-intro.xml

    rb6194c5 rf22f96e9  
    11<sect2>
    2 <title>Introduction to gcc2-&gcc2-version;</title>
     2<title>Introduction to gcc-&gcc2-version;</title>
    33
    44<screen>Download location (FTP):       <ulink url="&gcc2-download-ftp;"/>
     
    77Estimated Disk space required: &gcc2-buildsize;</screen>
    88
    9 <para>There are two reasons for installing gcc2. The first is that the kernel
    10 developers have certified gcc2 as the preferred compiler for compiling the
     9<para>There are two reasons for installing gcc-&gcc2-version;. The first is that the kernel
     10developers have certified gcc-&gcc2-version; as the preferred compiler for compiling the
    1111kernel. The other (and more compelling reason) is that some
    1212commercial closed-source packages (such as Netscape Navigator, Yahoo Pager)
    1313and precompiled packages (such as Mozilla)
    14 are linked against gcc2 libs.</para>
     14are linked against gcc-&gcc2-version libs.</para>
    1515
    1616<para>Download the gcc patches from <ulink url="&hfile-root;"/>.
Note: See TracChangeset for help on using the changeset viewer.