summaryrefslogtreecommitdiff
path: root/mail/ml/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ml/files')
-rw-r--r--mail/ml/files/patch-Imakefile_135
-rw-r--r--mail/ml/files/patch-Imakefile_211
-rw-r--r--mail/ml/files/patch-imap-4-src-c-client-mtest.c20
-rw-r--r--mail/ml/files/patch-imap-4-src-osdep-unix-Makefile21
-rw-r--r--mail/ml/files/patch-imap-4-src-osdep-unix-bezerk.c20
-rw-r--r--mail/ml/files/patch-imap-4-src-osdep-unix-mmdf.c20
-rw-r--r--mail/ml/files/patch-imap-4-src-osdep-unix-os_bsi.h30
-rw-r--r--mail/ml/files/patch-lib-CheckConnection.ppp13
-rw-r--r--mail/ml/files/patch-lib-ML.ad43
9 files changed, 0 insertions, 213 deletions
diff --git a/mail/ml/files/patch-Imakefile_1 b/mail/ml/files/patch-Imakefile_1
deleted file mode 100644
index 21f8d4f6b707..000000000000
--- a/mail/ml/files/patch-Imakefile_1
+++ /dev/null
@@ -1,35 +0,0 @@
---- Imakefile.orig Tue Mar 31 02:59:36 1998
-+++ Imakefile Sun Jun 13 13:44:39 1999
-@@ -4,7 +4,7 @@
- XCOMM We need /usr/include, the current src dir, the parent of this
- XCOMM dir, the parent of X11, and the parent of the Motif (Xm) include dir
-
--EXTRA_INCLUDES = -I../Xm -I/usr/openwin/include -I$(INCROOT) -I./ -I../
-+EXTRA_INCLUDES = -I/usr/dt/include -DDEFAULT_LIBDIR="\"${LOCALBASE}/lib/X11/ml\"" -I$(INCROOT) -I. -I..
-
-
- XCOMM `Compile time defines:
-@@ -18,19 +18,19 @@
- XCOMM This hasn't yet been tested.
- XCOMM -DNO_EDITRES If your X release doesn't have Xmu/Editres.h
-
--CFLAGS= -g -DFALLBACK $(EXTRA_INCLUDES)
-+CFLAGS+=-DFALLBACK $(EXTRA_INCLUDES)
-
-
- XCOMM Location of Motif library. If Motif 2.0, add the location of
- XCOMM the Xpm library also
-
--XMLIB= -L../Xm -lXm ../Xm/libXpm.a
-+XMLIB=${MOTIFLIB} -lXp
-
- LOCAL_LIBRARIES = ../imap-4/c-client/c-client.a
-
-
--OTHERLIBS=-lgen
--ML_LIBDIR=/usr/local/lib/ml
-+OTHERLIBS=-lcrypt
-+ML_LIBDIR=${LOCALBASE}/lib/X11/ml
- HELP_FILES=`find ../lib -type f -print`
-
- XCOMM Default font sizes. Linux folks will want FONTSIZE=14 (or
diff --git a/mail/ml/files/patch-Imakefile_2 b/mail/ml/files/patch-Imakefile_2
deleted file mode 100644
index c295f1b80a8e..000000000000
--- a/mail/ml/files/patch-Imakefile_2
+++ /dev/null
@@ -1,11 +0,0 @@
---- Imakefile.orig Wed Nov 1 07:26:10 2000
-+++ Imakefile Wed Nov 1 07:27:21 2000
-@@ -118,7 +118,7 @@
-
- SYS_LIBRARIES = $(OTHERLIBS) $(XMLIB) $(XMULIB) $(XTOOLLIB) $(XEXTLIB) $(XLIB)
-
--ComplexProgramTarget(ml)
-+ComplexProgramTargetNoMan(ml)
-
- InstallAppDefaultsLong(../lib/ML,ML)
-
diff --git a/mail/ml/files/patch-imap-4-src-c-client-mtest.c b/mail/ml/files/patch-imap-4-src-c-client-mtest.c
deleted file mode 100644
index d986c4773ff4..000000000000
--- a/mail/ml/files/patch-imap-4-src-c-client-mtest.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../imap-4/src/c-client/mtest.c.orig Sun Jun 13 16:51:38 1999
-+++ ../imap-4/src/c-client/mtest.c Sun Jun 13 16:54:03 1999
-@@ -479,7 +479,7 @@
- void prompt (char *msg,char *txt)
- {
- printf ("%s",msg);
-- gets (txt);
-+ fgets (txt, (8 * MAILTMPLEN), stdin);
- }
-
- /* Interfaces to C-client */
-@@ -664,7 +664,7 @@
- puts (" Msg (end with a line with only a '.'):");
- body->type = TYPETEXT;
- *text = '\0';
-- while (gets (line)) {
-+ while (fgets (line, MAILTMPLEN, stdin)) {
- if (line[0] == '.') {
- if (line[1] == '\0') break;
- else strcat ((char *) text,".");
diff --git a/mail/ml/files/patch-imap-4-src-osdep-unix-Makefile b/mail/ml/files/patch-imap-4-src-osdep-unix-Makefile
deleted file mode 100644
index 1b9178ffd035..000000000000
--- a/mail/ml/files/patch-imap-4-src-osdep-unix-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- ../imap-4/src/osdep/unix/Makefile.orig Mon Mar 30 17:07:21 1998
-+++ ../imap-4/src/osdep/unix/Makefile Sat Jun 26 02:04:49 1999
-@@ -39,7 +39,7 @@
- netmsg.o rfc822.o nntp.o smtp.o imap4.o pop3.o \
- bezerk.o mbox.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o
- EXTRACFLAGS=
--CFLAGS=$(EXTRACFLAGS)
-+#CFLAGS=$(EXTRACFLAGS)
- EXTRADRIVERS=mbox mbx
- DEFAULTDRIVERS=imap nntp pop3 mh tenex mtx mmdf bezerk news phile dummy
- LN=ln -s
-@@ -109,7 +109,8 @@
- bsi: # BSD/i386
- $(MAKE) mtest OS=$@ EXTRADRIVERS="$(EXTRADRIVERS)" \
- STDPROTO=bezerkproto \
-- RSHPATH=/usr/bin/rsh CFLAGS="-g -O -pipe $(EXTRACFLAGS)"
-+ RSHPATH=/usr/bin/rsh CFLAGS="$(CFLAGS) $(EXTRACFLAGS)" \
-+ LDFLAGS="-lcrypt"
-
- cvx: # Convex
- $(MAKE) mtest OS=$@ EXTRADRIVERS="$(EXTRADRIVERS)" \
diff --git a/mail/ml/files/patch-imap-4-src-osdep-unix-bezerk.c b/mail/ml/files/patch-imap-4-src-osdep-unix-bezerk.c
deleted file mode 100644
index 138ba8bbf967..000000000000
--- a/mail/ml/files/patch-imap-4-src-osdep-unix-bezerk.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../imap-4/src/osdep/unix/bezerk.c.orig Tue Mar 31 13:07:23 1998
-+++ ../imap-4/src/osdep/unix/bezerk.c Sat Aug 20 00:11:13 2005
-@@ -896,7 +896,7 @@
- /* length of internal + message headers */
- iov[j].iov_len = (m->header + m->headersize) - m->internal;
- /* suppress extra newline if present */
-- if ((iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
-+ if (((char *)iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
- else j++; /* unlikely but... */
- /* status */
- iov[j].iov_base = status;
-@@ -1775,7 +1775,7 @@
- /* length of internal + message headers */
- iov[j].iov_len = (m->header + m->headersize) - m->internal;
- /* suppress extra newline if present */
-- if ((iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
-+ if (((char *)iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
- else j++; /* unlikely but... */
- /* status */
- iov[j].iov_base = LOCAL->buf;
diff --git a/mail/ml/files/patch-imap-4-src-osdep-unix-mmdf.c b/mail/ml/files/patch-imap-4-src-osdep-unix-mmdf.c
deleted file mode 100644
index 81a7a6ac7b47..000000000000
--- a/mail/ml/files/patch-imap-4-src-osdep-unix-mmdf.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../imap-4/src/osdep/unix/mmdf.c.orig Tue Mar 31 13:07:25 1998
-+++ ../imap-4/src/osdep/unix/mmdf.c Sat Aug 20 00:17:25 2005
-@@ -869,7 +869,7 @@
- /* length of internal + message headers */
- iov[j].iov_len = (m->header + m->headersize) - m->internal;
- /* suppress extra newline if present */
-- if ((iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
-+ if (((char *)iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
- else j++; /* unlikely but... */
- /* status */
- iov[j].iov_base = status;
-@@ -1727,7 +1727,7 @@
- /* length of internal + message headers */
- iov[j].iov_len = (m->header + m->headersize) - m->internal;
- /* suppress extra newline if present */
-- if ((iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
-+ if (((char *)iov[j].iov_base)[iov[j].iov_len - 2] == '\n') iov[j++].iov_len--;
- else j++; /* unlikely but... */
- /* status */
- iov[j].iov_base = LOCAL->buf;
diff --git a/mail/ml/files/patch-imap-4-src-osdep-unix-os_bsi.h b/mail/ml/files/patch-imap-4-src-osdep-unix-os_bsi.h
deleted file mode 100644
index c5d3797740e8..000000000000
--- a/mail/ml/files/patch-imap-4-src-osdep-unix-os_bsi.h
+++ /dev/null
@@ -1,30 +0,0 @@
---- ../imap-4/src/osdep/unix/os_bsi.h.orig Mon Mar 30 17:07:22 1998
-+++ ../imap-4/src/osdep/unix/os_bsi.h Sat Jun 26 02:13:22 1999
-@@ -34,13 +34,25 @@
- */
-
- #define MAILFILE "/var/mail/%s"
--#define ACTIVEFILE "/usr/lib/news/active"
--#define NEWSSPOOL "/usr/spool/news"
-+#define ACTIVEFILE "/usr/local/news/db/active" /* inn-stable port */
-+#define NEWSSPOOL "/var/spool/news" /* inn-stable port */
-
- #include <stdlib.h>
- #include <string.h>
- #include <sys/types.h>
-+
-+/*
-+ * From ports/mail/imap-uw:
-+ * FreeBSD v3.x and onward whines about <sys/dir.h> being obsolete, so switch
-+ * to POSIX semantics.
-+ */
-+#if __FreeBSD__ >= 3
-+#include <dirent.h>
-+#define direct dirent
-+#else
- #include <sys/dir.h>
-+#endif
-+
- #include <sys/uio.h> /* needed for writev() prototypes */
- #include <syslog.h>
- #include <sys/file.h>
diff --git a/mail/ml/files/patch-lib-CheckConnection.ppp b/mail/ml/files/patch-lib-CheckConnection.ppp
deleted file mode 100644
index 7cf9decb6b65..000000000000
--- a/mail/ml/files/patch-lib-CheckConnection.ppp
+++ /dev/null
@@ -1,13 +0,0 @@
-*** ../lib/CheckConnection.ppp.orig Sun Mar 15 20:59:57 1998
---- ../lib/CheckConnection.ppp Sun Mar 15 21:00:41 1998
-***************
-*** 1,4 ****
- #!/bin/sh
-! netstat -i | grep ppp >& /dev/null || exit 1
- exit 0
-
---- 1,4 ----
- #!/bin/sh
-! netstat -i | grep tun0 >& /dev/null || exit 1
- exit 0
-
diff --git a/mail/ml/files/patch-lib-ML.ad b/mail/ml/files/patch-lib-ML.ad
deleted file mode 100644
index dcbdda8ac3fb..000000000000
--- a/mail/ml/files/patch-lib-ML.ad
+++ /dev/null
@@ -1,43 +0,0 @@
-*** ../lib/ML.ad.orig Sun Mar 15 21:35:32 1998
---- ../lib/ML.ad Sun Mar 15 21:38:17 1998
-***************
-*** 8,26 ****
-
- ! All the fonts specified by the program
-
-! *XmCascadeButton*fontList: -*-courier-bold-r-normal--12-*
-! *XmPushButton*fontList: -*-courier-bold-r-normal--12-*
-! *XmLabel*fontList: -*-courier-bold-r-normal--12-*
-! *XmText*fontList: -*-courier-medium-r-normal--12-*
-! *XmTextField*fontList: -*-courier-medium-r-normal--12-*
-! *XmList*fontList: -*-courier-medium-r-normal--12-*
-
-
- *lview*XmList.FontList:\
-! *-courier-medium-r-*--12-*=NORMAL,\
-! *-courier-bold-r-*--12-*=BOLD,\
-! *-courier-medium-o-*--12-*=ITALIC,\
-! *-courier-bold-o-*--12-*=BOLD_ITALIC
-
-
- !*ispellCommand: xterm -e ispell %s
---- 8,26 ----
-
- ! All the fonts specified by the program
-
-! *XmCascadeButton*fontList: -*-helvetica-bold-r-normal--12-*
-! *XmPushButton*fontList: -*-helvetica-bold-r-normal--12-*
-! *XmLabel*fontList: -*-helvetica-bold-r-normal--12-*
-! *XmText*fontList: -*-courier-medium-r-normal--14-*
-! *XmTextField*fontList: -*-courier-medium-r-normal--14-*
-! *XmList*fontList: -*-helvetica-medium-r-normal--12-*
-
-
- *lview*XmList.FontList:\
-! *-courier-medium-r-*--14-*=NORMAL,\
-! *-courier-bold-r-*--14-*=BOLD,\
-! *-courier-medium-o-*--14-*=ITALIC,\
-! *-courier-bold-o-*--14-*=BOLD_ITALIC
-
-
- !*ispellCommand: xterm -e ispell %s