diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-22 10:18:24 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-22 10:18:24 +0000 |
commit | 88eaf866684edad0db1e7aa65cc3a27dc9b2bc91 (patch) | |
tree | 513257826a18993360dc1857b0a87885cfd55226 /shells | |
parent | 78013a2fd38520bc2230da455321723838c53bd0 (diff) | |
download | pkgsrc-88eaf866684edad0db1e7aa65cc3a27dc9b2bc91.tar.gz |
Small fix to the texi file which allows the info file to be built on 1.6.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh3/distinfo | 4 | ||||
-rw-r--r-- | shells/zsh3/patches/patch-ac | 14 |
2 files changed, 12 insertions, 6 deletions
diff --git a/shells/zsh3/distinfo b/shells/zsh3/distinfo index 8fbd3663e0c..4026f92fbeb 100644 --- a/shells/zsh3/distinfo +++ b/shells/zsh3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/06/05 16:30:14 jtb Exp $ +$NetBSD: distinfo,v 1.2 2002/06/22 10:18:24 cjep Exp $ SHA1 (zsh-3.0.8.tar.gz) = d5d07abdd9c0f063c79d19de9482f7517016b54d Size (zsh-3.0.8.tar.gz) = 657979 bytes SHA1 (patch-aa) = 7209d74d6a7535e41d8db1d1109a6039b9bb3e0e SHA1 (patch-ab) = be8e64c07903177c1912ef52798d2c3dafcc2520 -SHA1 (patch-ac) = 2d80828a22ee0414c93442cfdbf2e08817afb8bb +SHA1 (patch-ac) = 5e5c47d218a191692907b67839a8e874857fe2be SHA1 (patch-ad) = 613fcaaa117aa38ff2e41eddaad5947bd5e0190d diff --git a/shells/zsh3/patches/patch-ac b/shells/zsh3/patches/patch-ac index be56cf3146d..5465805a694 100644 --- a/shells/zsh3/patches/patch-ac +++ b/shells/zsh3/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.1.1.1 2001/06/05 16:30:14 jtb Exp $ +$NetBSD: patch-ac,v 1.2 2002/06/22 10:18:24 cjep Exp $ ---- Doc/zsh.texi.orig Thu Jan 6 15:44:41 2000 -+++ Doc/zsh.texi Thu Jan 6 15:45:48 2000 -@@ -2,6 +2,10 @@ +--- Doc/zsh.texi.orig Tue Feb 29 08:29:07 2000 ++++ Doc/zsh.texi +@@ -2,11 +2,15 @@ @c %**start of header @setfilename zsh.info @settitle zsh @@ -13,3 +13,9 @@ $NetBSD: patch-ac,v 1.1.1.1 2001/06/05 16:30:14 jtb Exp $ @c %**end of header @ifinfo + @c Note to RedHat: Do NOT change this to @{@}. It really should be @'@'. +-@set dsq @'@' ++@set dsq '@:' + @end ifinfo + @iftex + @c The sequence {} disappears completely in TeX, leaving only the quotes. |