Author: bdubbs
Date: 2011-10-22 18:19:32 -0600 (Sat, 22 Oct 2011)
New Revision: 8910
Modified:
trunk/BOOK/general/sysutils/unzip.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/pst/sgml/sgml-common.xml
Log:
Mark some packages as LFS 7.0 checked.
Minor updates to unzip instructions.
Modified: trunk/BOOK/general/sysutils/unzip.xml
===================================================================
--- trunk/BOOK/general/sysutils/unzip.xml 2011-10-22 14:34:24 UTC (rev
8909)
+++ trunk/BOOK/general/sysutils/unzip.xml 2011-10-23 00:19:32 UTC (rev
8910)
@@ -44,15 +44,15 @@
package had some locale related issues. Currently there are no BLFS
editors capable of testing these local issues. Therefore, the
locale related information is left on this page, but has not been
- tested. Note that the patch recommended for the locale issues will not
+ tested. <!--Note that the patch recommended for the locale issues will
not
apply to this version of <application>UnZip</application>. See the
- discussion below in <xref linkend="unzip-locale-issues"/>. A more
+ discussion below in <xref linkend="unzip-locale-issues"/>. --> A more
general discussion of these problems can be found in the
<xref linkend="locale-assumed-encoding"/> section of the
<xref linkend="locale-issues"/> page.</para>
</caution>
- &lfs67_checked;
+ &lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -75,9 +75,9 @@
<para>Estimated build time: &unzip-time;</para>
</listitem>
</itemizedlist>
-
+<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
- <itemizedlist spacing='compact'>
+ <itemizedlist spacing='compact'> -->
<!-- <listitem>
<para>Required patch: <ulink
url="&patch-root;/unzip-&unzip-version;-security_fix-1.patch"/></para>
@@ -86,12 +86,13 @@
<para>Required patch: <ulink
url="&patch-root;/unzip-&unzip-version;-security_fix-2.patch"/></para>
</listitem> -->
+ <!--
<listitem>
<para>Optional patch (will not apply properly): <ulink
url="&patch-root;/unzip-5.50-alt-iconv-v1.1.patch"/></para>
</listitem>
</itemizedlist>
-
+ -->
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/unzip"/></para>
@@ -153,7 +154,7 @@
<screen><userinput>convmv -f cp866 -t koi8-r -r --nosmart --notest \
<replaceable></path/to/unzipped/files></replaceable></userinput></screen>
</blockquote>
-
+<!--
<para>3) Apply the optional
<filename>unzip-5.50-alt-iconv-v1.1.patch</filename> patch to
<application>UnZip</application>. It will apply with some offsets.</para>
@@ -170,7 +171,7 @@
with UTF-8. Attempting to use a patched <command>unzip</command> in UTF-8
locales may result in a segmentation fault and is probably a security
risk.</para>
-
+-->
</sect2>
<sect2 role="installation">
@@ -182,9 +183,11 @@
<screen><userinput>case `uname -m` in
i?86)
+ sed -i -e 's/DASM"/DASM -DNO_LCHMOD"/' unix/Makefile
make -f unix/Makefile linux
;;
*)
+ sed -i -e 's/CFLAGS="-O -Wall/& -DNO_LCHMOD/' unix/Makefile
make -f unix/Makefile linux_noasm
;;
esac</userinput></screen>
@@ -200,6 +203,9 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para><command>sed ...</command>: This command ensures an obsolete
+ system call is not made.</para>
+
<para><parameter>linux, linux_noasm</parameter>:
The linux target in the <filename>Makefile</filename> makes assumptions
that are useful for a Linux system when compiling the executables, but
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2011-10-22 14:34:24 UTC
(rev 8909)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2011-10-23 00:19:32 UTC
(rev 8910)
@@ -45,6 +45,12 @@
<para>October 22nd, 2011</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Mark some packages as LFS 7.0 checked.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Minor updates to unzip instructions.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Updated dhcpcd-5.2.12.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/pst/sgml/sgml-common.xml
===================================================================
--- trunk/BOOK/pst/sgml/sgml-common.xml 2011-10-22 14:34:24 UTC (rev 8909)
+++ trunk/BOOK/pst/sgml/sgml-common.xml 2011-10-23 00:19:32 UTC (rev 8910)
@@ -33,7 +33,7 @@
<command>install-catalog</command>. This is useful for creating and
maintaining centralized SGML catalogs.</para>
- &lfs65_checked;
+ &lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page