Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2015 15:17:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404022 - head/games/tbe
Message-ID:  <201512191517.tBJFH5BW050063@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512191517.tBJFH5BW050063>