Le 06/12/2023 10:44, Goetz Schultz a écrit :
Hi,

I have upgraded my system to FreeBSD14 and tried to recompile dovecot. The following error is thrown now (It did compile on FBSD13):

<quote>
test-mail-index-transaction-update.c:650:36: error: incompatible pointer to integer conversion passing 'char *(*)(int, int)' to parameter of type 'time_t' (aka 'long') [-Wint-conversion]                 mail_index_update_day_headers(t, tests[i].now + timezone);
^~~~~~~~~~~~~~~~~~~~~~~
</quote>


(t, tests[i].now + timezone);
    ^~~~~~~~~~~~~~~~~~~~~~~


Is there a patch or something like that to compensate?

Hi Goetz,

Are you installing manually from tarball or from ports (cd /usr/ports/mail/dovecot && make install) ?

Regards,

Xavier

--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Engineer
https://www.amdh.fr

_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org

Reply via email to