aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-09-23 18:20:52 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-09-23 18:20:52 +0000
commit2f1fdcd5e6c319d5b6c9459681423ec49d20017e (patch)
tree9f851efeb5cf837ade57541a7d6060228dc99cf3
parent8d8c3dc70f10f7a9b37a1dddb64e9c17d4af72a3 (diff)
Update to man-pages-3.54.
Update to tcl-8.6.1. Update to M4-1.4.17. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10348 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml18
-rw-r--r--chapter01/whatsnew.xml12
-rw-r--r--chapter05/m4.xml4
-rw-r--r--chapter05/tcl.xml5
-rw-r--r--chapter06/m4.xml10
-rw-r--r--general.ent4
-rw-r--r--packages.ent24
7 files changed, 40 insertions, 37 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 1ecfd1432..36acb05cf 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,24 @@
</listitem>
-->
<listitem>
+ <para>2013-09-23</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to man-pages-3.54. Fixes
+ <ulink url="&lfs-ticket-root;3398">#3398</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to tcl-8.6.1. Fixes
+ <ulink url="&lfs-ticket-root;3399">#3399</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to M4-1.4.17. Fixes
+ <ulink url="&lfs-ticket-root;3401">#3401</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2013-09-15</para>
<itemizedlist>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index a7502ca4b..9d4ebd0a1 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -133,18 +133,18 @@
<listitem>
<para>Linux &linux-version;</para>
</listitem>
- <!--<listitem>
+ <listitem>
<para>M4 &m4-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Make &make-version;</para>
</listitem>-->
<!--<listitem>
<para>Man-DB &man-db-version;</para>
- </listitem>
+ </listitem>-->
<listitem>
<para>Man-pages &man-pages-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>MPC &mpc-version;</para>
</listitem>-->
@@ -187,9 +187,9 @@
<!--<listitem>
<para>Tar &tar-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>TCL &tcl-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Texinfo &texinfo-version;</para>
</listitem>-->
diff --git a/chapter05/m4.xml b/chapter05/m4.xml
index 0d4212cc2..4be3a0f36 100644
--- a/chapter05/m4.xml
+++ b/chapter05/m4.xml
@@ -43,10 +43,6 @@
<sect2 role="installation">
<title>Installation of M4</title>
- <para>Fix an incompatibility between this package and Glibc-&glibc-version;:</para>
-
-<screen><userinput remap="pre">sed -i -e '/gets is a/d' lib/stdio.in.h</userinput></screen>
-
<para>Prepare M4 for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml
index 4fcc10b61..9a264ad68 100644
--- a/chapter05/tcl.xml
+++ b/chapter05/tcl.xml
@@ -48,11 +48,6 @@
run in this chapter (they are not mandatory), these packages are required
to run the test suites in <xref linkend="chapter-building-system"/>.</para>
- <para>First increase the amount of space needed by some regular expressions
- in regression tests.</para>
-
-<screen><userinput remap="pre">sed -i s/500/5000/ generic/regc_nfa.c</userinput></screen>
-
<para>Prepare Tcl for compilation:</para>
<screen><userinput remap="configure">cd unix
diff --git a/chapter06/m4.xml b/chapter06/m4.xml
index 3a20da992..c22282c1d 100644
--- a/chapter06/m4.xml
+++ b/chapter06/m4.xml
@@ -40,10 +40,6 @@
<sect2 role="installation">
<title>Installation of M4</title>
- <para>Fix an incompatibility between this package and Glibc-&glibc-version;:</para>
-
-<screen><userinput remap="pre">sed -i -e '/gets is a/d' lib/stdio.in.h</userinput></screen>
-
<para>Prepare M4 for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
@@ -52,11 +48,9 @@
<screen><userinput remap="make">make</userinput></screen>
- <!--<para>To test the results, issue:</para>-->
- <para>To test the results, first fix a test program and then run the test programs:</para>
+ <para>To test the results, issue:</para>
-<screen><userinput remap="test">sed -i -e '41s/ENOENT/&amp; || errno == EINVAL/' tests/test-readlink.h
-make check</userinput></screen>
+<screen><userinput remap="test">make check</userinput></screen>
<para>Install the package:</para>
diff --git a/general.ent b/general.ent
index 9dd2aa832..cf619826f 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20130915">
-<!ENTITY releasedate "September 15, 2013">
+<!ENTITY version "SVN-20130923">
+<!ENTITY releasedate "September 23, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index dbf540049..960bcf37b 100644
--- a/packages.ent
+++ b/packages.ent
@@ -357,14 +357,14 @@
<!ENTITY linux-headers-ch6-du "588 MB">
<!ENTITY linux-headers-ch6-sbu "0.1 SBU">
-<!ENTITY m4-version "1.4.16">
-<!ENTITY m4-size "1,229 KB">
+<!ENTITY m4-version "1.4.17">
+<!ENTITY m4-size "1,405 KB">
<!ENTITY m4-url "&gnu;m4/m4-&m4-version;.tar.bz2">
-<!ENTITY m4-md5 "8a7cef47fecab6272eb86a6be6363b2f">
+<!ENTITY m4-md5 "8a1787edcba75ae5cd1dc40d7d8ed03a">
<!ENTITY m4-home "&gnu-software;m4/">
-<!ENTITY m4-ch5-du "16.6 MB">
+<!ENTITY m4-ch5-du "30 MB">
<!ENTITY m4-ch5-sbu "0.2 SBU">
-<!ENTITY m4-ch6-du "26.6 MB">
+<!ENTITY m4-ch6-du "30 MB">
<!ENTITY m4-ch6-sbu "0.4 SBU">
<!ENTITY make-version "3.82">
@@ -385,10 +385,10 @@
<!ENTITY man-db-ch6-du "27 MB">
<!ENTITY man-db-ch6-sbu "0.5 SBU">
-<!ENTITY man-pages-version "3.53">
-<!ENTITY man-pages-size "1,144 KB">
+<!ENTITY man-pages-version "3.54">
+<!ENTITY man-pages-size "1,145 KB">
<!ENTITY man-pages-url "http://www.kernel.org/pub/linux/docs/man-pages/man-pages-&man-pages-version;.tar.xz">
-<!ENTITY man-pages-md5 "c3ab5df043bc95de69f73cb71a3c7bb6">
+<!ENTITY man-pages-md5 "382f83e670ecbe1d97fc58e03da0b026">
<!ENTITY man-pages-home "http://www.kernel.org/doc/man-pages/">
<!ENTITY man-pages-ch6-du "23 MB">
<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
@@ -519,13 +519,13 @@
<!ENTITY tar-ch6-du "34 MB">
<!ENTITY tar-ch6-sbu "2.4 SBU">
-<!ENTITY tcl-version "8.6.0">
+<!ENTITY tcl-version "8.6.1">
<!ENTITY tcl-major-version "8.6">
-<!ENTITY tcl-size "8,435 KB">
+<!ENTITY tcl-size "8,551 KB">
<!ENTITY tcl-url "&sourceforge;tcl/tcl&tcl-version;-src.tar.gz">
-<!ENTITY tcl-md5 "573aa5fe678e9185ef2b3c56b24658d3">
+<!ENTITY tcl-md5 "aae4b701ee527c6e4e1a6f9c7399882e">
<!ENTITY tcl-home "http://tcl.sourceforge.net/">
-<!ENTITY tcl-ch5-du "33 MB">
+<!ENTITY tcl-ch5-du "55 MB">
<!ENTITY tcl-ch5-sbu "0.4 SBU">
<!ENTITY texinfo-version "5.1">