summaryrefslogtreecommitdiff
path: root/mail/msmtp/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz>2003-09-19 09:24:29 +0000
committerwiz <wiz>2003-09-19 09:24:29 +0000
commit137a08acc3f2c23710fed2e159cc10ba10ca725a (patch)
tree08ced36d150c898df0c6400d76db26e635298d95 /mail/msmtp/patches/patch-aa
parent5187842d823a1e01913d25b6c3fc35c1ab5b98c2 (diff)
downloadpkgsrc-137a08acc3f2c23710fed2e159cc10ba10ca725a.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/patch-aa')
-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