Solved Dovecot2 update fails

I'm trying to update mail/dovecot2 and it's failing with this error :
Code:
====> Compressing man pages (compress-man)
===> Staging rc.d startup script(s)
===>  Installing ldconfig configuration file
===>  Installing for dovecot2-2.2.25_3
===>  Checking if dovecot2 already installed
===>  Registering installation for dovecot2-2.2.25_3
pkg-static: Unable to access file /usr/ports/mail/dovecot2/work/stage/usr/local/%%SSL%%lib/dovecot/libdcrypt_openssl.so: No such file or directory
pkg-static: Unable to access file /usr/ports/mail/dovecot2/work/stage/usr/local/%%SSL%%lib/dovecot/libssl_iostream_openssl.a: No such file or directory
pkg-static: Unable to access file /usr/ports/mail/dovecot2/work/stage/usr/local/%%SSL%%lib/dovecot/libssl_iostream_openssl.so: No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/mail/dovecot2
*** Error code 1
/etc/make.conf
Code:
DEFAULT_VERSIONS+=ssl=openssl
 
I have the exact same problem on a freshly installed server, using the latest -RELEASE and ports tree:

Code:
===>  Installing for dovecot2-2.2.25_3
===>  dovecot2-2.2.25_3 depends on shared library: libsqlite3.so - found (/usr/local/lib/libsqlite3.so)
===>  Checking if dovecot2 already installed
===>  Registering installation for dovecot2-2.2.25_3
pkg-static: Unable to access file /usr/ports/mail/dovecot2/work/stage/usr/local/%%SSL%%lib/dovecot/libdcrypt_openssl.so: No such file or directory
pkg-static: Unable to access file /usr/ports/mail/dovecot2/work/stage/usr/local/%%SSL%%lib/dovecot/libssl_iostream_openssl.a: No such file or directory
pkg-static: Unable to access file /usr/ports/mail/dovecot2/work/stage/usr/local/%%SSL%%lib/dovecot/libssl_iostream_openssl.so: No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/mail/dovecot2
*** Error code 1

Stop.
make: stopped in /usr/ports/mail/dovecot2

My make.conf is empty.
 
Back
Top