diff options
author | Will Andrews <will@FreeBSD.org> | 2001-06-03 18:43:08 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-06-03 18:43:08 +0000 |
commit | c4314f0ecbedc1a750cff52cc4dd3c02dae43d1a (patch) | |
tree | 6171f4399b2ba629878d87a24377cddb460ed604 /shells/zsh-devel | |
parent | PIM for IPv6 sparse mode daemon (diff) |
Upgrade Zsh to 4.0.1:
C1) Turn shells/zsh-devel into a stub which prints a message that
points people at the new shells/zsh, upgraded to 4.0.1.
M1) Add patch to fix some functions included in 4.0.1.
M2) Remove obsolete patches.
M3) Remove MASTER_SITE_LOCAL since we can't use knu's version now.
W1) Remove MASTER_SITE_LOCAL fully.
W2) Put patch-aa in patch-ab for backwards-compatible diffing.
W3) Do C1 with the least diff, using pre-everything:: and then
${FALSE}'ing out after printing the message.
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>,
Christian Weisgerber <naddy@mips.inka.de>
Noted by: Cyrille Lefevre <clefevre@redirect.to>,
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Approved by: shige (C1)
Notes
Notes:
svn path=/head/; revision=43472
Diffstat (limited to 'shells/zsh-devel')
-rw-r--r-- | shells/zsh-devel/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index 44d3c0b52753..b6e23218c918 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/Makefile @@ -39,6 +39,12 @@ MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ zshzftpsys.1 zshcompsys.1 zshcompwid.1 PLIST_SUB= ZSH_VER="${ZSH_VER}" ZSHFUNC_SUBDIR="${ZSHFUNC_SUBDIR}" +pre-everything:: + @${ECHO} "The main zsh port (ports/shells/zsh) has been upgraded" + @${ECHO} "to 4.0.1. It is highly advised that you use that port" + @${ECHO} "instead of this one." + @${FALSE} + # If you want to build a static binary, uncomment the following line #LDFLAGS+=-static |