summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-11-23 12:35:57 +0000
committerjoerg <joerg@pkgsrc.org>2012-11-23 12:35:57 +0000
commite75a07bded983130042ac1494ff3fe4a2236f23f (patch)
treeff013e1388a8b7eb0e19971ad0a58511d5bdb72a /mail
parent22839a644332ee89a135b20e2c0e4476243b40d8 (diff)
downloadpkgsrc-e75a07bded983130042ac1494ff3fe4a2236f23f.tar.gz
Always return a value from non-void functions.
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus-imapd23/distinfo3
-rw-r--r--mail/cyrus-imapd23/patches/patch-lib_charset.c13
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/cyrus-imapd23/distinfo b/mail/cyrus-imapd23/distinfo
index 72b9dbccf95..226659b6217 100644
--- a/mail/cyrus-imapd23/distinfo
+++ b/mail/cyrus-imapd23/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2012/06/09 06:28:57 dholland Exp $
+$NetBSD: distinfo,v 1.8 2012/11/23 12:35:57 joerg Exp $
SHA1 (cyrus-imapd-2.3.18.tar.gz) = 5051f315ffd84c9a623c6da209528d5aff39ed72
RMD160 (cyrus-imapd-2.3.18.tar.gz) = b9d351b5c73c4e87019fb8aa0efd0a8a29ac6a40
@@ -19,4 +19,5 @@ SHA1 (patch-am) = d06b62f9ea153560d84ec013861839071e4ab700
SHA1 (patch-an) = b3ac809f2807a1766197958e807eb99cb42847f0
SHA1 (patch-ao) = 784363a1802cbaf08e62bbbd2020fe592be0a126
SHA1 (patch-ap) = 4a794b806b20270e2b9b551bfae21352389e1352
+SHA1 (patch-lib_charset.c) = cf25747c17ce815aa37259a57e4e86a428086afe
SHA1 (patch-perl_imap_IMAP.xs) = 535f2187e9270ad35481869c6ee031ed915abc38
diff --git a/mail/cyrus-imapd23/patches/patch-lib_charset.c b/mail/cyrus-imapd23/patches/patch-lib_charset.c
new file mode 100644
index 00000000000..ae1fd5d492b
--- /dev/null
+++ b/mail/cyrus-imapd23/patches/patch-lib_charset.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-lib_charset.c,v 1.1 2012/11/23 12:35:57 joerg Exp $
+
+--- lib/charset.c.orig 2012-11-21 16:19:54.000000000 +0000
++++ lib/charset.c
+@@ -861,7 +861,7 @@ void mimeheader_cat(struct convert_rock
+ int len;
+ char *res;
+
+- if (!s) return 0;
++ if (!s) return;
+
+ /* set up the conversion path */
+ input = table_init(0, target);