diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-31 15:00:18 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-31 15:00:18 +0000 |
commit | 4a57f301ee931f6c73b851c7002d43062fe94ba5 (patch) | |
tree | 491e3e27ab847e7de7e1d814a44567c6b225f680 /mail/mutt-devel/files | |
parent | Checksum hath changed. (diff) |
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
Diffstat (limited to 'mail/mutt-devel/files')
-rw-r--r-- | mail/mutt-devel/files/patch-01 | 17 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-02 | 20 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-03 | 11 |
3 files changed, 48 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/patch-01 b/mail/mutt-devel/files/patch-01 new file mode 100644 index 000000000000..aac301ee7563 --- /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 000000000000..aa477d0f9d09 --- /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 000000000000..773ae7177e83 --- /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 @@ +-<!doctype linuxdoc system> ++<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [ ++<!ENTITY dquot """> ++]> ++<linuxdoc> + + <article> + |