mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
fix all patches to use -patch-version entities and remove hard-coding of patch versions. sorry to timothy for breaking his run of changelog entries\!
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2024 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6d0b7f40cf
commit
2344896535
@ -46,6 +46,10 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>July 2nd, 2002 [markh]: Internal change - Made all
|
||||
patches use a &package-patch-version; entity and removed all
|
||||
hardcoding of patch versions.</para></listitem>
|
||||
|
||||
<listitem><para>June 30th, 2002 [timothy]: Updated to man-pages-1.51 and
|
||||
automake-1.6.2</para></listitem>
|
||||
|
||||
|
@ -21,7 +21,7 @@ machines, run the following command. Do <emphasis>not</emphasis>
|
||||
attempt this fix if you don't have Glibc-2.2.3 installed. It will more
|
||||
than likely result in all kinds of compile time problems.</para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../fileutils-&fileutils-version;.patch</userinput></screen></para>
|
||||
<para><screen><userinput>patch -Np1 -i ../fileutils-&fileutils-patch-version;.patch</userinput></screen></para>
|
||||
|
||||
<para>Install Fileutils by running the following commands:</para>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>patch -Np1 -i ../findutils-4.1.patch</userinput>: This
|
||||
<para><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch</userinput>: This
|
||||
patch is to fix some compilation errors by
|
||||
avoiding a variable conflict and changing some bad syntax.</para>
|
||||
|
||||
|
@ -7,7 +7,7 @@ commands.</para>
|
||||
|
||||
<para>Install Findutils by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &&
|
||||
<para><screen><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch &&
|
||||
CPPFLAGS=-Dre_max_failures=re_max_failures2 \
|
||||
./configure --prefix=$LFS/static &&
|
||||
make LDFLAGS=-static &&
|
||||
|
@ -8,7 +8,7 @@ for gzip files).</para>
|
||||
|
||||
<para>Apply the patch by running the following command:</para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../tar-1.13.patch</userinput></screen></para>
|
||||
<para><screen><userinput>patch -Np1 -i ../tar-&tar-patch-version;.patch</userinput></screen></para>
|
||||
|
||||
<para>Install Tar by running the following commands:</para>
|
||||
|
||||
|
@ -12,7 +12,7 @@ days.</para>
|
||||
|
||||
<para>Install Ed by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../ed-&ed-version;.patch &&
|
||||
<para><screen><userinput>patch -Np1 -i ../ed-&ed-patch-version;.patch &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>patch -Np1 -i ../findutils-4.1.patch</userinput>: This
|
||||
<para><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch</userinput>: This
|
||||
patch is to fix some compilation errors by
|
||||
avoiding a variable conflict and changing some bad syntax.</para>
|
||||
|
||||
|
@ -7,7 +7,7 @@ commands.</para>
|
||||
|
||||
<para>Install Findutils by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../findutils-&findutils-version;.patch &&
|
||||
<para><screen><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch &&
|
||||
./configure --prefix=/usr &&
|
||||
make libexecdir=/usr/bin &&
|
||||
make libexecdir=/usr/bin install</userinput></screen></para>
|
||||
@ -21,7 +21,7 @@ If you would rather be FHS compliant, you may wish to use another
|
||||
location. The following commands use the database file
|
||||
<filename>/var/lib/misc/locatedb</filename> which is FHS compliant.</para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &&
|
||||
<para><screen><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch &&
|
||||
./configure --prefix=/usr &&
|
||||
make localstatedir=/var/lib/misc libexecdir=/usr/bin &&
|
||||
make localstatedir=/var/lib/misc libexecdir=/usr/bin install</userinput></screen></para>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>patch -Np1 -i ../gawk-&gawk-version;.patch:</userinput> This
|
||||
<para><userinput>patch -Np1 -i ../gawk-&gawk-patch-version;.patch:</userinput> This
|
||||
patch alters the code that determines the location of the
|
||||
<filename class="directory">libexec</filename> directory. This patch will
|
||||
allow us to override it by passing <emphasis>--libexecdir</emphasis> to the
|
||||
|
@ -17,7 +17,7 @@ class="directory">/usr/bin</filename> it'll run <userinput>rm -rf
|
||||
|
||||
<para>Install Gawk by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../gawk-&gawk-version;.patch &&
|
||||
<para><screen><userinput>patch -Np1 -i ../gawk-&gawk-patch-version;.patch &&
|
||||
./configure --prefix=/usr --libexecdir=/usr/bin &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>patch -Np1 -i ../glibc-&glibc-version;.patch:</userinput>
|
||||
<para><userinput>patch -Np1 -i ../glibc-&glibc-patch-version;.patch:</userinput>
|
||||
This patch converts all occurances of <filename>$(PERL)</filename> to
|
||||
<filename>/usr/bin/perl</filename> in the
|
||||
<filename>malloc/Makefile</filename> file. This is done because Glibc can't
|
||||
|
@ -26,7 +26,7 @@ is putting your system at very high risk.</para>
|
||||
|
||||
<para>Install Glibc by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../glibc-&glibc-version;.patch &&
|
||||
<para><screen><userinput>patch -Np1 -i ../glibc-&glibc-patch-version;.patch &&
|
||||
touch /etc/ld.so.conf &&
|
||||
mkdir ../glibc-build &&
|
||||
cd ../glibc-build &&
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>patch -Np1 -i ../perl-&perl-version;.patch:</userinput> This
|
||||
<para><userinput>patch -Np1 -i ../perl-&perl-patch-version;.patch:</userinput> This
|
||||
patch fixes a compile problem with GCC-3.1.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -7,7 +7,7 @@ commands.</para>
|
||||
|
||||
<para>Install Perl by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../perl-&perl-version;.patch &&
|
||||
<para><screen><userinput>patch -Np1 -i ../perl-&perl-patch-version;.patch &&
|
||||
./configure.gnu --prefix=/usr &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
@ -9,7 +9,7 @@ for gzip files).</para>
|
||||
|
||||
<para>Apply the patch by running the following command:</para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../tar-1.13.patch</userinput></screen></para>
|
||||
<para><screen><userinput>patch -Np1 -i ../tar-&tar-patch-version;.patch</userinput></screen></para>
|
||||
|
||||
<para>Install Tar by running the following commands:</para>
|
||||
|
||||
|
@ -13,7 +13,7 @@ Currently there are hints for Emacs, joe, and nano.</para>
|
||||
|
||||
<para>Install Vim by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../vim-&vim-version;.patch &&
|
||||
<para><screen><userinput>patch -Np1 -i ../vim-&vim-patch-version;.patch &&
|
||||
./configure --prefix=/usr &&
|
||||
make CPPFLAGS=-DSYS_VIMRC_FILE=\\\"/etc/vimrc\\\" &&
|
||||
make install &&
|
||||
@ -35,7 +35,7 @@ for their temporary state files, like temporary save files for example.
|
||||
If you wish vim to conform to the FHS, you should use this command set
|
||||
instead of the one presented above:</para>
|
||||
|
||||
<para><screen><userinput>patch -Np1 -i ../vim-&vim-version;.patch &&
|
||||
<para><screen><userinput>patch -Np1 -i ../vim-&vim-patch-version;.patch &&
|
||||
./configure --prefix=/usr --localstatedir=/var/lib/vim &&
|
||||
make CPPFLAGS=-DSYS_VIMRC_FILE=\\\"/etc/vimrc\\\" &&
|
||||
make install &&
|
||||
|
@ -15,6 +15,7 @@
|
||||
<!ENTITY ed-contversion "0.2">
|
||||
<!ENTITY ed-size "158 KB">
|
||||
<!ENTITY ed-patch-size "1 KB">
|
||||
<!ENTITY ed-patch-version "0.2">
|
||||
<!ENTITY ed-dir "ed-&ed-version;">
|
||||
<!ENTITY ed-package "ed-&ed-version;.tar.bz2">
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
<!ENTITY fileutils-contversion "4.1">
|
||||
<!ENTITY fileutils-size "1,217 KB">
|
||||
<!ENTITY fileutils-patch-size "1 KB">
|
||||
<!ENTITY fileutils-patch-version "4.1">
|
||||
<!ENTITY fileutils-package "fileutils-&fileutils-version;.tar.bz2">
|
||||
<!ENTITY fileutils-dir "fileutils-&fileutils-version;">
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
<!ENTITY findutils-contversion "4.1">
|
||||
<!ENTITY findutils-size "226 KB">
|
||||
<!ENTITY findutils-patch-size "1 KB">
|
||||
<!ENTITY findutils-patch-version "4.1">
|
||||
<!ENTITY findutils-dir "findutils-&findutils-version;">
|
||||
<!ENTITY findutils-package "findutils-&findutils-version;.tar.bz2">
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
<!ENTITY gawk-contversion "3.1.1">
|
||||
<!ENTITY gawk-size "1,420 KB">
|
||||
<!ENTITY gawk-patch-size "1 KB">
|
||||
<!ENTITY gawk-patch-version "3.1.1">
|
||||
<!ENTITY gawk-dir "gawk-&gawk-version;">
|
||||
<!ENTITY gawk-package "gawk&gawk-version;.tar.bz2">
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
<!ENTITY glibc-size "12,114 KB">
|
||||
<!ENTITY glibc-threads-size "164 KB">
|
||||
<!ENTITY glibc-patch-size "1 KB">
|
||||
<!ENTITY glibc-patch-version "2.2.5">
|
||||
<!ENTITY glibc-dir "glibc-&glibc-version;">
|
||||
<!ENTITY glibc-threads-dir "linuxthreads, linuxthreads_db">
|
||||
<!ENTITY glibc-package "glibc-&glibc-version;.tar.bz2">
|
||||
|
@ -15,6 +15,7 @@
|
||||
<!ENTITY perl-contversion "5.6.1">
|
||||
<!ENTITY perl-size "4,750 KB">
|
||||
<!ENTITY perl-patch-size "4 KB">
|
||||
<!ENTITY perl-patch-version "5.6.1">
|
||||
<!ENTITY perl-dir "perl-&perl-version;">
|
||||
<!ENTITY perl-package "perl-&perl-version;.tar.bz2">
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
<!ENTITY tar-contversion "1.13">
|
||||
<!ENTITY tar-size "730 KB">
|
||||
<!ENTITY tar-patch-size "1 KB">
|
||||
<!ENTITY tar-patch-version "1.13">
|
||||
<!ENTITY tar-package "tar-&tar-version;.tar.bz2">
|
||||
<!ENTITY tar-dir "tar-&tar-version;">
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
<!ENTITY vim-contversion "6.1">
|
||||
<!ENTITY vim-size "2,823 KB">
|
||||
<!ENTITY vim-patch-size "1 KB">
|
||||
<!ENTITY vim-patch-version "6.1">
|
||||
<!ENTITY vim-dir "vim&vim-version;">
|
||||
<!ENTITY vim-package "vim-&vim-version;.tar.bz2">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user