Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2013 06:02:23 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Bryan Drewery <bdrewery@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r315810 - head/net-mgmt/argus3-clients
Message-ID:  <20130416060223.GA29264@FreeBSD.org>
In-Reply-To: <201304152328.r3FNSCrJ007371@svn.freebsd.org>
References:  <201304152328.r3FNSCrJ007371@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 15, 2013 at 11:28:12PM +0000, Bryan Drewery wrote:
> New Revision: 315810
> URL: http://svnweb.freebsd.org/changeset/ports/315810
> 
> Log:
>   - Fix build by adding missing USES=bison broken by r313517
>   
> @@ -17,9 +17,10 @@ CONFLICTS=	argus-clients-2* argus-client
>  OPTIONS_DEFINE=	GEOIP MANPAGES MYSQL SASL
>  OPTIONS_DEFAULT=MANPAGES MYSQL SASL
>  
> +USES=		bison
> +
>  .include <bsd.port.options.mk>
>  
> -USE_BISON=	build
>  GNU_CONFIGURE=	true
>  USE_NCURSES=	yes
>  USE_PERL5=	yes

Hmm, it looks like the whole USE_* (w/ GNU_CONFIGURE) block is misplaced:
it usually should go before .include <bsd.port.options.mk> (and, in fact,
before OPTIONS_* definitions, right after *_DEPENDS ones).

./danfe



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