summaryrefslogtreecommitdiffstats
path: root/mail/mutt14/files
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-12-31 15:00:18 +0000
committerobrien <obrien@FreeBSD.org>1996-12-31 15:00:18 +0000
commitd1b1cb73e37b0c850a74c745a5ae23a54fa2c58e (patch)
tree75d31ccaa156c769e12163dd9646d826d39cdd18 /mail/mutt14/files
parent81e1b92062079e5d9b02fb4f4f4b286097254473 (diff)
downloadFreeBSD-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/mutt14/files')
-rw-r--r--mail/mutt14/files/patch-0117
-rw-r--r--mail/mutt14/files/patch-0220
-rw-r--r--mail/mutt14/files/patch-0311
3 files changed, 48 insertions, 0 deletions
diff --git a/mail/mutt14/files/patch-01 b/mail/mutt14/files/patch-01
new file mode 100644
index 0000000..aac301e
--- /dev/null
+++ b/mail/mutt14/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/mutt14/files/patch-02 b/mail/mutt14/files/patch-02
new file mode 100644
index 0000000..aa477d0
--- /dev/null
+++ b/mail/mutt14/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/mutt14/files/patch-03 b/mail/mutt14/files/patch-03
new file mode 100644
index 0000000..773ae71
--- /dev/null
+++ b/mail/mutt14/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 "&#34;">
++]>
++<linuxdoc>
+
+ <article>
+
OpenPOWER on IntegriCloud