Date: Sun, 14 Oct 2018 13:30:39 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482041 - head/mail/dovecot Message-ID: <201810141330.w9EDUd0h014477@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Sun Oct 14 13:30:39 2018 New Revision: 482041 URL: https://svnweb.freebsd.org/changeset/ports/482041 Log: mail/dovecot: don't pick up libsodium if installed. PR: 232236 Submitted by: d8zNeCFG@aon.at Modified: head/mail/dovecot/Makefile Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Sun Oct 14 10:52:09 2018 (r482040) +++ head/mail/dovecot/Makefile Sun Oct 14 13:30:39 2018 (r482041) @@ -8,6 +8,7 @@ PORTNAME= dovecot PORTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/2.3/ @@ -26,6 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ --with-statedir=/var/db/dovecot \ --without-shadow \ + --without-sodium \ --with-ssl=openssl \ --with-docs @@ -37,7 +39,7 @@ GROUPS= ${USERS} CONFLICTS_INSTALL= dovecot22 -OPTIONS_DEFINE= LIBWRAP LUA LZ4 VPOPMAIL DOCS EXAMPLES +OPTIONS_DEFINE= LIBWRAP LUA LZ4 VPOPMAIL DOCS EXAMPLES OPTIONS_DEFAULT=GSSAPI_NONE LIBWRAP OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810141330.w9EDUd0h014477>