We've almost finished packaging cyrus imapd 3.0.2 on XStreamOS.
I had to make a patch to build, though:
----------------------------------------------------------------------------------
Da: Stephan Lauffer <lauffer@xxxxxxxxxxxxxx>
A: info-cyrus@xxxxxxxxxxxxxxxxxxxx
Data: 1 agosto 2017 9.26.02 CEST
Oggetto: any working cyrus-imapd-3.0.2?
I had to make a patch to build, though:
--- cyrus-imapd-3.0.2/imap/mailbox.h Wed Aug 2 12:48:45 2017 +++ cyrus-imapd-3.0.2/imap/mailbox.h.new Wed Aug 2 12:50:48 2017 @@ -283,7 +283,10 @@ #define ITER_SKIP_DELETED (1<<2) /* pre-declare message_t to avoid circular dependency problems */ +#ifndef MESSAGE_T_DEFINED typedef struct message message_t; +#define MESSAGE_T_DEFINED +#endif struct mailbox_iter { struct mailbox *mailbox; --- cyrus-imapd-3.0.2/imap/message.h Wed Aug 2 12:51:53 2017 +++ cyrus-imapd-3.0.2/imap/message.h.new Wed Aug 2 12:52:26 2017 @@ -196,7 +196,11 @@ /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/ /* New message API */ +#ifndef MESSAGE_T_DEFINED typedef struct message message_t; +#define MESSAGE_T_DEFINED +#endif + struct mailbox; /* Flags for use as the 'format' argument toGabriele
Sonicle S.r.l. : http://www.sonicle.com
Quantum Mechanics : http://www.cdbaby.com/cd/gabrielebulfon
----------------------------------------------------------------------------------
Da: Stephan Lauffer <lauffer@xxxxxxxxxxxxxx>
A: info-cyrus@xxxxxxxxxxxxxxxxxxxx
Data: 1 agosto 2017 9.26.02 CEST
Oggetto: any working cyrus-imapd-3.0.2?
Hi!
Anybody with a working cyrus-imapd-3.0.2? Could I get the configure
parameter and the name of the distro (or pre build packages)?
--
Liebe Gruesse, with best regards
Stephan Lauffer
Pedagogical University Freiburg - Germany
http://www.ph-freiburg.de/zik/
Fon/ Fax: +49 761 682 -559/ -486
----
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus