diff options
Diffstat (limited to 'source/ap/zsh')
-rwxr-xr-x | source/ap/zsh/zsh.SlackBuild | 5 | ||||
-rw-r--r-- | source/ap/zsh/zsh.regex.oh.bah.diff | 12 |
2 files changed, 1 insertions, 16 deletions
diff --git a/source/ap/zsh/zsh.SlackBuild b/source/ap/zsh/zsh.SlackBuild index dc6dcf2a..7c0a46b3 100755 --- a/source/ap/zsh/zsh.SlackBuild +++ b/source/ap/zsh/zsh.SlackBuild @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PKGNAM=zsh -VERSION=${VERSION:-$(echo ${PKGNAM}-4.*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +VERSION=${VERSION:-$(echo ${PKGNAM}-5.*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -68,9 +68,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# fix regex crash: -zcat $CWD/zsh.regex.oh.bah.diff.gz | patch -p0 --verbose || exit 1 - CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ diff --git a/source/ap/zsh/zsh.regex.oh.bah.diff b/source/ap/zsh/zsh.regex.oh.bah.diff deleted file mode 100644 index 15e3d5b4..00000000 --- a/source/ap/zsh/zsh.regex.oh.bah.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- ./Src/text.c.orig 2010-09-14 09:46:26.000000000 -0500 -+++ ./Src/text.c 2011-03-19 18:50:22.270001467 -0500 -@@ -785,8 +785,7 @@ - taddstr(" "); - taddstr(ecgetstr(state, EC_NODUP, NULL)); - if (ctype == COND_STREQ || -- ctype == COND_STRNEQ || -- ctype == COND_REGEX) -+ ctype == COND_STRNEQ) - state->pc++; - } else { - /* Unary test: `-f foo' etc. */ |