summaryrefslogtreecommitdiff
path: root/shells/zsh/patches/patch-ae
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-07-22 10:03:40 +0000
committerryoon <ryoon@pkgsrc.org>2012-07-22 10:03:40 +0000
commit3d8017b05b48d17f880cb3652cac8966838b8ad2 (patch)
tree230d4071f8fa5ef9bc8919a4048ed79f7e86bf1f /shells/zsh/patches/patch-ae
parent54d47d934c1c6b589e6cad6c5ef4536a155e0cca (diff)
downloadpkgsrc-3d8017b05b48d17f880cb3652cac8966838b8ad2.tar.gz
Update to 5.0.0
* PLIST.xattr is moved to Makefile.common * Patches are introduced from zsh-current Tested on NetBSD 6.99.8 and 5.1. Changelog: * Many improvements. In detail, see NEWS
Diffstat (limited to 'shells/zsh/patches/patch-ae')
-rw-r--r--shells/zsh/patches/patch-ae15
1 files changed, 0 insertions, 15 deletions
diff --git a/shells/zsh/patches/patch-ae b/shells/zsh/patches/patch-ae
deleted file mode 100644
index a34aa2ab938..00000000000
--- a/shells/zsh/patches/patch-ae
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2008/12/21 16:53:31 uebayasi Exp $
-
---- Src/mkmakemod.sh.orig 2007-10-25 17:40:46.000000000 +0900
-+++ Src/mkmakemod.sh
-@@ -112,9 +112,7 @@ if $first_stage; then
- module_list="${bin_mods}${dyn_mods}"
-
- # check 2.13, 2.50, and 2.60 syntaxes
-- if grep '%@D@%D%' config.status >/dev/null ||
-- grep ',@D@,D,' config.status >/dev/null ||
-- grep ',@D@,|#_!!_#|D,' config.status >/dev/null; then
-+ if grep '^#[ \t]*define[ \t][ \t]*DYNAMIC[ \t]' config.h >/dev/null; then
- is_dynamic=true
- else
- is_dynamic=false