Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 21:02:41 +0100
From:      Rainer Hurling <rhurlin@gwdg.de>
To:        Kurt Jaeger <lists@opsec.eu>, jungle Boogie <jungleboogie0@gmail.com>
Cc:        <freebsd-ports@freebsd.org>
Subject:   Re: New port assistance for mlr
Message-ID:  <56AE6861.4010301@gwdg.de>
In-Reply-To: <20160131165701.GC46096@home.opsec.eu>
References:  <CAKE2PDuYBpo_8cJnps8LR4aObi-OBABAKhTecyUYLdrmSgESVg@mail.gmail.com> <20160131064018.GZ46096@home.opsec.eu> <CAKE2PDuxb4zdFNMVLB62s02z_eFgyyhwyoVeVfmOdi=bKATAYg@mail.gmail.com> <CAKE2PDtvFUd5gjYjH_VbkV%2B86o-BOqkaDic2qjiCjJn_MdeSPw@mail.gmail.com> <20160131121507.GB46096@home.opsec.eu> <CAKE2PDtHTwvGQWRBADT%2BQfqTvLjiOP6cvLRKsN_8c5AT3uUpsQ@mail.gmail.com> <20160131165701.GC46096@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 31.01.16 um 17:57 schrieb Kurt Jaeger:
> Hi!
> 
>> Do I need to contact the maintainer and see why it won't build on 9?
> 
> The problem is that the port requires a recent flex, but 9.3 has
> an older version. So for 9.3 the makefiles need some patch
> to use the proper flex version.
> 
>> Do you have the build log that I can show him?
> 
> http://people.freebsd.org/~pi/logs/textproc__miller-93a-1454241832.txt
> 

I had a nearly similar problem with graphics/qgis. This way it works for me:

.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
BUILD_DEPENDS+=	flex>=2.5.39:${PORTSDIR}/textproc/flex
CMAKE_ARGS+=	-DFLEX_EXECUTABLE:STRING=${LOCALBASE}/bin/flex
CXXFLAGS+=	-I${LOCALBASE}/include/flex
.endif

HTH,
Rainer




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