From 271543413b0f2aca0d4257bf88836f46c621efca Mon Sep 17 00:00:00 2001 From: Christian Buschau Date: Tue, 29 Jan 2019 04:28:31 +0100 Subject: [PATCH] zsh: fix vcs info infinite recursion --- .../patches/vcs-info-infinite-recursion.patch | 31 +++++++++++++++++++ srcpkgs/zsh/template | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/zsh/patches/vcs-info-infinite-recursion.patch diff --git a/srcpkgs/zsh/patches/vcs-info-infinite-recursion.patch b/srcpkgs/zsh/patches/vcs-info-infinite-recursion.patch new file mode 100644 index 00000000000..647d639dff3 --- /dev/null +++ b/srcpkgs/zsh/patches/vcs-info-infinite-recursion.patch @@ -0,0 +1,31 @@ +commit b70919e0d9dadc93893e9d18bc3ef13b88756ecf +Author: dana +Date: Sun Jan 27 00:26:31 2019 -0600 + + 44020: VCS_INFO_detect_p4: Fix infinite recursion + +diff --git ChangeLog ChangeLog +index 81668ccc9..be243c1b8 100644 +--- ChangeLog ++++ ChangeLog +@@ -1,3 +1,8 @@ ++2018-01-27 dana ++ ++ * 44020: Functions/VCS_Info/Backends/VCS_INFO_detect_p4: Fix ++ infinite recursion ++ + 2018-01-24 dana + + * unposted: Config/version.mk: Post-release version bump +diff --git Functions/VCS_Info/Backends/VCS_INFO_detect_p4 Functions/VCS_Info/Backends/VCS_INFO_detect_p4 +index d171c68ee..5ec21da9f 100644 +--- Functions/VCS_Info/Backends/VCS_INFO_detect_p4 ++++ Functions/VCS_Info/Backends/VCS_INFO_detect_p4 +@@ -44,7 +44,6 @@ VCS_INFO_p4_get_server() { + } + + +-(( ${+functions[VCS_INFO_detect_p4]} )) || + VCS_INFO_detect_p4() { + local serverport p4where + diff --git a/srcpkgs/zsh/template b/srcpkgs/zsh/template index bf49afc3c78..e6e09050524 100644 --- a/srcpkgs/zsh/template +++ b/srcpkgs/zsh/template @@ -1,7 +1,7 @@ # Template file for 'zsh' pkgname=zsh version=5.7 -revision=1 +revision=2 build_style=gnu-configure make_build_target="all info" make_install_args="install.info"