Date: Fri, 12 Sep 2014 15:16:50 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368030 - head/graphics/libosmesa Message-ID: <201409121516.s8CFGo8I093324@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409121516.s8CFGo8I093324>