Changeset cca8d11


Ignore:
Timestamp:
03/07/2006 07:21:11 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
1e13f46
Parents:
656acb6
Message:

Ported r7409:7410 from trunk to alphabetical branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7412 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r656acb6 rcca8d11  
    3838
    3939    <listitem>
     40      <para>March 7, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[archaic] - Replaced the debian-specific groff patch with an
     44          LFS-style patch.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>March 3, 2006</para>
    4151      <itemizedlist>
    4252        <listitem>
    43           <para>[gereard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks
     53          <para>[gerard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks
    4454          to Dan Nicholson for the patch.</para>
    4555        </listitem>
     
    5868
    5969    <listitem>
    60       <para>Febraury 27, 2006</para>
     70      <para>February 27, 2006</para>
    6171      <itemizedlist>
    6272        <listitem>
     
    6878
    6979    <listitem>
    70       <para>Febraury 20, 2006</para>
     80      <para>February 20, 2006</para>
    7181      <itemizedlist>
    7282        <listitem>
     
    8090
    8191    <listitem>
    82       <para>Febraury 19, 2006</para>
     92      <para>February 19, 2006</para>
    8393      <itemizedlist>
    8494        <listitem>
     
    121131
    122132    <listitem>
    123       <para>Febraury 10, 2006</para>
     133      <para>February 10, 2006</para>
    124134      <itemizedlist>
    125135        <listitem>
  • chapter01/whatsnew.xml

    r656acb6 rcca8d11  
    197197
    198198    <listitem>
    199       <para>Groff &groff-version;-&groff-patchlevel;</para>
     199      <para>Groff &groff-version;</para>
    200200    </listitem>
    201201
     
    221221    </listitem>
    222222    <listitem>
     223      <para>&groff-debian-patch;</para>
     224    </listitem>
     225    <listitem>
    223226      <para>Berkeley DB-&db-version;</para>
    224227    </listitem>
  • chapter03/patches.xml

    r656acb6 rcca8d11  
    104104
    105105    <varlistentry>
    106       <term>Groff Debian Patch - 129 KB:</term>
    107       <listitem>
    108         <para><ulink url="http://ftp.debian.org/debian/pool/main/g/groff/&groff-debian-patch;"/></para>
    109 
    110         <note>
    111           <para>Groff Debian Patch (&groff-version;-&groff-patchlevel;) may no
    112           longer be available at the listed location. The site administrators
    113           of the master download location occasionally remove older versions
    114           when new ones are released. There is no alternative download location
    115           yet.</para>
    116         </note>
    117         <!-- Actually there's snapshot.debian.net, but they have hardware problems -->
     106      <term>Groff Debian Patch - 360 KB:</term>
     107      <listitem>
     108        <para><ulink url="&patches-root;&groff-debian-patch;"/></para>
    118109      </listitem>
    119110    </varlistentry>
  • chapter06/groff.xml

    r656acb6 rcca8d11  
    4848    <quote>nippon</quote> devices to Groff:</para>
    4949
    50 <screen><userinput>zcat ../&groff-debian-patch; | patch -Np1</userinput></screen>
     50<screen><userinput>patch -Np1 -i ../&groff-debian-patch;</userinput></screen>
    5151
    5252    <note>
  • general.ent

    r656acb6 rcca8d11  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "ALPHABETICAL-20060305">
    3 <!ENTITY releasedate "March 5, 2006">
     2<!ENTITY version "ALPHABETICAL-20060307">
     3<!ENTITY releasedate "March 7, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
     
    5050<!ENTITY grep-version "2.5.1a">
    5151<!ENTITY groff-version "1.18.1.1">
    52 <!ENTITY groff-patchlevel "11">
    5352<!ENTITY grub-version "0.97">
    5453<!ENTITY gzip-version "1.3.5">
  • patches.ent

    r656acb6 rcca8d11  
    2323<!ENTITY grep-fixes-patch "grep-&grep-version;-redhat_fixes-2.patch">
    2424
    25 <!ENTITY groff-debian-patch "groff_&groff-version;-&groff-patchlevel;.diff.gz">
     25<!ENTITY groff-debian-patch "groff-&groff-version;-debian_fixes-1.patch">
    2626
    2727<!ENTITY gzip-security_fix-patch "gzip-&gzip-version;-security_fixes-1.patch">
Note: See TracChangeset for help on using the changeset viewer.