svn commit: r544245 - head/x11/sakura

Alexey Dokuchaev danfe at freebsd.org
Thu Aug 6 03:34:40 UTC 2020


On Wed, Aug 05, 2020 at 09:55:48PM +0000, Danilo Egea Gondolfo wrote:
> New Revision: 544245
> URL: https://svnweb.freebsd.org/changeset/ports/544245
> 
> @@ -14,9 +14,10 @@ LICENSE=	GPLv2
>  LIB_DEPENDS=	libgnutls.so:security/gnutls \
>  		libpcre2-8.so:devel/pcre2
>  
> +USES=		cmake gnome pkgconfig gettext perl5 tar:bz2 xorg
> +
>  OPTIONS_DEFINE=	DOCS
>  
> -USES=		cmake gnome pkgconfig gettext perl5 xorg
>  USE_GNOME=	cairo gdkpixbuf2 vte3
>  USE_XORG=	x11
>  USE_PERL5=	build

I'd argue that USES was placed better before this change (right next to
USE_FOO knobs).  It should've been left where it was and OPTIONS_DEFINE
moved downwards instead.

./danfe


More information about the svn-ports-head mailing list