From 78ddf2e0489d2944f5bbb05c9c924bb97fed9b34 Mon Sep 17 00:00:00 2001 From: Brian Callahan Date: Sat, 25 Jan 2020 21:20:39 -0500 Subject: Ports: Add mandoc port --- Ports/mandoc/patches/fix-catman.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Ports/mandoc/patches/fix-catman.patch (limited to 'Ports/mandoc/patches/fix-catman.patch') diff --git a/Ports/mandoc/patches/fix-catman.patch b/Ports/mandoc/patches/fix-catman.patch new file mode 100644 index 0000000000..607a92ca97 --- /dev/null +++ b/Ports/mandoc/patches/fix-catman.patch @@ -0,0 +1,11 @@ +--- mandoc-1.14.5/catman.c.orig Sun Jan 19 23:55:20 2020 ++++ mandoc-1.14.5/catman.c Sun Jan 19 23:55:30 2020 +@@ -113,7 +113,7 @@ + if ((sz = sendmsg(fd, &msg, 0)) != -1 || + errno != EAGAIN) + break; +- nanosleep(&timeout, NULL); ++ sleep(1); + } + return sz; + } -- cgit v1.2.3