From 3d8017b05b48d17f880cb3652cac8966838b8ad2 Mon Sep 17 00:00:00 2001 From: ryoon Date: Sun, 22 Jul 2012 10:03:40 +0000 Subject: 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 --- shells/zsh/patches/patch-ae | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 shells/zsh/patches/patch-ae (limited to 'shells/zsh/patches/patch-ae') 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 -- cgit v1.2.3