Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2013 09:39:14 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331470 - head/math/py-graphtool
Message-ID:  <201310240939.r9O9dEnl002854@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Thu Oct 24 09:39:13 2013
New Revision: 331470
URL: http://svnweb.freebsd.org/changeset/ports/331470

Log:
  math/py-graphtool: Set BROKEN, fails to build
  
  - Set BROKEN, fails to build
  - Update CGAL shared library version in LIB_DEPENDS
  
  PR:		ports/182392
  Submitted by:	Mohamad Fauzie <dikshie@sfc.wide.ad.jp> (maintainer)
  Approved by:	maintainer

Modified:
  head/math/py-graphtool/Makefile   (contents, props changed)

Modified: head/math/py-graphtool/Makefile
==============================================================================
--- head/math/py-graphtool/Makefile	Thu Oct 24 09:38:27 2013	(r331469)
+++ head/math/py-graphtool/Makefile	Thu Oct 24 09:39:13 2013	(r331470)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:${PORTSDIR}/science/py-scipy
 LIB_DEPENDS=	boost_python:${PORTSDIR}/devel/boost-python-libs \
 		boost_graph:${PORTSDIR}/devel/boost-libs \
-		CGAL.5:${PORTSDIR}/math/cgal
+		CGAL.10:${PORTSDIR}/math/cgal
 
 USE_BZIP2=	yes
 USE_GCC=	yes
@@ -29,6 +29,8 @@ CONFIGURE_ENV=	PYTHON_VERSION=${PYTHON_V
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
+BROKEN=                fails to build
+
 .if ${ARCH} == "powerpc"
 BROKEN=		Does not compile on powerpc: exhausts virtual memory
 .endif



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