Author: bdubbs Date: 2006-10-25 14:02:42 -0600 (Wed, 25 Oct 2006) New Revision: 6357
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/zip.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Update to unzip 2.32 Modified: trunk/BOOK/general/sysutils/zip.xml =================================================================== --- trunk/BOOK/general/sysutils/zip.xml 2006-10-23 07:18:27 UTC (rev 6356) +++ trunk/BOOK/general/sysutils/zip.xml 2006-10-25 20:02:42 UTC (rev 6357) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip231.tar.gz"> - <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip231.tar.gz"> - <!ENTITY zip-md5sum "6bfc076664416251d7624ab3538d1cb9"> - <!ENTITY zip-size "781 KB"> - <!ENTITY zip-buildsize "4.1 MB"> - <!ENTITY zip-time "0.04 SBU"> + <!ENTITY zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip232.tar.gz"> + <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip232.tar.gz"> + <!ENTITY zip-md5sum "8a4da4460386e324debe97f3b7fe4d96"> + <!ENTITY zip-size "789 KB"> + <!ENTITY zip-buildsize "4.0 MB"> + <!ENTITY zip-time "Less than 0.1 SBU"> ]> <sect1 id="zip" xreflabel="Zip-&zip-version;"> @@ -66,9 +66,7 @@ <para>Install <application>Zip</application> by running the following commands:</para> -<screen><userinput>sed -i -e '[EMAIL PROTECTED](INSTALL) man/[EMAIL PROTECTED](INSTALL_PROGRAM) man/zip.1@' \ - unix/Makefile && -make prefix=/usr -f unix/Makefile generic_gcc</userinput></screen> +<screen><userinput>make -f unix/Makefile generic_gcc</userinput></screen> <para>This package does not come with a test suite.</para> @@ -81,16 +79,11 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><command>sed -i -e ... unix/Makefile</command>: The - <filename>Makefile</filename> has a bug which causes the installation to fail. - This command fixes the problem.</para> - - <para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This + <para><command>make prefix=/usr -f unix/Makefile install</command>: This command overrides the <varname>prefix</varname> variable that is set to <filename class='directory'>/usr/local</filename> in the - <filename>unix/Makefile</filename> which is used as a - <filename>Makefile</filename> and builds the executables for a Linux system. The - alternatives to <option>generic_gcc</option> can be seen with a + <filename>unix/Makefile</filename>. + Alternatives to <option>generic_gcc</option> can be seen with a <command>make -f unix/Makefile list</command> command.</para> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2006-10-23 07:18:27 UTC (rev 6356) +++ trunk/BOOK/general.ent 2006-10-25 20:02:42 UTC (rev 6357) @@ -1,8 +1,8 @@ -<!ENTITY day "23"> <!-- Always 2 digits --> +<!ENTITY day "25"> <!-- Always 2 digits --> <!ENTITY month "10"> <!-- Always 2 digits --> <!ENTITY year "2006"> <!ENTITY version "svn-&year;&month;&day;"> -<!ENTITY releasedate "October &day;rd, &year;"> +<!ENTITY releasedate "October &day;th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "stable"> <!-- version|stable|testing|unstable|development] --> @@ -157,7 +157,7 @@ <!ENTITY hdparm-version "6.6"> <!ENTITY which-version "2.16"> <!ENTITY unzip-version "5.52"> -<!ENTITY zip-version "2.31"> +<!ENTITY zip-version "2.32"> <!ENTITY pciutils-version "2.2.3"> <!ENTITY usbutils-version "0.72"> <!ENTITY pkgconfig-version "0.20"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-10-23 07:18:27 UTC (rev 6356) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-10-25 20:02:42 UTC (rev 6357) @@ -42,6 +42,15 @@ --> <listitem> + <para>October 25th, 2006</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Updated to zip 2.32.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>October 23rd, 2006</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
