summaryrefslogtreecommitdiffstats
path: root/mail/ml/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-01-11 05:13:09 +0000
committersteve <steve@FreeBSD.org>1999-01-11 05:13:09 +0000
commitdbf1f8a12921f00cb3883313c63b5332d4e725a4 (patch)
treec5897fb7969e5eee918698b3230d23a6a29f91c7 /mail/ml/files
parentcaefcc9a5a045773f1dfd13dad0aa83315c54f55 (diff)
downloadFreeBSD-ports-dbf1f8a12921f00cb3883313c63b5332d4e725a4.zip
FreeBSD-ports-dbf1f8a12921f00cb3883313c63b5332d4e725a4.tar.gz
Initial import of ml-3.3.
An X11 IMAP client. PR: 6018 Submitted by: Jeroen Hogeveen <albast@xs4all.nl>
Diffstat (limited to 'mail/ml/files')
-rw-r--r--mail/ml/files/patch-aa38
-rw-r--r--mail/ml/files/patch-ab50
-rw-r--r--mail/ml/files/patch-ac13
-rw-r--r--mail/ml/files/patch-ad43
4 files changed, 144 insertions, 0 deletions
diff --git a/mail/ml/files/patch-aa b/mail/ml/files/patch-aa
new file mode 100644
index 0000000..f3cf396
--- /dev/null
+++ b/mail/ml/files/patch-aa
@@ -0,0 +1,38 @@
+*** ../imap-4/src/osdep/unix/Makefile.orig Sun Mar 15 18:36:06 1998
+--- ../imap-4/src/osdep/unix/Makefile Sun Mar 15 18:37:26 1998
+***************
+*** 39,46 ****
+ dummy.o pseudo.o netmsg.o flstring.o fdstring.o \
+ rfc822.o nntp.o smtp.o imap4r1.o pop3.o \
+ bezerk.o mbox.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o
+! CC=cc
+! CFLAGS=$(EXTRACFLAGS)
+ EXTRADRIVERS=mbox
+ DEFAULTDRIVERS=imap nntp pop3 mh mx mbx tenex mtx mmdf bezerk news phile dummy
+ LN=ln -s
+--- 39,46 ----
+ dummy.o pseudo.o netmsg.o flstring.o fdstring.o \
+ rfc822.o nntp.o smtp.o imap4r1.o pop3.o \
+ bezerk.o mbox.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o
+! #CC=cc
+! #CFLAGS+=$(EXTRACFLAGS)
+ EXTRADRIVERS=mbox
+ DEFAULTDRIVERS=imap nntp pop3 mh mx mbx tenex mtx mmdf bezerk news phile dummy
+ LN=ln -s
+***************
+*** 122,128 ****
+ STDPROTO=bezerkproto MAILSPOOL=/var/mail \
+ ACTIVEFILE=/usr/local/news/lib/active NEWSSPOOL=/var/news \
+ RSHPATH=/usr/bin/rsh \
+! CFLAGS="-g -O -pipe -DNFSKLUDGE $(EXTRACFLAGS)" \
+ LDFLAGS="-lcrypt"
+
+ bsi: sigbsd # BSD/i386
+--- 122,128 ----
+ STDPROTO=bezerkproto MAILSPOOL=/var/mail \
+ ACTIVEFILE=/usr/local/news/lib/active NEWSSPOOL=/var/news \
+ RSHPATH=/usr/bin/rsh \
+! CFLAGS="${CFLAGS} -DNFSKLUDGE $(EXTRACFLAGS)" \
+ LDFLAGS="-lcrypt"
+
+ bsi: sigbsd # BSD/i386
diff --git a/mail/ml/files/patch-ab b/mail/ml/files/patch-ab
new file mode 100644
index 0000000..8c2f340
--- /dev/null
+++ b/mail/ml/files/patch-ab
@@ -0,0 +1,50 @@
+*** Imakefile.orig Sun Mar 15 20:34:12 1998
+--- Imakefile Sun Mar 15 20:35:43 1998
+***************
+*** 4,10 ****
+ 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 = -DFALLBACK -I$(INCROOT) -I./ -I../ -I/usr/include/Motif1.2
+
+
+ XCOMM `Compile time defines:
+--- 4,10 ----
+ 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 = -DFALLBACK -DDEFAULT_LIBDIR="\"${X11BASE}/lib/X11/ml\"" -I$(INCROOT) -I. -I..
+
+
+ XCOMM `Compile time defines:
+***************
+*** 25,38 ****
+ XCOMM the Xpm library also
+
+ #XMLIB=
+! XMLIB=-L/usr/lib/Motif1.2 -lXm
+
+ LOCAL_LIBRARIES = ../imap-4/c-client/c-client.a
+
+ # anything else your OS needs?
+! #OTHERLIBS=-lgen
+
+! ML_LIBDIR=/usr/local/lib/ml
+ HELP_FILES=`find ../lib -type f -print`
+
+ XCOMM Default font sizes. Linux folks will want FONTSIZE=14 (or
+--- 25,38 ----
+ XCOMM the Xpm library also
+
+ #XMLIB=
+! XMLIB=${MOTIFLIB}
+
+ LOCAL_LIBRARIES = ../imap-4/c-client/c-client.a
+
+ # anything else your OS needs?
+! OTHERLIBS=-lcrypt
+
+! ML_LIBDIR=${X11BASE}/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-ac b/mail/ml/files/patch-ac
new file mode 100644
index 0000000..7cf9dec
--- /dev/null
+++ b/mail/ml/files/patch-ac
@@ -0,0 +1,13 @@
+*** ../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-ad b/mail/ml/files/patch-ad
new file mode 100644
index 0000000..dcbdda8
--- /dev/null
+++ b/mail/ml/files/patch-ad
@@ -0,0 +1,43 @@
+*** ../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
OpenPOWER on IntegriCloud