freebsd-ports/mail/mailutils/files/patch-libmailutils_stream_stream.c
Alexey Dokuchaev 42eb119b4a mail/mailutils: update the port to version 3.15 (and slightly beyond)
Particularly, pull the necessary parts of three upstream patches to
fix some annoying regressions discovered after the release went gold.
While here, chase HTTP/1.1 301 Moved Permanently redirection in the
WWW line of the port description.

Prodded by:	maintainer
2022-07-09 14:49:24 +00:00

10 lines
293 B
C

--- libmailutils/stream/stream.c.orig 2022-02-12 15:20:43 UTC
+++ libmailutils/stream/stream.c
@@ -132,6 +132,7 @@ mu_stream_seterr (struct _mu_stream *stream, int code,
case EINTR:
case ENOSYS:
case EINPROGRESS:
+ case MU_ERR_INFO_UNAVAILABLE:
break;
default: