Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2021 21:41:32 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4a18c5e4a42b - main - math/gecode: Fix bison detection by using bison from ports
Message-ID:  <202105272141.14RLfWV4060656@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a18c5e4a42bc6a271917fae6cbebde019734245

commit 4a18c5e4a42bc6a271917fae6cbebde019734245
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-27 21:39:47 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-27 21:41:30 +0000

    math/gecode: Fix bison detection by using bison from ports
    
    Previous behavior was to use byacc from base which failed to
    be detected by the configure script.
---
 math/gecode/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/gecode/Makefile b/math/gecode/Makefile
index 7d41d89cd100..1bc27f150e45 100644
--- a/math/gecode/Makefile
+++ b/math/gecode/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	gecode
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	6.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -15,7 +15,7 @@ LICENSE_COMB=	multi
 NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64
 NOT_FOR_ARCHS_REASON=	needs code written to specify rounding control mechanism in Boost.Numeric.Interval
 
-USES=		bison:alias compiler:c++11-lang gmake perl5
+USES=		bison:build compiler:c++11-lang gmake perl5
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 



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