diff options
Diffstat (limited to 'mail/mutt-devel/files')
-rw-r--r-- | mail/mutt-devel/files/extra-patch-doc-ref | 12 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-01 | 10 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-02 | 54 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-03 | 11 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-04 | 12 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-05 | 28 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-08 | 11 |
7 files changed, 0 insertions, 138 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 """> -+]> -+<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 5cb212c146ba..000000000000 --- a/mail/mutt-devel/files/patch-05 +++ /dev/null @@ -1,28 +0,0 @@ ---- curs_lib.c.bak Thu Jan 14 14:29:17 1999 -+++ curs_lib.c Sat Feb 13 20:14:02 1999 -@@ -132,8 +132,8 @@ - int mutt_yesorno (const char *msg, int def) - { - event_t ch; -- char *yes = _("yes"); -- char *no = _("no"); -+ unsigned char *yes = _("yes"); -+ unsigned char *no = _("no"); - - CLEARLINE(LINES-1); - printw("%s ([%c]/%c): ", msg, def ? *yes : *no, -@@ -145,12 +145,12 @@ - if (ch.ch == -1) return(-1); - if (CI_is_return (ch.ch)) - break; -- else if (tolower(ch.ch) == tolower(*yes)) -+ else if (tolower(ch.ch) == tolower(*yes) || tolower(ch.ch) == 'y') - { - def = 1; - break; - } -- else if (tolower(ch.ch) == tolower(*no)) -+ else if (tolower(ch.ch) == tolower(*no) || tolower(ch.ch) == 'n') - { - def = 0; - break; 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]" |