aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh/files/patch-ab
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-06-04 02:43:08 +0800
committerwill <will@FreeBSD.org>2001-06-04 02:43:08 +0800
commit5314cd3d348ffaa4ba8333617aa412a54a2ee4c9 (patch)
treebae6b2bfcf37e2ef5b3895541304c3d492d3c62c /shells/zsh/files/patch-ab
parent54535acba85c3556baa040453a293d534a8cb938 (diff)
downloadfreebsd-ports-gnome-5314cd3d348ffaa4ba8333617aa412a54a2ee4c9.tar.gz
freebsd-ports-gnome-5314cd3d348ffaa4ba8333617aa412a54a2ee4c9.tar.zst
freebsd-ports-gnome-5314cd3d348ffaa4ba8333617aa412a54a2ee4c9.zip
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)
Diffstat (limited to 'shells/zsh/files/patch-ab')
-rw-r--r--shells/zsh/files/patch-ab28
1 files changed, 9 insertions, 19 deletions
diff --git a/shells/zsh/files/patch-ab b/shells/zsh/files/patch-ab
index 1c11069e06fe..0899f82e9386 100644
--- a/shells/zsh/files/patch-ab
+++ b/shells/zsh/files/patch-ab
@@ -1,21 +1,11 @@
---- Doc/Makefile.in.orig Wed Jul 14 20:59:48 1999
-+++ Doc/Makefile.in Fri Sep 10 22:27:01 1999
-@@ -91,7 +91,8 @@
- everything: all zsh_us.ps zsh_a4.ps zsh_toc.html
+--- Doc/Makefile.in.orig Thu Apr 20 04:03:42 2000
++++ Doc/Makefile.in Sat Apr 29 00:04:52 2000
+@@ -37,7 +37,7 @@
- zsh.info: zsh.texi
-- @$(MAKEINFO) -I$(srcdir) $(srcdir)/zsh.texi || { \
-+ @rm -f zsh.info
-+ @$(MAKEINFO) --no-split -I$(srcdir) $(srcdir)/zsh.texi || { \
- echo Info documentation cannot be compiled without $(MAKEINFO). ; \
- echo You can find precompiled info files in zsh-doc.tar.gz. ; }
-
-@@ -125,7 +126,7 @@
- # install info pages, creating install directory if necessary
- install.info: zsh.info
- $(top_srcdir)/mkinstalldirs $(infodir)
-- for file in zsh.info zsh.info-[1-9]*; do \
-+ for file in zsh.info*; do \
- [ -f "$$file" ] && $(INSTALL_DATA) $$file $(infodir) ; \
- done
+ @DEFS_MK@
+-MAKEINFO = makeinfo
++MAKEINFO = makeinfo --no-split
+ TEXI2DVI = texi2dvi
+ DVIPS = dvips
+ TEXI2HTML = texi2html -expandinfo -split_chapter