summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt-devel/files')
-rw-r--r--mail/mutt-devel/files/extra-patch-doc-ref12
-rw-r--r--mail/mutt-devel/files/patch-0110
-rw-r--r--mail/mutt-devel/files/patch-0254
-rw-r--r--mail/mutt-devel/files/patch-0311
-rw-r--r--mail/mutt-devel/files/patch-0412
-rw-r--r--mail/mutt-devel/files/patch-0570
-rw-r--r--mail/mutt-devel/files/patch-0811
7 files changed, 0 insertions, 180 deletions
diff --git a/mail/mutt-devel/files/extra-patch-doc-ref b/mail/mutt-devel/files/extra-patch-doc-ref
deleted file mode 100644
index ee044b188b0b..000000000000
--- a/mail/mutt-devel/files/extra-patch-doc-ref
+++ /dev/null
@@ -1,12 +0,0 @@
---- doc/mutt.man.orig Mon Jul 13 12:50:38 1998
-+++ doc/mutt.man Thu Oct 1 22:15:40 1998
-@@ -20,7 +20,8 @@
- .SH DESCRIPTION
- Mutt is a small but very powerful text based program for reading electronic
- mail under unix operating systems, including support color terminals, MIME,
--and a threaded sorting mode.
-+and a threaded sorting mode. Details of how to use all of this is
-+available in \fI${PREFIX}/share/doc/mutt/\fP.
- .SH OPTIONS
- .IP "-a \fIfile\fP"
- Attach a file to your message using MIME.
diff --git a/mail/mutt-devel/files/patch-01 b/mail/mutt-devel/files/patch-01
deleted file mode 100644
index 2233a67ac3c7..000000000000
--- a/mail/mutt-devel/files/patch-01
+++ /dev/null
@@ -1,10 +0,0 @@
---- charsets/charsets.alias.orig Mon Jan 4 15:55:56 1999
-+++ charsets/charsets.alias Sat Jan 9 10:45:04 1999
-@@ -21,6 +21,7 @@
- iso-ir-47 bs-viewdata
- ms-ee cp1250
- ms-cyrl cp1251
-+windows-1251 cp1251
- ms-ansi cp1252
- ms-greek cp1253
- ms-turk cp1254
diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02
deleted file mode 100644
index fab62611d3e8..000000000000
--- a/mail/mutt-devel/files/patch-02
+++ /dev/null
@@ -1,54 +0,0 @@
---- doc/Makefile.in.orig Thu Nov 19 06:10:19 1998
-+++ doc/Makefile.in Sat Dec 12 11:10:45 1998
-@@ -43,7 +43,7 @@
- DOCFILES = manual.txt
-
-
--all: mutt.man dotlock.man try-html try-txt
-+all: mutt.man dotlock.man try-html try-txt try-latin1
-
- complete: all html
-
-@@ -57,19 +57,22 @@
- try-txt:
- -$(MAKE) manual.txt
-
-+try-latin1:
-+ -$(MAKE) manual.latin1
-+
- html: manual.html
-
- install: dotlock.man mutt.man all
- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
- $(INSTALL) -m 644 mutt.man $(DESTDIR)$(mandir)/man1/mutt.1
- $(INSTALL) -m 644 dotlock.man $(DESTDIR)$(mandir)/man1/mutt_dotlock.1
-- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)
-- for f in $(DOCFILES) ; do $(INSTALL) -m 644 $$f $(DESTDIR)$(docdir) ; done
-- for f in $(srcdir_DOCFILES) ; do $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir) ; done
-- for f in $(topsrcdir_DOCFILES) ; do $(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; done
-- if [ -f manual.html ] ; then \
-- $(MAKE) install-html ; \
-- fi
-+ #$(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)
-+ #for f in $(DOCFILES) ; do $(INSTALL) -m 644 $$f $(DESTDIR)$(docdir) ; done
-+ #for f in $(srcdir_DOCFILES) ; do $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir) ; done
-+ #for f in $(topsrcdir_DOCFILES) ; do $(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; done
-+ #if [ -f manual.html ] ; then \
-+ # $(MAKE) install-html ; \
-+ #fi
-
- install-html: html
- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/html
-@@ -84,7 +87,11 @@
- sgml2txt -c latin 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 *~ *.html *.orig *.rej *.man manual.sgml
diff --git a/mail/mutt-devel/files/patch-03 b/mail/mutt-devel/files/patch-03
deleted file mode 100644
index 82571384c793..000000000000
--- a/mail/mutt-devel/files/patch-03
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/manual.sgml.in.orig Tue Dec 8 13:20:07 1998
-+++ doc/manual.sgml.in Sat Dec 12 09:03:23 1998
-@@ -1,4 +1,7 @@
--<!doctype linuxdoc system>
-+<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [
-+<!ENTITY dquot "&#34;">
-+]>
-+<linuxdoc>
-
- <article>
-
diff --git a/mail/mutt-devel/files/patch-04 b/mail/mutt-devel/files/patch-04
deleted file mode 100644
index 2ec5c4e87e9c..000000000000
--- a/mail/mutt-devel/files/patch-04
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.orig.bak Fri Feb 12 13:59:51 1999
-+++ configure Sat Feb 13 18:00:01 1999
-@@ -1725,6 +1725,9 @@
- /* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
- char $ac_func();
-+#ifdef __FreeBSD__
-+#define bkgdset initscr
-+#endif
-
- int main() {
-
diff --git a/mail/mutt-devel/files/patch-05 b/mail/mutt-devel/files/patch-05
deleted file mode 100644
index 0c8e4da8c1aa..000000000000
--- a/mail/mutt-devel/files/patch-05
+++ /dev/null
@@ -1,70 +0,0 @@
---- curs_lib.c.orig Thu Jan 14 14:29:17 1999
-+++ curs_lib.c Thu Feb 18 20:58:46 1999
-@@ -408,8 +418,9 @@
- {
- event_t ch;
- int choice;
-- char *p;
-+ char *p, *nletters;
-
-+ nletters = _(letters);
- mvaddstr (LINES - 1, 0, prompt);
- clrtoeol ();
- FOREVER
-@@ -423,6 +434,12 @@
- }
- else
- {
-+ p = strchr (nletters, ch.ch);
-+ if (p)
-+ {
-+ choice = p - nletters + 1;
-+ break;
-+ }
- p = strchr (letters, ch.ch);
- if (p)
- {
---- browser.c.bak Thu Jan 7 12:14:39 1999
-+++ browser.c Thu Feb 18 20:58:45 1999
-@@ -743,7 +743,7 @@
- switch (mutt_multi_choice ((reverse) ?
- _("Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? ") :
- _("Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? "),
-- _("dazn")))
-+ N_("dazn")))
- {
- case -1: /* abort */
- resort = 0;
---- commands.c.bak Tue Feb 9 23:53:38 1999
-+++ commands.c Thu Feb 18 20:58:45 1999
-@@ -333,7 +333,7 @@
- switch (mutt_multi_choice (reverse ?
- _("Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: ") :
- _("Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: "),
-- _("dfrsotuzc")))
-+ N_("dfrsotuzc")))
- {
- case -1: /* abort - don't resort */
- return -1;
---- compose.c.bak Tue Jan 26 11:40:36 1999
-+++ compose.c Thu Feb 18 20:58:46 1999
-@@ -130,7 +130,7 @@
- struct pgp_vinfo *pgp = pgp_get_vinfo(PGP_SIGN);
-
- switch (mutt_multi_choice (_("(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget it? "),
-- _("esabmf")))
-+ N_("esabmf")))
- {
- case 1: /* (e)ncrypt */
- bits |= PGPENCRYPT;
---- lib.c.bak Thu Feb 11 00:54:01 1999
-+++ lib.c Thu Feb 18 20:58:46 1999
-@@ -795,7 +795,7 @@
- if (*append == 0 && access (fname, F_OK) == 0)
- {
- switch (mutt_multi_choice
-- (_("File exists, (o)verwrite, (a)ppend, or (c)ancel?"), _("oac")))
-+ (_("File exists, (o)verwrite, (a)ppend, or (c)ancel?"), N_("oac")))
- {
- case -1: /* abort */
- case 3: /* cancel */
diff --git a/mail/mutt-devel/files/patch-08 b/mail/mutt-devel/files/patch-08
deleted file mode 100644
index 2d607bc2f343..000000000000
--- a/mail/mutt-devel/files/patch-08
+++ /dev/null
@@ -1,11 +0,0 @@
---- Muttrc.in.original Wed Jul 22 10:47:49 1998
-+++ Muttrc.in Wed Jul 22 10:48:02 1998
-@@ -60,7 +60,7 @@
- # unset fcc_attach
- # set folder="~/Mail"
- # set folder_format="%N %F %2l %-8.8u %-8.8g %8s %d %f"
--# set followup_to
-+unset followup_to
- # unset force_name
- # set forward_decode
- # set forward_format="[%a: %s]"