pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd21 Make this package build with gcc-4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1eaab020888a
branches:  trunk
changeset: 515718:1eaab020888a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 07 01:57:43 2006 +0000

description:
Make this package build with gcc-4.

diffstat:

 mail/cyrus-imapd21/distinfo         |   3 ++-
 mail/cyrus-imapd21/patches/patch-aa |  23 +++++++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r 64f6ef493c9a -r 1eaab020888a mail/cyrus-imapd21/distinfo
--- a/mail/cyrus-imapd21/distinfo       Fri Jul 07 01:31:42 2006 +0000
+++ b/mail/cyrus-imapd21/distinfo       Fri Jul 07 01:57:43 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2005/08/08 16:50:59 jlam Exp $
+$NetBSD: distinfo,v 1.13 2006/07/07 01:57:43 minskim Exp $
 
 SHA1 (cyrus-imapd-2.1.18.tar.gz) = 2f587645d8589fb876bb6633ae4a7a93f451b89c
 RMD160 (cyrus-imapd-2.1.18.tar.gz) = 87e521c9fc01e42c4e54b4e2ffb1492abb9f9130
@@ -6,6 +6,7 @@
 SHA1 (cyrus-imapd-2.1.16-ipv6-20031121.diff.gz) = 390aeae9306fcd3bed1e96a6b2bb82775b347f66
 RMD160 (cyrus-imapd-2.1.16-ipv6-20031121.diff.gz) = e32d5f4f146f83db5b2ff966ae145b54e8dea390
 Size (cyrus-imapd-2.1.16-ipv6-20031121.diff.gz) = 33500 bytes
+SHA1 (patch-aa) = c474ede286e7976b3dfa7fcb3a5a7e308842239f
 SHA1 (patch-ab) = c1c5cfa6b43d206224fa6107be9b4eae3302bb7f
 SHA1 (patch-ac) = 44ec55f4811af1942872b4d276a0a2f57a803ef2
 SHA1 (patch-ad) = 80329b5a72cb7aa6890304cd89912096f3a66df3
diff -r 64f6ef493c9a -r 1eaab020888a mail/cyrus-imapd21/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cyrus-imapd21/patches/patch-aa       Fri Jul 07 01:57:43 2006 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-aa,v 1.3 2006/07/07 01:57:43 minskim Exp $
+
+--- imap/imapd.h.orig  2003-02-13 20:15:25.000000000 +0000
++++ imap/imapd.h
+@@ -54,18 +54,9 @@ extern char *imapd_userid;
+ /* Authorization state for logged in userid */
+ extern struct auth_state *imapd_authstate;
+ 
+-/* True if user is an admin */
+-extern int imapd_userisadmin;
+-
+-/* Currently open mailbox */
+-extern struct mailbox *imapd_mailbox;
+-
+ /* Number of messages in currently open mailbox */
+ extern int imapd_exists;
+ 
+-/* Name of client host */
+-extern char imapd_clienthost[];
+-
+ /* List of strings, for fetch and search argument blocks */
+ struct strlist {
+     char *s;                  /* String */



Home | Main Index | Thread Index | Old Index