summaryrefslogtreecommitdiff
path: root/shells/zsh/patches
diff options
context:
space:
mode:
authornra <nra>2001-07-23 18:23:44 +0000
committernra <nra>2001-07-23 18:23:44 +0000
commitaefda583c5ace638496f7c9076bfcf4290884167 (patch)
tree5d9e3738d1f73176213725db8e07a4c91c66f624 /shells/zsh/patches
parente0656832a076c175f05fcb50002000c06e271a29 (diff)
downloadpkgsrc-aefda583c5ace638496f7c9076bfcf4290884167.tar.gz
Update zsh to 4.0.2. PR 13538 by Eric Gillespie Jr.
This is a maintenance release for the (stable) 4.0 branch. Most of the changes are bug fixes, including a fix for a bug which caused the test suite to fail. On fully supported systems, all tests should now pass. There is one new feature: the option KSH_TYPESET provides compatibility with other shells for assignment arguments of `typeset', `export' and related builtins.
Diffstat (limited to 'shells/zsh/patches')
-rw-r--r--shells/zsh/patches/patch-ab13
-rw-r--r--shells/zsh/patches/patch-ac28
2 files changed, 0 insertions, 41 deletions
diff --git a/shells/zsh/patches/patch-ab b/shells/zsh/patches/patch-ab
deleted file mode 100644
index 17ce431b003..00000000000
--- a/shells/zsh/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2001/06/05 16:28:08 jtb Exp $
-
---- configure.orig Fri Jun 1 14:52:49 2001
-+++ configure
-@@ -6771,7 +6771,7 @@
- DLLDARG=""
- fi
- if test -n "$GCC"; then
-- DLCFLAGS="${DLCFLAGS=-fpic}"
-+ DLCFLAGS="${DLCFLAGS=-fPIC}"
- else
- case "$host_os" in
- hpux*) DLCFLAGS="${DLCFLAGS=+z}" ;;
diff --git a/shells/zsh/patches/patch-ac b/shells/zsh/patches/patch-ac
deleted file mode 100644
index d18dd1e56bd..00000000000
--- a/shells/zsh/patches/patch-ac
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-ac,v 1.5 2001/06/20 05:39:03 jtb Exp $
-
---- config.sub.orig Wed Jun 13 21:15:55 2001
-+++ config.sub Wed Jun 13 21:17:07 2001
-@@ -213,8 +213,9 @@
- | alphaev6[78] \
- | we32k | ns16k | clipper | i370 | sh | sh[34] \
- | powerpc | powerpcle \
-- | 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipsel | mips64el \
-- | mips64orion | mips64orionel | mipstx39 | mipstx39el \
-+ | 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipseb \
-+ | mipsel | mips64el | mips64orion | mips64orionel \
-+ | mipstx39 | mipstx39el \
- | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
- | mips64vr5000 | miprs64vr5000el | mcore \
- | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \
-@@ -255,8 +256,9 @@
- | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \
- | clipper-* | orion-* \
- | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
-- | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | mipsel-* \
-- | mips64el-* | mips64orion-* | mips64orionel-* \
-+ | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* \
-+ | mipseb-* | mipsel-* | mips64el-* \
-+ | mips64orion-* | mips64orionel-* \
- | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
- | mipstx39-* | mipstx39el-* | mcore-* \
- | f301-* | armv*-* | s390-* | sv1-* | t3e-* \