From d1b1cb73e37b0c850a74c745a5ae23a54fa2c58e Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 31 Dec 1996 15:00:18 +0000 Subject: Upgrade 0.55 to PL10. And fix patches to version.h to say this version, rather than the last one. Noticed by: Andreas Klemm Excelent patches applied so that we can produce the HTML docs using our own SGML tools. Submitted by: J"org --- mail/mutt-devel/files/patch-01 | 17 +++++++++++++++++ mail/mutt-devel/files/patch-02 | 20 ++++++++++++++++++++ mail/mutt-devel/files/patch-03 | 11 +++++++++++ 3 files changed, 48 insertions(+) create mode 100644 mail/mutt-devel/files/patch-01 create mode 100644 mail/mutt-devel/files/patch-02 create mode 100644 mail/mutt-devel/files/patch-03 (limited to 'mail/mutt-devel/files') diff --git a/mail/mutt-devel/files/patch-01 b/mail/mutt-devel/files/patch-01 new file mode 100644 index 0000000..aac301e --- /dev/null +++ b/mail/mutt-devel/files/patch-01 @@ -0,0 +1,17 @@ +--- Makefile.in.orig Wed Dec 18 14:06:39 1996 ++++ Makefile.in Tue Dec 31 05:41:59 1996 +@@ -45,10 +45,13 @@ + TAINTED= curs_main.c handler.c hdrline.c init.c keymap.c main.c parse.c \ + send.c sendlib.c + +-all: mutt ++all: mutt docs + + mutt: $(OBJS) + $(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS) ++ ++docs: ++ cd doc && make fbsd + + install: mutt + $(srcdir)/mkinstalldirs $(bindir) diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02 new file mode 100644 index 0000000..aa477d0 --- /dev/null +++ b/mail/mutt-devel/files/patch-02 @@ -0,0 +1,20 @@ +--- doc/makefile.orig Thu Oct 3 16:40:44 1996 ++++ doc/makefile Tue Dec 31 05:40:21 1996 +@@ -1,10 +1,16 @@ ++fbsd: manual.latin1 manual.html ++ + all: manual.txt manual.html + + manual.txt: manual.sgml + sgml2txt manual + + manual.html: manual.sgml +- sgml2html manual ++ #sgml2html manual ++ sgmlfmt -f html manual ++ ++manual.latin1: manual.sgml ++ sgmlfmt -f latin1 manual.sgml + + clean: + rm -f *~ diff --git a/mail/mutt-devel/files/patch-03 b/mail/mutt-devel/files/patch-03 new file mode 100644 index 0000000..773ae71 --- /dev/null +++ b/mail/mutt-devel/files/patch-03 @@ -0,0 +1,11 @@ +--- doc/manual.sgml.orig Tue Dec 31 05:31:53 1996 ++++ doc/manual.sgml Tue Dec 31 05:38:24 1996 +@@ -1,4 +1,7 @@ +- ++ ++]> ++ + +
+ -- cgit v1.1