Date: Tue, 16 Sep 2014 09:35:46 -0400 From: Adam Weinberger <adamw@adamw.org> To: gahr@FreeBSD.org Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Adam Weinberger <adamw@FreeBSD.org>, ports-committers@freebsd.org Subject: Re: svn commit: r368030 - head/graphics/libosmesa Message-ID: <6013C791-42F4-4666-B94F-8AE33C430E84@adamw.org> In-Reply-To: <20140916102130.GL23009@ptrcrt.ch> References: <201409121516.s8CFGo8I093324@svn.freebsd.org> <20140916102130.GL23009@ptrcrt.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
On 16 Sep, 2014, at 6:21, Pietro Cerutti <gahr@FreeBSD.org> wrote: > On 2014-Sep-12, 15:16, Adam Weinberger wrote: >> Author: adamw >> Date: Fri Sep 12 15:16:49 2014 >> New Revision: 368030 >> URL: http://svnweb.freebsd.org/changeset/ports/368030 >> QAT: https://qat.redports.org/buildarchive/r368030/ >>=20 >> Log: >> Fix build by depending on bison. >>=20 >> GEN program/program_parse.tab.c >> byacc: e - line 119 of "program/program_parse.y", syntax error >> %locations >> ^ >> gmake[3]: *** [program/program_parse.tab.c] Error 1 >>=20 >> Modified: >> head/graphics/libosmesa/Makefile >>=20 >> Modified: head/graphics/libosmesa/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/graphics/libosmesa/Makefile Fri Sep 12 15:04:27 2014 = (r368029) >> +++ head/graphics/libosmesa/Makefile Fri Sep 12 15:16:49 2014 = (r368030) >> @@ -13,7 +13,7 @@ COMMENT=3D Off-Screen Mesa implementation=20 >> LIB_DEPENDS=3D libexpat.so:${PORTSDIR}/textproc/expat2 >> BUILD_DEPENDS=3D = ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 >>=20 >> -USES=3D gmake pkgconfig tar:bzip2 libtool python:2 >> +USES=3D gmake pkgconfig tar:bzip2 libtool python:2 bison >> USE_LDCONFIG=3D yes >> GNU_CONFIGURE=3D yes >> CONFIGURE_ARGS+=3D--enable-osmesa \ >=20 > Just bringing in a dependency on bison doesn't fix the problem. See = what > I've checked in as r368300. Moreover, some pre-commit notification on > this would have been appreciated. Hrmmn. It fixed the problem in my poudriere jail, and, as it wasn=92t = building before, it was a =93just-fix-it.=94 # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6013C791-42F4-4666-B94F-8AE33C430E84>