From 6a4a95fd50f6908f58940a9ed55e77eb48d61754 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 12 Mar 2009 21:10:44 +0000 Subject: Various dependency fixes from Chris Staub. Fixes #2368. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8840 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendices/dependencies.xml | 35 +++++++++++++++++++++++++++++++---- chapter01/changelog.xml | 5 +++++ 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 90c20c2cb..ce42393e6 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -150,7 +150,7 @@ &dependencies; - Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, + Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, Make, Perl, Sed, Texinfo and Zlib @@ -234,7 +234,7 @@ &dependencies; - Bash, Binutils, Coreutils, GCC, Gettext, Glibc, Grep, Make, + Bash, Binutils, Coreutils, GCC, Gettext, Glibc, GMP, Grep, Make, Patch, Perl, Sed, and Texinfo @@ -878,7 +878,7 @@ Bash, Binutils, Coreutils, Diffutils, Findutils, GCC, Glibc, Grep, - Gzip, Make, Module-Init-Tools, Ncurses, and Sed + Gzip, Make, Module-Init-Tools, Ncurses, Perl, and Sed @@ -982,6 +982,33 @@ + + Man-Pages + + + &dependencies; + + + Bash, Coreutils, and Make + + + + + &testsuites; + + + No testsuite available + + + + + &before; + + + None + + + Module-Init-Tools @@ -1489,7 +1516,7 @@ &dependencies; - Bash, Binutils, Coreutils, GCC, Glibc, Grep, Make, and Sed + Bash, Binutils, Coreutils, GCC, Glibc, Make, and Sed diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 32a87fe04..0515ce672 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ 2009-03-12 + + [matthew] - Correct some dependency info. Thanks to Chris Staub for the + report and patch. Fixes + #2368. + [matthew] - Fix a few typos. Thanks to Chris Staub for the report and patch. Fixes #2367. -- cgit v1.2.3-54-g00ecf