diff options
author | rea <rea@FreeBSD.org> | 2013-01-08 03:21:57 +0800 |
---|---|---|
committer | rea <rea@FreeBSD.org> | 2013-01-08 03:21:57 +0800 |
commit | 174d60244841dfe0553317750142cda1ee8fa38a (patch) | |
tree | 02e95140e324aa61fb66ce15bcc7314799d66c58 /mail/exim/Makefile | |
parent | 77b30bc9ffd595c80f08fb1e8cfa26fc1717255f (diff) | |
download | freebsd-ports-gnome-174d60244841dfe0553317750142cda1ee8fa38a.tar.gz freebsd-ports-gnome-174d60244841dfe0553317750142cda1ee8fa38a.tar.zst freebsd-ports-gnome-174d60244841dfe0553317750142cda1ee8fa38a.zip |
Exim: add patch that avoids breaking messages with Spamooborona 1024
SO 1024 sometimes give back new headers with '\r\n' as the end of line
delimiter. Such result should be treated properly to avoid adding extra
'\n' to the message headers and turning some of them into body.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 174d0a9280d8..4ad8b4dbed93 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -526,6 +526,7 @@ post-extract: .endif .if defined(WITH_SO_1024) @cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/spamooborona1024-src-${SO_1024_VERSION}.tar.gz ${EXTRACT_AFTER_ARGS} + @cd ${WRKDIR} && ${PATCH} --quiet < ${FILESDIR}/extra-patch-so_1024-delimiter .endif do-configure: |