Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 14:22:03 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335751 - head/graphics/k3d
Message-ID:  <201312061422.rB6EM3s3089736@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec  6 14:22:03 2013
New Revision: 335751
URL: http://svnweb.freebsd.org/changeset/ports/335751

Log:
  Mark as broken: fails to configure
  
  -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
  -- Configuring incomplete, errors occurred!
  See also "/wrkdirs/usr/ports/graphics/k3d/work/.build/CMakeFiles/CMakeOutput.log".
  *** [do-configure] Error code 1

Modified:
  head/graphics/k3d/Makefile

Modified: head/graphics/k3d/Makefile
==============================================================================
--- head/graphics/k3d/Makefile	Fri Dec  6 14:20:16 2013	(r335750)
+++ head/graphics/k3d/Makefile	Fri Dec  6 14:22:03 2013	(r335751)
@@ -13,6 +13,8 @@ COMMENT=	3D modeling, animation, and ren
 
 LICENSE=	GPLv2
 
+BROKEN=		Fails to configure
+
 BUILD_DEPENDS=	${LOCALBASE}/include/gmm/gmm.h:${PORTSDIR}/math/gmm++
 LIB_DEPENDS=	boost_python:${PORTSDIR}/devel/boost-python-libs \
 		execinfo:${PORTSDIR}/devel/libexecinfo \



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