summaryrefslogtreecommitdiff
path: root/mail/msmtp/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-09-19 09:24:29 +0000
committerwiz <wiz@pkgsrc.org>2003-09-19 09:24:29 +0000
commit9e9bd729a4570c7b21d1e40173d87b6b9b1bfdb0 (patch)
tree08ced36d150c898df0c6400d76db26e635298d95 /mail/msmtp/patches
parent284823422044190ee7cdcbb6a247903daf48326b (diff)
downloadpkgsrc-9e9bd729a4570c7b21d1e40173d87b6b9b1bfdb0.tar.gz
Initial import of msmtp, an SMTP plugin for MUAs, provided by
Bryan Carter Vyhmeister in PR 22840. and probably other MUAs (mail user agents). msmtp forwards mails to an SMTP server (for example at a free mail provider) which does the delivery. Features include: * SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5 * TLS encrypted connections * IPv6 support * robustness * detailed error messages (including the full answer of the SMTP server) if something goes wrong * sendmail compatible exit codes (which most MUAs understand). Simply tell your MUA to call msmtp instead of /usr/sbin/sendmail.
Diffstat (limited to 'mail/msmtp/patches')
-rw-r--r--mail/msmtp/patches/patch-aa25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/msmtp/patches/patch-aa b/mail/msmtp/patches/patch-aa
new file mode 100644
index 00000000000..5f22780338f
--- /dev/null
+++ b/mail/msmtp/patches/patch-aa
@@ -0,0 +1,25 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/09/19 09:24:29 wiz Exp $
+--- Makefile Wed Sep 17 23:53:37 2003
++++ Makefile.new Wed Sep 17 23:54:06 2003
+@@ -3,15 +3,15 @@
+ #
+
+ # GNU/Linux and GNU/Hurd
+-CC = gcc
+-CFLAGS = -DHAVE_VASPRINTF -DHAVE_GETOPT_LONG -D_GNU_SOURCE -Wall -O2
+-LFLAGS = -lssl -lcrypto -s
+-EXTRAOBJS =
++#CC = gcc
++#CFLAGS = -DHAVE_VASPRINTF -DHAVE_GETOPT_LONG -D_GNU_SOURCE -Wall -O2
++#LFLAGS = -lssl -lcrypto -s
++#EXTRAOBJS =
+
+ # FreeBSD, NetBSD, OpenBSD
+ #CC = gcc
+-#CFLAGS = -DHAVE_VASPRINTF -DHAVE_GETOPT_LONG -Wall -O2
+-#LFLAGS = -lssl -lcrypto -s
++CFLAGS += -DHAVE_VASPRINTF -DHAVE_GETOPT_LONG -Wall
++LFLAGS = -lssl -lcrypto -s
+ #EXTRAOBJS =
+
+ # SunOS