svn commit: r368030 - head/graphics/libosmesa
Pietro Cerutti
gahr at FreeBSD.org
Tue Sep 16 10:21:34 UTC 2014
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/
>
> Log:
> Fix build by depending on bison.
>
> 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
>
> Modified:
> head/graphics/libosmesa/Makefile
>
> Modified: head/graphics/libosmesa/Makefile
> ==============================================================================
> --- 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= Off-Screen Mesa implementation
> LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
> BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2
>
> -USES= gmake pkgconfig tar:bzip2 libtool python:2
> +USES= gmake pkgconfig tar:bzip2 libtool python:2 bison
> USE_LDCONFIG= yes
> GNU_CONFIGURE= yes
> CONFIGURE_ARGS+=--enable-osmesa \
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.
--
Pietro Cerutti
The FreeBSD Project
gahr at FreeBSD.org
PGP Public Key:
http://gahr.ch/pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140916/62848411/attachment.sig>
More information about the svn-ports-all
mailing list