svn commit: r404022 - head/games/tbe

Antoine Brodin antoine at FreeBSD.org
Sat Dec 19 15:17:06 UTC 2015


Author: antoine
Date: Sat Dec 19 15:17:04 2015
New Revision: 404022
URL: https://svnweb.freebsd.org/changeset/ports/404022

Log:
  Mark BROKEN: fails to build
  
  gmake[1]: Entering directory '/wrkdirs/usr/ports/games/tbe/work/tbe-0.9.2.1'
  mkdir -p build
  cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_DOCS=on ..
  cmake: not found
  Makefile:16: recipe for target 'build/src/tbe' failed
  
  Reported by:	pkg-fallout

Modified:
  head/games/tbe/Makefile

Modified: head/games/tbe/Makefile
==============================================================================
--- head/games/tbe/Makefile	Sat Dec 19 15:15:29 2015	(r404021)
+++ head/games/tbe/Makefile	Sat Dec 19 15:17:04 2015	(r404022)
@@ -8,6 +8,8 @@ CATEGORIES=	games
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	The Butterfly Effect
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
 LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
 


More information about the svn-ports-all mailing list