Commits

Chih-Hsuan Yen authored 121a4b4218e
s-nail: changes after discussing with upstream devs

Notably fix compatibility with Apple awk, and thus GNU awk is no longer needed.
No tags

mail/s-nail/files/patch-apple-awk-compatibility.diff

Added
1 +From 0076f8f6695cd4579dfb4aab4403ac7a5f08a0a0 Mon Sep 17 00:00:00 2001
2 +From: Steffen Nurpmeso <steffen@sdaoden.eu>
3 +Date: Tue, 24 Sep 2019 18:48:24 +0200
4 +Subject: [PATCH] mk/make-rules.sh: close() C source files (Martin Neitzel,
5 + (Alexander Harm))
6 +
7 +---
8 + mk/make-rules.sh | 4 +++-
9 + 1 file changed, 3 insertions(+), 1 deletion(-)
10 +
11 +diff --git mk/make-rules.sh mk/make-rules.sh
12 +index 406677a..3b7ccc6 100644
13 +--- mk/make-rules.sh
14 ++++ mk/make-rules.sh
15 +@@ -99,8 +99,10 @@ printf '%s\n' "${@}" | ${sort} | ${awk} -v COUNT_MODE=${COUNT_MODE} '
16 + # Parse the file and generate dependencies
17 + for(any = 0;;){
18 + po_i = getline < farr[no]
19 +- if(po_i == 0)
20 ++ if(po_i == 0){
21 ++ close(farr[no])
22 + break
23 ++ }
24 + if(po_i == -1)
25 + exit(1)
26 +
27 +--
28 +2.10.5.GIT
29 +

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut