From e4e4c748055c3e9ca2a3eb1b917e6feba67ec433 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 22 Oct 2020 11:10:17 +0000 Subject: Clean up patches - Clean up REINPLACE_CMDs, use patches if possible - Set OPENSSL_LIBS instead of OPENSSL_LDFLAGS in order to remove one patch for the configure script - Patch ssmtp.8 to refer to the proper path for sendmail - Remove a patch adding strndup for FreeBSD 7. --- mail/ssmtp/files/patch-ssmtp.8 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 mail/ssmtp/files/patch-ssmtp.8 (limited to 'mail/ssmtp/files/patch-ssmtp.8') diff --git a/mail/ssmtp/files/patch-ssmtp.8 b/mail/ssmtp/files/patch-ssmtp.8 new file mode 100644 index 000000000000..4a18ae192241 --- /dev/null +++ b/mail/ssmtp/files/patch-ssmtp.8 @@ -0,0 +1,23 @@ +--- ssmtp.8.orig 2008-02-29 02:50:15 UTC ++++ ssmtp.8 +@@ -5,7 +5,7 @@ ssmtp, sendmail \- send a message using smtp + .B ssmtp + .RI "[ " flags " ] [ " address " " ... " ]" + .br +-.B /usr/lib/sendmail ++.B /usr/libexec/sendmail/sendmail + .RI "[ " flags " ] [ " address " " ... " ]" + .br + .SH DESCRIPTION +@@ -268,9 +268,9 @@ Messages root sends will be identified as from jdoe@is + through mail.isp.com. + + .SH FILES +- /etc/ssmtp/ssmtp.conf - configuration file ++ %%ETCDIR%%/ssmtp.conf - configuration file + .br +- /etc/ssmtp/revaliases - reverse aliases file ++ %%ETCDIR%%/revaliases - reverse aliases file + + .SH SEE ALSO + RFC821, RFC822, ssmtp.conf(5). -- cgit v1.2.3