Changeset c38707f0


Ignore:
Timestamp:
10/03/2003 06:27:09 AM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e6e27f8
Parents:
379f40a
Message:

Patches reogranization

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/expat/expat-inst.xml

    r379f40a rc38707f0  
    55first use.  This is corrected by the following patch:</para>
    66
    7 <screen><userinput><command>patch -Np1 -i ../expat-1.95.6.patch</command></userinput></screen>
     7<screen><userinput><command>patch -Np1 -i ../expat-1.95.6-fix-declaration-order.patch</command></userinput></screen>
    88
    99<para>Install <application>expat</application> by running the following commands:</para>
  • general/genlib/expat/expat-intro.xml

    r379f40a rc38707f0  
    1414<sect3><title>Additional downloads</title>
    1515<itemizedlist spacing='compact'>
    16 <listitem><para>Required Patch: <ulink url="&hfile-root;/expat-&expat-version;.patch"/></para></listitem></itemizedlist></sect3>
     16<listitem><para>Required Patch: <ulink url="&patch-root;/expat-&expat-version;-fix-declaration-order.patch"/></para></listitem></itemizedlist></sect3>
    1717
    1818</sect2>
  • general/genutils/bc/bc-inst.xml

    r379f40a rc38707f0  
    22<title>Installation of <command>bc</command></title>
    33
    4 <para>Download the patches for <command>bc</command> from <ulink url="&hfile-root;"/>.</para>
     4<para>Download the patches for <command>bc</command> from <ulink url="&patch-root;"/>.</para>
    55
    66<para>Install <command>bc</command> by running the following commands:</para>
    77
    88<screen><userinput><command>patch -Np1 -i ../bc-1.06-flex-invocation.patch &amp;&amp;
    9 patch -Np1 -i ../bc-1.06-info.patch &amp;&amp;
    109patch -Np1 -i ../bc-1.06-readline.patch &amp;&amp;
    1110./configure --prefix=/usr --with-readline &amp;&amp;
  • general/graphlib/svgalib/svgalib-intro.xml

    r379f40a rc38707f0  
    1717<sect3><title>Additional downloads</title>
    1818<itemizedlist spacing='compact'>
    19 <listitem><para>Download (HTTP): <ulink url="&hfile-root;/svgalib-1.4.3-vga.patch"/></para></listitem>
     19<listitem><para>Download (HTTP): <ulink url="&patch-root;/svga-1.4.3-gcc33-1.patch"/></para></listitem>
    2020</itemizedlist></sect3>
    2121
  • general/sysutils/gpm/gpm-inst.xml

    r379f40a rc38707f0  
    22<title>Installation of <application><acronym>GPM</acronym></application></title>
    33
    4 <para>Download the patches for <application><acronym>GPM</acronym></application> from <ulink url="&hfile-root;"/>.</para>
     4<para>Download the patches for <application><acronym>GPM</acronym></application> from <ulink url="&patch-root;"/>.</para>
    55
    66<para>Install <application><acronym>GPM</acronym></application> by running the following commands:
     
    1010    configuring <application>gpm</application>.</para></note> -->
    1111   
    12 <screen><userinput><command>patch -Np0 -i ../gpm-1.20.1-smooth-cursor.patch &amp;&amp;
    13 patch -Np1 -i ../gpm-1.20.1-segfault.patch &amp;&amp;
     12<screen><userinput><command>patch -Np1 -i ../gpm-1.20.1-segfault.patch &amp;&amp;
    1413patch -Np1 -i ../gpm-1.20.1-silent.patch &amp;&amp;
    1514LDFLAGS="-lm" ./configure --prefix=/usr &amp;&amp;
  • index.xml

    r379f40a rc38707f0  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20031002">
    6 <!ENTITY releasedate "October 2nd, 2003">
     5<!ENTITY version "20031003">
     6<!ENTITY releasedate "October 3rd, 2003">
    77<!ENTITY blfs-version "cvs">
    88
  • introduction/welcome/changelog.xml

    r379f40a rc38707f0  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>October 3rd, 2003 [tushar]: Patches reogranization.</para></listitem>
    1315
    1416<listitem><para>October 2nd, 2003 [larry]: Many edits it Part X to put
  • postlfs/security/pam/linux_pam-config.xml

    r379f40a rc38707f0  
    3636of fields and allowable entries.  The
    3737<ulink url="http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html">
    38 Linux-PAM guide for system administrators</ulink> and two
    39 <application><acronym>PAM</acronym></application> hints located at
    40 <ulink url="&hints-root;"/> are also available for further reading.</para>
     38Linux-PAM guide for system administrators</ulink>
     39is recommended for further reading.</para>
    4140</sect3>
    4241
  • postlfs/security/tripwire/tripwire-inst.xml

    r379f40a rc38707f0  
    33
    44<para>Download the patch for <application>Tripwire</application> config from
    5 <ulink url="&hfile-root;"/>.</para>
     5<ulink url="&patch-root;/tripwire-&tripwire-version;-cfg.patch"/>.</para>
    66
    77<para>Install <application>Tripwire</application> by running the following
     
    1515cd .. &amp;&amp;
    1616cp install/install.{sh,cfg} . &amp;&amp;
    17 patch -Np0 -i ../tripwire-cfg.patch &amp;&amp;
     17patch -Np0 -i ../tripwire-&tripwire-version;-cfg.patch &amp;&amp;
    1818./install.sh &amp;&amp;
    1919cp /etc/tripwire/tw.cfg /usr/sbin &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.