svn commit: r315810 - head/net-mgmt/argus3-clients

Alexey Dokuchaev danfe at FreeBSD.org
Tue Apr 16 06:02:23 UTC 2013


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


More information about the svn-ports-head mailing list