From 78d97b08aa200ed070f5a20a9409e21aeae96c21 Mon Sep 17 00:00:00 2001 From: jtb Date: Sat, 4 May 2002 02:32:05 +0000 Subject: Update to vm-7.04. Too many minor changes and bug fixes to summarize here. --- mail/vm/patches/patch-aa | 10 +++++----- mail/vm/patches/patch-ab | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 mail/vm/patches/patch-ab (limited to 'mail/vm/patches') diff --git a/mail/vm/patches/patch-aa b/mail/vm/patches/patch-aa index 95eb703661c..3c25fb303dc 100644 --- a/mail/vm/patches/patch-aa +++ b/mail/vm/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.4 2002/02/18 15:14:28 seb Exp $ +$NetBSD: patch-aa,v 1.5 2002/05/04 02:32:07 jtb Exp $ ---- Makefile.orig Sun Oct 28 02:35:41 2001 -+++ Makefile +--- Makefile.orig Sat May 4 03:21:17 2002 ++++ Makefile Sat May 4 03:22:54 2002 @@ -2,24 +2,24 @@ # prior to 19.14 for XEmacs are unsupported. @@ -40,5 +40,5 @@ $NetBSD: patch-aa,v 1.4 2002/02/18 15:14:28 seb Exp $ - @$(EMACS) $(BATCHFLAGS) -insert vm.texinfo -l texinfmt -f texinfo-format-buffer -f save-buffer + $(MAKEINFO) vm.texinfo - vm-autoload.elc: $(SOURCES) - @echo scanning sources to build autoload definitions... + # We use tr -d because Emacs under Cygwin apparently outputs CRLF + # under Windows. We remove the CRs. diff --git a/mail/vm/patches/patch-ab b/mail/vm/patches/patch-ab new file mode 100644 index 00000000000..282bf23be31 --- /dev/null +++ b/mail/vm/patches/patch-ab @@ -0,0 +1,18 @@ +$NetBSD: patch-ab,v 1.4 2002/05/04 02:32:08 jtb Exp $ + +--- vm.texinfo.orig Sat May 4 03:26:56 2002 ++++ vm.texinfo Sat May 4 03:29:17 2002 +@@ -14,6 +14,13 @@ + %\global\baselineskip 30pt % For printing in double spaces + @end tex + @ifinfo ++@format ++INFO-DIR-SECTION Mail ++START-INFO-DIR-ENTRY ++* vm: (vm). VM mail reader ++END-INFO-DIR-ENTRY ++@end format ++ + This file documents the VM mail reader. + + Copyright (C) 1989, 1991, 1999 Kyle E. Jones -- cgit v1.2.3