Changeset f65c459


Ignore:
Timestamp:
08/30/2007 05:48:05 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
edd90b4
Parents:
b8dd57d6
Message:

Merge r8333 to jh branch

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb8dd57d6 rf65c459  
    4343          <para>[jhuntwork] - Use --with-arch=i486 only for x86. Also force '-m64' for 64-bit builds.
    4444          Lastly, use 'make' instead of 'make bootstrap' on gcc pass 1. The bootstrap is now default.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
     50      <para>2007-08-21</para>
     51      <itemizedlist>
     52        <listitem>
     53          <para>[bdubbs] - Synced to 6.3 updates:  linux 2.6.22.4,
     54          man-db patch, update acknowledgements page.</para>
    4555        </listitem>
    4656      </itemizedlist>
  • chapter03/patches.xml

    rb8dd57d6 rf65c459  
    140140
    141141    <varlistentry>
     142      <term>Man-DB Fix Patch - <token>&man-db-fixes-patch-size;</token>:</term>
     143      <listitem>
     144        <para>Download: <ulink url="&patches-root;&man-db-fixes-patch;"/></para>
     145        <para>MD5 sum: <literal>&man-db-fixes-patch-md5;</literal></para>
     146      </listitem>
     147    </varlistentry>
     148
     149    <varlistentry>
    142150      <term>Mktemp Tempfile Patch - <token>&mktemp-tempfile-patch-size;</token>:</term>
    143151      <listitem>
  • chapter06/man-db.xml

    rb8dd57d6 rf65c459  
    3636    <title>Installation of Man-DB</title>
    3737
    38     <para>Three adjustments need to be made to the sources of Man-DB.</para>
     38    <para>Four adjustments need to be made to the sources of Man-DB.</para>
    3939
    4040    <para>The first one changes the location of translated manual pages that come
     
    7373    manual pages. They are not part of LFS or BLFS, but you should be able
    7474    to install them yourself after finishing LFS if you wish to do so.</para>
     75
     76    <para>Finally, patch the sources to fix output errors if the man page is
     77    prematurely aborted by pressing the 'q' key.</para>
     78
     79<screen><userinput>patch -Np1 -i ../&man-db-fixes-patch;</userinput></screen>
    7580
    7681    <para>Prepare Man-DB for compilation:</para>
  • general.ent

    rb8dd57d6 rf65c459  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-JH-20070820">
    3 <!ENTITY releasedate "August 20, 2007">
     2<!ENTITY version "SVN-JH-20070830">
     3<!ENTITY releasedate "August 30, 2007">
    44<!ENTITY milestone "7.0">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
  • packages.ent

    rb8dd57d6 rf65c459  
    296296<!ENTITY linux-major-version "2.6">
    297297<!ENTITY linux-minor-version "22">
    298 <!ENTITY linux-patch-version "3">
     298<!ENTITY linux-patch-version "4">
    299299<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    300 <!ENTITY linux-size "44,049 KB">
     300<!ENTITY linux-size "44,051 KB">
    301301<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
    302 <!ENTITY linux-md5 "13dd3e1fff368190a4d4be8838016880">
     302<!ENTITY linux-md5 "6cf83acf21e65dcea4a5170c0bbc7125">
    303303<!ENTITY linux-home "http://www.kernel.org/">
    304304<!ENTITY linux-ch8-du "350 - 450 MB">
  • patches.ent

    rb8dd57d6 rf65c459  
    7373
    7474
     75<!ENTITY man-db-fixes-patch "man-db-&man-db-version;-fixes-1.patch">
     76<!ENTITY man-db-fixes-patch-md5 "f75b3c44bb801778cf188b87454ff9c1">
     77<!ENTITY man-db-fixes-patch-size "2.0 KB">
     78
    7579<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-3.patch">
    7680<!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19">
Note: See TracChangeset for help on using the changeset viewer.