Date: Sun, 31 Jan 2016 21:26:47 +0100 From: Kurt Jaeger <lists@opsec.eu> To: Rainer Hurling <rhurlin@gwdg.de> Cc: freebsd-ports@freebsd.org Subject: Re: New port assistance for mlr Message-ID: <20160131202647.GD46096@home.opsec.eu> In-Reply-To: <56AE6861.4010301@gwdg.de> 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> <56AE6861.4010301@gwdg.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! > > The problem is that the port requires a recent flex, but 9.3 has > > an older version. [...] > 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 This works if the port uses cmake. Unfortunatly, miller does not use cmake. -- pi@opsec.eu +49 171 3101372 4 years to go !
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160131202647.GD46096>