Changeset 90e6ce5


Ignore:
Timestamp:
01/09/2005 11:09:59 AM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
395942a
Parents:
f48ac57a
Message:
  • Upgrade to man-1.5p

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf48ac57a r90e6ce5  
    2828<listitem><para>linux-2.6.10</para></listitem>
    2929<listitem><para>linux-libc-headers-2.6.10.0</para></listitem>
    30 <listitem><para>man-1.5o2</para></listitem>
     30<listitem><para>man-1.5p</para></listitem>
    3131<listitem><para>man-pages-2.01</para></listitem>
    3232<listitem><para>perl-5.8.6</para></listitem>
     
    5252<itemizedlist>
    5353<listitem><para>bash-3.0-fixes-1.patch</para></listitem>
     54<listitem><para>man-1.5o2-80cols-1.patch</para></listitem>
    5455<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
    5556<listitem><para>texinfo-4.7-segfault-1.patch</para></listitem>
    5657</itemizedlist>
    5758</listitem>
     59
     60<listitem><para>January 9th, 2005 [matt]: Upgraded to man-1.5p.  Removed the 80
     61column patch as it appears to have been fixed upstream</para></listitem>
    5862
    5963<listitem><para>January 8th, 2005 [matt]: Upgraded to man-1.5o2</para>
  • chapter03/packages.xml

    rf48ac57a r90e6ce5  
    259259
    260260<varlistentry>
    261 <term>Man (&man-version;) - 224 KB:</term>
     261<term>Man (&man-version;) - 228 KB:</term>
    262262<listitem>
    263263<para><ulink url="ftp://ftp.win.tue.nl/pub/linux-local/utils/man/"/></para>
  • chapter03/patches.xml

    rf48ac57a r90e6ce5  
    116116
    117117<varlistentry>
    118 <term>Man 80-Columns Patch - 1 KB:</term>
    119 <listitem>
    120 <para><ulink url="&patches-root;man-&man-version;-80cols-1.patch"/></para>
    121 </listitem>
    122 </varlistentry>
    123 
    124 <varlistentry>
    125118<term>Mktemp Tempfile Patch - 3 KB:</term>
    126119<listitem>
  • chapter06/man.xml

    rf48ac57a r90e6ce5  
    2222<sect2 role="installation">
    2323<title>Installation of Man</title>
    24 
    25 <para>Apply a patch:</para>
    26 
    27 <screen><userinput>patch -Np1 -i ../man-&man-version;-80cols-1.patch</userinput></screen>
    2824
    2925<para>Issue a sed substitution:</para>
  • general.ent

    rf48ac57a r90e6ce5  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20050108">
    3 <!ENTITY releasedate "January 8, 2005">
     2<!ENTITY version "SVN-20050109">
     3<!ENTITY releasedate "January 9, 2005">
    44<!ENTITY milestone "6.1">
    55
     
    5151<!ENTITY m4-version "1.4.2">
    5252<!ENTITY make-version "3.80">
    53 <!ENTITY man-version "1.5o2">
     53<!ENTITY man-version "1.5p">
    5454<!ENTITY man-pages-version "2.01">
    5555<!ENTITY mktemp-version "1.5">
Note: See TracChangeset for help on using the changeset viewer.