summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mailx/files/0015-usr-sbin-sendmail.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-09-03 18:34:11 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-04 16:23:53 +0100
commit1f5e747f8cc8ee8647a25670cb4819f927b3638c (patch)
tree9418f520c0ff49551b8fa2d3ceda3ee8f5e11b64 /meta/recipes-extended/mailx/files/0015-usr-sbin-sendmail.patch
parentd025e78cc176ff22834352dde783021cbb84cb8b (diff)
downloadpoky-1f5e747f8cc8ee8647a25670cb4819f927b3638c.tar.gz
mailx: update to 12.5-5
This means adding new patches from Debian[1] and tweaking build options that were previously set by patching Makefile. [1] ftp://ftp.debian.org/debian/pool/main/h/heirloom-mailx/ (From OE-Core rev: 296346145bf61e3ee01ce4e1f4ccf7efe5057980) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mailx/files/0015-usr-sbin-sendmail.patch')
-rw-r--r--meta/recipes-extended/mailx/files/0015-usr-sbin-sendmail.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/meta/recipes-extended/mailx/files/0015-usr-sbin-sendmail.patch b/meta/recipes-extended/mailx/files/0015-usr-sbin-sendmail.patch
new file mode 100644
index 0000000000..7e33789a76
--- /dev/null
+++ b/meta/recipes-extended/mailx/files/0015-usr-sbin-sendmail.patch
@@ -0,0 +1,38 @@
1Description: Sendmail is at /usr/sbin/sendmail
2 As per Debian Policy ยง11.6
3Author: Ryan Kavanagh <rak@debian.org>
4Origin: Debian
5Forwarded: no
6---
7This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
8Index: heirloom-mailx-12.5/Makefile
9===================================================================
10This patch is taken from
11ftp://ftp.debian.org/debian/pool/main/h/heirloom-mailx/heirloom-mailx_12.5-5.debian.tar.xz
12
13Upstream-status: Inappropriate [upstream is dead]
14
15--- heirloom-mailx-12.5.orig/Makefile 2011-04-26 17:23:22.000000000 -0400
16+++ heirloom-mailx-12.5/Makefile 2015-01-27 13:20:04.733542801 -0500
17@@ -13,7 +13,7 @@
18
19 MAILRC = $(SYSCONFDIR)/nail.rc
20 MAILSPOOL = /var/mail
21-SENDMAIL = /usr/lib/sendmail
22+SENDMAIL = /usr/sbin/sendmail
23
24 DESTDIR =
25
26Index: heirloom-mailx-12.5/mailx.1
27===================================================================
28--- heirloom-mailx-12.5.orig/mailx.1 2015-01-27 13:18:49.000000000 -0500
29+++ heirloom-mailx-12.5/mailx.1 2015-01-27 13:20:32.382336867 -0500
30@@ -4922,7 +4922,7 @@
31 which just acts as a proxy.
32 .PP
33 \fIMailx\fR immediately contacts the SMTP server (or
34-.IR \%/usr/lib/sendmail )
35+.IR \%/usr/sbin/sendmail )
36 even when operating in
37 .I disconnected
38 mode.