pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/zsh Fix build with texinfo 5.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbe0bcd2e27b
branches:  trunk
changeset: 626077:fbe0bcd2e27b
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Oct 31 13:08:37 2013 +0000

description:
Fix build with texinfo 5.x

diffstat:

 shells/zsh/distinfo                   |   3 ++-
 shells/zsh/patches/patch-Doc_zsh.texi |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r addeffe89239 -r fbe0bcd2e27b shells/zsh/distinfo
--- a/shells/zsh/distinfo       Thu Oct 31 12:18:19 2013 +0000
+++ b/shells/zsh/distinfo       Thu Oct 31 13:08:37 2013 +0000
@@ -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 -r addeffe89239 -r fbe0bcd2e27b shells/zsh/patches/patch-Doc_zsh.texi
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/zsh/patches/patch-Doc_zsh.texi     Thu Oct 31 13:08:37 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index