Re: [Dovecot] Upgrade Dovecot 1.2.7 to 1.2.8 on OS X (10.6.2)

2009-11-23 Thread Tom Kardos
Thank you - all working now! On Mon, 23 Nov 2009 11:15:29 -0500, Timo Sirainen wrote: > On Mon, 2009-11-23 at 14:01 +, Tom Kardos wrote: > >> Hi there, I've tried to update Dovecot to the latest version and have >> come upon an error during make. Previous upgrades have all been very easy >

Re: [Dovecot] Upgrade Dovecot 1.2.7 to 1.2.8 on OS X (10.6.2)

2009-11-23 Thread Pascal Volk
On 11/23/2009 05:15 PM Timo Sirainen wrote: > On Mon, 2009-11-23 at 14:01 +, Tom Kardos wrote: > >> … >> (thank you!) and it appears that the updated make script includes a wget >> command and unfortunately OS X does not come with wget by default (curl is >> the default). … > > Apparently you

Re: [Dovecot] Upgrade Dovecot 1.2.7 to 1.2.8 on OS X (10.6.2)

2009-11-23 Thread Timo Sirainen
On Mon, 2009-11-23 at 14:01 +, Tom Kardos wrote: > Hi there, I've tried to update Dovecot to the latest version and have > come upon an error during make. Previous upgrades have all been very easy > (thank you!) and it appears that the updated make script includes a wget > command and unfort

Re: [Dovecot] Upgrade Dovecot 1.2.7 to 1.2.8 on OS X (10.6.2)

2009-11-23 Thread Pascal Volk
On 11/23/2009 03:35 PM Pascal Volk wrote: > Or try the attached Patch. Sorry, the last patch breaks wget. wget uses -o or nothing, not -O. -- The trapper recommends today: beeffeed.0932...@localdomain.org diff -r fa8a438c64ce autogen.sh --- a/autogen.sh Fri Nov 20 13:52:25 2009 -0500 +++ b/auto

Re: [Dovecot] Upgrade Dovecot 1.2.7 to 1.2.8 on OS X (10.6.2)

2009-11-23 Thread Emanuele Pucciarelli
On Mon, Nov 23, 2009 at 15:35, Pascal Volk wrote: > Or try the attached Patch. I haven't tried the patch and the autogen process, but I'm pretty sure that issuing "wget -O http://www.dovecot.org/tmp/wiki-export.tar.gz"; won't work :( -O should be used only for curl, not for wget. Bye, -- Eman

Re: [Dovecot] Upgrade Dovecot 1.2.7 to 1.2.8 on OS X (10.6.2)

2009-11-23 Thread Pascal Volk
On 11/23/2009 03:26 PM Emanuele Pucciarelli wrote: > > Perhaps the easiest way out of this is to install wget. You can find a > precompiled binary here: > Or try the attached Patch. Regards, Pascal -- The trapper recommends today: c01dcafe.0932...@localdomain.org diff -r fa8a438c64ce autogen.

Re: [Dovecot] Upgrade Dovecot 1.2.7 to 1.2.8 on OS X (10.6.2)

2009-11-23 Thread Emanuele Pucciarelli
On Mon, Nov 23, 2009 at 15:01, Tom Kardos wrote: >  Hi there, I've tried to update Dovecot to the latest version and have > come upon an error during make. Previous upgrades have all been very easy > (thank you!) and it appears that the updated make script includes a wget > command and unfortunat