Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2012 04:35:22 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Dima Panov <fluffy@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r307668 - head/graphics/vigra
Message-ID:  <20121123043522.GA56702@FreeBSD.org>
In-Reply-To: <201211230227.qAN2R97w017879@svn.freebsd.org>
References:  <201211230227.qAN2R97w017879@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 23, 2012 at 02:27:09AM +0000, Dima Panov wrote:
> New Revision: 307668
> URL: http://svnweb.freebsd.org/changeset/ports/307668
> 
> +PORTREVISION=	1

Superfluous port revision bump.  PYTHON support is off by default, so users
who have this package installed would have to rebuild it for no reason.

> +OPTIONS=	PYTHON "Python bindings" off
> +
> +.include <bsd.port.options.mk>
> +
> +.if defined(WITH_PYTHON)
> +CONFLICTS_BUILD=	python3*
> +USE_PYTHON=	2.6-2.7
> +.else
> +CMAKE_ARGS+=	-DWITH_VIGRANUMPY=0
> +.endif

Old-style OPTIONS being added when the rest of the world is getting rid of
them?!

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121123043522.GA56702>