From ca179554cec77f5a6d7ebfa8a51e4ffd3898e2fe Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 13 Jul 2013 04:05:08 +0000 Subject: [PATCH] Update to zsh-5.0.2. Tag files for LFS-7.3 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11393 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- introduction/welcome/changelog.xml | 3 +++ postlfs/shells/dash.xml | 2 +- postlfs/shells/tcsh.xml | 2 +- postlfs/shells/zsh.xml | 39 ++++++++++++++++++------------ 5 files changed, 29 insertions(+), 19 deletions(-) diff --git a/general.ent b/general.ent index 3095949eac..058a848d97 100644 --- a/general.ent +++ b/general.ent @@ -193,7 +193,7 @@ export -f as_root - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 11120732ed..4338a2145f 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -46,6 +46,9 @@ July 12th, 2013 + + [bdubbs] - Update to zsh-5.0.2. + [bdubbs] - Update to emacs-24.3. diff --git a/postlfs/shells/dash.xml b/postlfs/shells/dash.xml index 7200df80b1..eba64106b5 100644 --- a/postlfs/shells/dash.xml +++ b/postlfs/shells/dash.xml @@ -37,7 +37,7 @@ failure. Dash is also useful for checking that a script is completely compatible with POSIX syntax. - &lfs72_checked; + &lfs73_checked; Package Information diff --git a/postlfs/shells/tcsh.xml b/postlfs/shells/tcsh.xml index 95f0f8e9e8..ed06928abb 100644 --- a/postlfs/shells/tcsh.xml +++ b/postlfs/shells/tcsh.xml @@ -36,7 +36,7 @@ and also because some programs require the C shell in order to perform installation tasks. - &lfs72_checked; + &lfs73_checked; Package Information diff --git a/postlfs/shells/zsh.xml b/postlfs/shells/zsh.xml index eb0d5dac26..b2557d6810 100644 --- a/postlfs/shells/zsh.xml +++ b/postlfs/shells/zsh.xml @@ -6,12 +6,12 @@ - + - - + + - + ]> @@ -37,7 +37,7 @@ zsh most closely resembles ksh but includes many enhancements. - &lfs72_checked; + &lfs73_checked; Package Information @@ -63,20 +63,25 @@ Additional Downloads + + Required patch: + Optional Documentation: - MD5 sum: &zsh-doc-md5sum; + Documentation MD5 sum: &zsh-doc-md5sum; zsh Dependencies Optional - and - + + and + User Notes: @@ -95,15 +100,17 @@ Install zsh by running the following commands: -./configure --prefix=/usr \ - --bindir=/bin \ - --sysconfdir=/etc/zsh \ - --enable-etcdir=/etc/zsh && -make && +patch -Np1 -i ../zsh-&zsh-version;-makeinfo-1.patch && -makeinfo Doc/zsh.texi --html -o Doc/html && -makeinfo Doc/zsh.texi --html --no-split --no-headers \ - -o Doc/zsh.html && +./configure --prefix=/usr \ + --bindir=/bin \ + --sysconfdir=/etc/zsh \ + --enable-etcdir=/etc/zsh && +make && + +makeinfo Doc/zsh.texi --html -o Doc/html && +makeinfo Doc/zsh.texi --html --no-split --no-headers \ + -o Doc/zsh.html && makeinfo Doc/zsh.texi --plaintext -o Doc/zsh.txt If you have