svn commit: r382799 - head/mail/rainloop

Alexey Dokuchaev danfe at FreeBSD.org
Tue Mar 31 07:45:30 UTC 2015


On Tue, Mar 31, 2015 at 07:33:56AM +0000, Kurt Jaeger wrote:
> New Revision: 382799
> URL: https://svnweb.freebsd.org/changeset/ports/382799
> 
> Log:
>   mail/rainloop: Add an OPTIONS_DEFAULT

May I ask, why MYSQL was preferred over SQLITE?

> +OPTIONS_SINGLE=	DB
> +OPTIONS_SINGLE_DB=	MYSQL PGSQL SQLITE
> +OPTIONS_DEFAULT=	MYSQL

Two mistakes here: 1) wrong position of OPTIONS_* block (should be lower in
the Makefile), and 2) it duplicates existing knobs (OPTIONS_SINGLE and
OPTIONS_SINGLE_DB).

> @@ -28,7 +32,6 @@ PLIST_SUB=	VER="${RVER}" WWWOWN="${WWWOW
>  
>  OPTIONS_SINGLE=	DB
>  OPTIONS_SINGLE_DB=	MYSQL PGSQL SQLITE

./danfe


More information about the svn-ports-head mailing list