error when applying UoA patches to cyrus-imapd 2.3.11
Per olof Ljungmark
peo at intersonic.se
Tue Apr 1 14:05:07 EDT 2008
David Newman wrote:
> Greetings. I'm building a 2.3.11 server from ports on FreeBSD 7.0/i386.
> I'm also using these two University of Athens patches:
>
> http://email.uoa.gr/download/cyrus/cyrus-imapd-2.3.11/cyrus-imapd-2.3.11-autocreate-0.10-0.diff
>
> http://email.uoa.gr/download/cyrus/cyrus-imapd-2.3.11/cyrus-imapd-2.3.11-autosieve-0.6.0.diff
>
> The following steps produced the error output pasted below. Thanks in
> advance for any help in understanding what's wrong.
>
Hi,
This is what I do and it worked for me:
cd /usr/ports/mail/cyrus-imapd23
make clean
make patch
cd work/cyrus-imapd-2.3.11/
fetch
http://email.uoa.gr/download/cyrus/cyrus-imapd-2.3.8/cyrus-imapd-2.3.8-autocreate-0.10-0-FreeBSD6.2.diff
fetch
http://email.uoa.gr/download/cyrus/cyrus-imapd-2.3.11/cyrus-imapd-2.3.11-autocreate-0.10-0.diff
fetch
http://email.uoa.gr/download/cyrus/cyrus-imapd-2.3.11/cyrus-imapd-2.3.11-autosieve-0.6.0.diff
patch cyrus-imapd-2.3.11-autocreate-0.10-0.diff
cyrus-imapd-2.3.8-autocreate-0.10-0-FreeBSD6.2.diff
patch -p1 < cyrus-imapd-2.3.11-autocreate-0.10-0.diff
patch -p1 < cyrus-imapd-2.3.11-autosieve-0.6.0.diff
cd ../../
make
You need to fix the line wraps above though.
Good luck,
--per
More information about the Info-cyrus
mailing list