Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2015 13:33:19 +0300
From:      Dmitry Sivachenko <trtrmitya@gmail.com>
To:        Jan Beich <jbeich@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r385076 - head/math/hfst
Message-ID:  <65613370-C27D-48A8-94EF-926EFA24EECB@gmail.com>
In-Reply-To: <201504302353.t3UNr36Q041041@svn.freebsd.org>
References:  <201504302353.t3UNr36Q041041@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> On 1 =D0=BC=D0=B0=D1=8F 2015 =D0=B3., at 2:53, Jan Beich =
<jbeich@FreeBSD.org> wrote:
>=20
> Author: jbeich
> Date: Thu Apr 30 23:53:03 2015
> New Revision: 385076
> URL: https://svnweb.freebsd.org/changeset/ports/385076
>=20
> Log:
>  math/hfst: unbreak build on 8.x/9.x (flex 2.5.4)
>=20
>  /bin/sh ../../../build-aux/ylwrap xre_lex.ll lex.yy.c xre_lex.cc -- =
flex --outfile=3Dlex.yy.c
>  flex: unknown flag '-'.  For usage, try
>  	flex --help
>  *** [xre_lex.cc] Error code 1
>=20
>  Reported by:	pkg-fallout
>  Approved by:	portmgr blanket
>  MFH:		2015Q2
>=20
> Modified:
>  head/math/hfst/Makefile
>=20
> Modified: head/math/hfst/Makefile
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- head/math/hfst/Makefile	Thu Apr 30 23:29:35 2015	=
(r385075)
> +++ head/math/hfst/Makefile	Thu Apr 30 23:53:03 2015	=
(r385076)
> @@ -19,4 +19,12 @@ CONFIGURE_ARGS=3D	--with-readline --with-u
> SHEBANG_FILES=3D	=
tools/src/hfst-tagger/src/hfst_tagger_compute_data_statistics.py
> USE_LDCONFIG=3D	yes
>=20
> +.include <bsd.port.options.mk>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Is it needed?


> +
> +.if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} < 1000033
> +BUILD_DEPENDS+=3D	flex>2.5.33:${PORTSDIR}/textproc/flex
> +CONFIGURE_ENV+=3D	LEX=3D"${FLEX}"
> +FLEX=3D		${LOCALBASE}/bin/flex
> +.endif
> +
> .include <bsd.port.mk>
>=20




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?65613370-C27D-48A8-94EF-926EFA24EECB>