diff options
author | obrien <obrien@FreeBSD.org> | 1996-12-31 15:00:18 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-12-31 15:00:18 +0000 |
commit | d1b1cb73e37b0c850a74c745a5ae23a54fa2c58e (patch) | |
tree | 75d31ccaa156c769e12163dd9646d826d39cdd18 /mail/mutt-devel/files | |
parent | 81e1b92062079e5d9b02fb4f4f4b286097254473 (diff) | |
download | FreeBSD-ports-d1b1cb73e37b0c850a74c745a5ae23a54fa2c58e.zip FreeBSD-ports-d1b1cb73e37b0c850a74c745a5ae23a54fa2c58e.tar.gz |
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 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 @@ +-<!doctype linuxdoc system> ++<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [ ++<!ENTITY dquot """> ++]> ++<linuxdoc> + + <article> + |