Author: robert
Date: 2006-11-23 13:43:49 -0700 (Thu, 23 Nov 2006)
New Revision: 874

Modified:
   branches/2.4-branch/BOOK/chapter01/changelog.xml
   branches/2.4-branch/BOOK/chapter04/patches.xml
   branches/2.4-branch/BOOK/chapter06/patch.xml
   branches/2.4-branch/BOOK/general.ent
   branches/2.4-branch/BOOK/patches.ent
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter04/patches.xml
   trunk/BOOK/chapter06/patch.xml
   trunk/BOOK/general.ent
   trunk/BOOK/patches.ent
Log:
Added mkstemp(3) patch for Patch.

Modified: branches/2.4-branch/BOOK/chapter01/changelog.xml
===================================================================
--- branches/2.4-branch/BOOK/chapter01/changelog.xml    2006-11-21 13:40:46 UTC 
(rev 873)
+++ branches/2.4-branch/BOOK/chapter01/changelog.xml    2006-11-23 20:43:49 UTC 
(rev 874)
@@ -109,6 +109,8 @@
 </listitem>
 -->
 
+<listitem><para>November 23rd, 2005 [Robert]: Added mkstemp(3) patch for 
Patch.</para></listitem>
+
 <listitem><para>November 20th, 2005 [Robert]: Removed all the SSP and Mudflap 
stuff
 (from Perl, Glibc, and stylesheets).</para></listitem>
 

Modified: branches/2.4-branch/BOOK/chapter04/patches.xml
===================================================================
--- branches/2.4-branch/BOOK/chapter04/patches.xml      2006-11-21 13:40:46 UTC 
(rev 873)
+++ branches/2.4-branch/BOOK/chapter04/patches.xml      2006-11-23 20:43:49 UTC 
(rev 874)
@@ -299,6 +299,14 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Patch Mkstemp Patch - &patch-mkstemp-patch-size;:</term>
+      <listitem>
+        <para>Download: <ulink 
url="&patches-root;&patch-mkstemp-patch;"/></para>
+        <para>MD5 sum: <literal>&patch-mkstemp-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Perl Libc Patch - &perl-libc-patch-size;:</term>
       <listitem>
         <para>Download: <ulink url="&patches-root;&perl-libc-patch;"/></para>

Modified: branches/2.4-branch/BOOK/chapter06/patch.xml
===================================================================
--- branches/2.4-branch/BOOK/chapter06/patch.xml        2006-11-21 13:40:46 UTC 
(rev 873)
+++ branches/2.4-branch/BOOK/chapter06/patch.xml        2006-11-23 20:43:49 UTC 
(rev 874)
@@ -1,74 +1,92 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
+
 <sect1 id="ch-system-patch" role="wrap">
-<title>Patch-&patch-version;</title>
-<?dbhtml filename="patch.html"?>
+  <?dbhtml filename="patch.html"?>
 
-<indexterm zone="ch-system-patch"><primary 
sortas="a-Patch">Patch</primary></indexterm>
+  <title>Patch-&patch-version;</title>
 
-<sect2 role="package"><title/>
-<para>The Patch package contains a program for modifying files.</para>
+  <indexterm zone="ch-system-patch">
+    <primary sortas="a-Patch">Patch</primary>
+  </indexterm>
 
-<segmentedlist>
-<segtitle>&buildtime;</segtitle>
-<segtitle>&diskspace;</segtitle>
-<seglistitem><seg>?? SBU</seg><seg>?? MB</seg></seglistitem>
-</segmentedlist>
+  <sect2 role="package">
+    <title/>
 
-<segmentedlist>
-<segtitle>&dependencies;</segtitle>
-<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
-GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
-</segmentedlist>
-</sect2>
+    <para>The Patch package contains a program for modifying or creating files
+    by applying a <quote>patch</quote> file typically created by the
+    <command>diff</command> program.</para>
 
-<sect2 role="installation">
-<title>Installation of Patch</title>
+    <segmentedlist>
+      <segtitle>&buildtime;</segtitle>
+      <segtitle>&diskspace;</segtitle>
 
-<para>Prepare Patch for compilation:</para>
+      <seglistitem>
+        <seg>?? SBU</seg>
+        <seg>?? MB</seg>
+      </seglistitem>
+    </segmentedlist>
 
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Patch</title>
+
+    <para>Apply this patch to add the use of the mkstemp(3) function:</para>
+
+<screen><userinput>patch -Np1 -i ../&patch-mkstemp-patch;</userinput></screen>
+
+    <para>Prepare Patch for compilation.</para>
+
 <screen><userinput>./configure --prefix=/usr</userinput></screen>
 
-<para>Compile the package:</para>
+    <para>Compile the package:</para>
 
 <screen><userinput>make</userinput></screen>
 
-<para>This package does not come with a test suite.</para>
+    <para>This package does not come with a test suite.</para>
 
-<para>Install the package:</para>
+    <para>Install the package:</para>
 
 <screen><userinput>make install</userinput></screen>
 
-</sect2>
+  </sect2>
 
+  <sect2 id="contents-patch" role="content">
+    <title>Contents of Patch</title>
 
-<sect2 id="contents-patch" role="content"><title>Contents of Patch</title>
+    <segmentedlist>
+      <segtitle>Installed program</segtitle>
 
-<segmentedlist>
-<segtitle>Installed program</segtitle>
-<seglistitem><seg>patch</seg></seglistitem>
-</segmentedlist>
+      <seglistitem>
+        <seg>patch</seg>
+      </seglistitem>
+    </segmentedlist>
 
-<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
-<?dbfo list-presentation="list"?>
-<?dbhtml list-presentation="table"?>
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
 
-<varlistentry id="patch">
-<term><command>patch</command></term>
-<listitem>
-<para>Modifies files according to a patch file. A patch file is normally
-a difference listing created with the <command>diff</command> program. By 
applying
-these differences to the original files, <command>patch</command> creates the 
patched
-versions.</para>
-<indexterm zone="ch-system-patch patch"><primary 
sortas="b-patch">patch</primary></indexterm>
-</listitem>
-</varlistentry>
-</variablelist>
+      <varlistentry id="patch">
+        <term><command>patch</command></term>
+        <listitem>
+          <para>Modifies files according to a patch file. A patch file is
+          normally a difference listing created with the 
<command>diff</command>
+          program. By applying these differences to the original files,
+          <command>patch</command> creates the patched versions.</para>
+          <indexterm zone="ch-system-patch patch">
+            <primary sortas="b-patch">patch</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
 
-</sect2>
+    </variablelist>
 
+  </sect2>
+
 </sect1>
-

Modified: branches/2.4-branch/BOOK/general.ent
===================================================================
--- branches/2.4-branch/BOOK/general.ent        2006-11-21 13:40:46 UTC (rev 
873)
+++ branches/2.4-branch/BOOK/general.ent        2006-11-23 20:43:49 UTC (rev 
874)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "2.4-branch-20061120">
-<!ENTITY releasedate "November 20th, 2006">
+<!ENTITY version "2.4-branch-20061123">
+<!ENTITY releasedate "November 23rd, 2006">
 <!ENTITY milestone "1.0">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/";>

Modified: branches/2.4-branch/BOOK/patches.ent
===================================================================
--- branches/2.4-branch/BOOK/patches.ent        2006-11-21 13:40:46 UTC (rev 
873)
+++ branches/2.4-branch/BOOK/patches.ent        2006-11-23 20:43:49 UTC (rev 
874)
@@ -146,6 +146,10 @@
 <!ENTITY ncurses-fixes-patch-md5 "0e033185008f21578c6e4c7249f92cbb">
 <!ENTITY ncurses-fixes-patch-size "8.2 KB">
 
+<!ENTITY patch-mkstemp-patch "patch-&patch-version;-mkstemp-1.patch">
+<!ENTITY patch-mkstemp-patch-md5 "c53c2f8a7349010da6afb002042ecec9">
+<!ENTITY patch-mkstemp-patch-size "8 KB">
+
 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch">
 <!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99">
 <!ENTITY perl-libc-patch-size "1.5 KB">

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-11-21 13:40:46 UTC (rev 873)
+++ trunk/BOOK/chapter01/changelog.xml  2006-11-23 20:43:49 UTC (rev 874)
@@ -110,6 +110,8 @@
 </listitem>
 -->
 
+<listitem><para>November 23rd, 2005 [Robert]: Added mkstemp(3) patch for 
Patch.</para></listitem>
+
 <listitem><para>November 20th, 2005 [Robert]: Bump to 
man-pages-2.41.</para></listitem>
 
 <listitem><para>November 20th, 2005 [Robert]: Bump to 
gettext-0.16.</para></listitem>

Modified: trunk/BOOK/chapter04/patches.xml
===================================================================
--- trunk/BOOK/chapter04/patches.xml    2006-11-21 13:40:46 UTC (rev 873)
+++ trunk/BOOK/chapter04/patches.xml    2006-11-23 20:43:49 UTC (rev 874)
@@ -307,6 +307,14 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Patch Mkstemp Patch - &patch-mkstemp-patch-size;:</term>
+      <listitem>
+        <para>Download: <ulink 
url="&patches-root;&patch-mkstemp-patch;"/></para>
+        <para>MD5 sum: <literal>&patch-mkstemp-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Perl Libc Patch - &perl-libc-patch-size;:</term>
       <listitem>
         <para>Download: <ulink url="&patches-root;&perl-libc-patch;"/></para>

Modified: trunk/BOOK/chapter06/patch.xml
===================================================================
--- trunk/BOOK/chapter06/patch.xml      2006-11-21 13:40:46 UTC (rev 873)
+++ trunk/BOOK/chapter06/patch.xml      2006-11-23 20:43:49 UTC (rev 874)
@@ -1,74 +1,92 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
   <!ENTITY % general-entities SYSTEM "../general.ent">
   %general-entities;
 ]>
+
 <sect1 id="ch-system-patch" role="wrap">
-<title>Patch-&patch-version;</title>
-<?dbhtml filename="patch.html"?>
+  <?dbhtml filename="patch.html"?>
 
-<indexterm zone="ch-system-patch"><primary 
sortas="a-Patch">Patch</primary></indexterm>
+  <title>Patch-&patch-version;</title>
 
-<sect2 role="package"><title/>
-<para>The Patch package contains a program for modifying files.</para>
+  <indexterm zone="ch-system-patch">
+    <primary sortas="a-Patch">Patch</primary>
+  </indexterm>
 
-<segmentedlist>
-<segtitle>&buildtime;</segtitle>
-<segtitle>&diskspace;</segtitle>
-<seglistitem><seg>?? SBU</seg><seg>?? MB</seg></seglistitem>
-</segmentedlist>
+  <sect2 role="package">
+    <title/>
 
-<segmentedlist>
-<segtitle>&dependencies;</segtitle>
-<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
-GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
-</segmentedlist>
-</sect2>
+    <para>The Patch package contains a program for modifying or creating files
+    by applying a <quote>patch</quote> file typically created by the
+    <command>diff</command> program.</para>
 
-<sect2 role="installation">
-<title>Installation of Patch</title>
+    <segmentedlist>
+      <segtitle>&buildtime;</segtitle>
+      <segtitle>&diskspace;</segtitle>
 
-<para>Prepare Patch for compilation:</para>
+      <seglistitem>
+        <seg>?? SBU</seg>
+        <seg>?? MB</seg>
+      </seglistitem>
+    </segmentedlist>
 
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Patch</title>
+
+    <para>Apply this patch to add the use of the mkstemp(3) function:</para>
+
+<screen><userinput>patch -Np1 -i ../&patch-mkstemp-patch;</userinput></screen>
+
+    <para>Prepare Patch for compilation.</para>
+
 <screen><userinput>./configure --prefix=/usr</userinput></screen>
 
-<para>Compile the package:</para>
+    <para>Compile the package:</para>
 
 <screen><userinput>make</userinput></screen>
 
-<para>This package does not come with a test suite.</para>
+    <para>This package does not come with a test suite.</para>
 
-<para>Install the package:</para>
+    <para>Install the package:</para>
 
 <screen><userinput>make install</userinput></screen>
 
-</sect2>
+  </sect2>
 
+  <sect2 id="contents-patch" role="content">
+    <title>Contents of Patch</title>
 
-<sect2 id="contents-patch" role="content"><title>Contents of Patch</title>
+    <segmentedlist>
+      <segtitle>Installed program</segtitle>
 
-<segmentedlist>
-<segtitle>Installed program</segtitle>
-<seglistitem><seg>patch</seg></seglistitem>
-</segmentedlist>
+      <seglistitem>
+        <seg>patch</seg>
+      </seglistitem>
+    </segmentedlist>
 
-<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
-<?dbfo list-presentation="list"?>
-<?dbhtml list-presentation="table"?>
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
 
-<varlistentry id="patch">
-<term><command>patch</command></term>
-<listitem>
-<para>Modifies files according to a patch file. A patch file is normally
-a difference listing created with the <command>diff</command> program. By 
applying
-these differences to the original files, <command>patch</command> creates the 
patched
-versions.</para>
-<indexterm zone="ch-system-patch patch"><primary 
sortas="b-patch">patch</primary></indexterm>
-</listitem>
-</varlistentry>
-</variablelist>
+      <varlistentry id="patch">
+        <term><command>patch</command></term>
+        <listitem>
+          <para>Modifies files according to a patch file. A patch file is
+          normally a difference listing created with the 
<command>diff</command>
+          program. By applying these differences to the original files,
+          <command>patch</command> creates the patched versions.</para>
+          <indexterm zone="ch-system-patch patch">
+            <primary sortas="b-patch">patch</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
 
-</sect2>
+    </variablelist>
 
+  </sect2>
+
 </sect1>
-

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-11-21 13:40:46 UTC (rev 873)
+++ trunk/BOOK/general.ent      2006-11-23 20:43:49 UTC (rev 874)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20061120">
-<!ENTITY releasedate "November 20th, 2006">
+<!ENTITY version "SVN-20061123">
+<!ENTITY releasedate "November 23rd, 2006">
 <!ENTITY milestone "1.1">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/";>

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2006-11-21 13:40:46 UTC (rev 873)
+++ trunk/BOOK/patches.ent      2006-11-23 20:43:49 UTC (rev 874)
@@ -146,6 +146,10 @@
 <!ENTITY ncurses-fixes-patch-md5 "0e033185008f21578c6e4c7249f92cbb">
 <!ENTITY ncurses-fixes-patch-size "8.2 KB">
 
+<!ENTITY patch-mkstemp-patch "patch-&patch-version;-mkstemp-1.patch">
+<!ENTITY patch-mkstemp-patch-md5 "c53c2f8a7349010da6afb002042ecec9">
+<!ENTITY patch-mkstemp-patch-size "8 KB">
+
 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch">
 <!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99">
 <!ENTITY perl-libc-patch-size "1.5 KB">

-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to