diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-10-31 13:08:37 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-10-31 13:08:37 +0000 |
commit | 2885eb43a6eba62298fccd5fa8472345afcfcfc6 (patch) | |
tree | a71025a0c310cca1f33c7a08e18ce670c1de1398 /shells | |
parent | 6de931e81abc7229f54f625527c7df6bc3c47c74 (diff) | |
download | pkgsrc-2885eb43a6eba62298fccd5fa8472345afcfcfc6.tar.gz |
Fix build with texinfo 5.x
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/distinfo | 3 | ||||
-rw-r--r-- | shells/zsh/patches/patch-Doc_zsh.texi | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo index f09ea87a766..badbea91288 100644 --- a/shells/zsh/distinfo +++ b/shells/zsh/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.44 2013/08/01 06:08:33 wiz Exp $ +$NetBSD: distinfo,v 1.45 2013/10/31 13:08:37 jperkin Exp $ SHA1 (zsh-5.0.2.tar.bz2) = 9f55ecaaae7cdc1495f91237ba2ec087777a4ad9 RMD160 (zsh-5.0.2.tar.bz2) = eea2328a28e9f022ab9f49583622a9c3bd6114a7 Size (zsh-5.0.2.tar.bz2) = 3025767 bytes SHA1 (patch-Completion_X_Command___mplayer) = 27a4c1a28e6daedc8dfc69f1c3def4d2e1c68aaf +SHA1 (patch-Doc_zsh.texi) = 1f4f8a227c4322c216c8cc21d22c783d43784532 SHA1 (patch-ac) = f83e5f38c262c779f32e0368815ce02308bc3fff SHA1 (patch-aczsh.m4) = 36c270d8d7cf727f48787ef889b2bd89cbf065e2 SHA1 (patch-configure.ac) = a8bcb291482fb1eead071439597662f07020e554 diff --git a/shells/zsh/patches/patch-Doc_zsh.texi b/shells/zsh/patches/patch-Doc_zsh.texi new file mode 100644 index 00000000000..b7eff59b4e7 --- /dev/null +++ b/shells/zsh/patches/patch-Doc_zsh.texi @@ -0,0 +1,16 @@ +$NetBSD: patch-Doc_zsh.texi,v 1.1 2013/10/31 13:08:37 jperkin Exp $ + +Fix build with texinfo 5.x + +--- Doc/zsh.texi.orig 2012-12-21 19:33:06.000000000 +0000 ++++ Doc/zsh.texi +@@ -22643,8 +22643,7 @@ Finally, the @t{_path_files} function u + described above. + + @findex _pick_variant +-@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c} +-@var{command} ] [ @t{-r} @var{name} ] ++@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c} @var{command} ] [ @t{-r} @var{name} ] + @itemx @var{label}@t{=}@var{pattern} ... @var{label} [ @var{args} ... ] + This function is used to resolve situations where a single command name + requires more than one type of handling, either because it |