Date: Fri, 25 Nov 2016 09:35:00 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427095 - head/games/plee-the-bear Message-ID: <201611250935.uAP9Z0kR040886@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Nov 25 09:35:00 2016 New Revision: 427095 URL: https://svnweb.freebsd.org/changeset/ports/427095 Log: - Mark broken with boost 1.62 Modified: head/games/plee-the-bear/Makefile Modified: head/games/plee-the-bear/Makefile ============================================================================== --- head/games/plee-the-bear/Makefile Fri Nov 25 09:31:23 2016 (r427094) +++ head/games/plee-the-bear/Makefile Fri Nov 25 09:35:00 2016 (r427095) @@ -18,15 +18,16 @@ BUILD_DEPENDS= docbook-to-man:textproc/d LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libclaw_application.so:devel/libclaw -USE_SDL= sdl mixer -USE_GL= gl glu -INSTALLS_ICONS= yes -USE_LDCONFIG= yes +BROKEN= does not build with boost 1.62 # gettext dep is unconditional; NLS option just disables translations install USES= cmake gettext CMAKE_ARGS= -Dlibclaw_DIR="${LOCALBASE}/share/libclaw/cmake" \ -DBEAR_NO_EDITOR=YES +USE_SDL= sdl mixer +USE_GL= gl glu +INSTALLS_ICONS= yes +USE_LDCONFIG= yes PORTDATA= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611250935.uAP9Z0kR040886>