svn commit: r323565 - head/science/peekabot

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 24 06:45:05 UTC 2013


Author: bapt
Date: Wed Jul 24 06:45:04 2013
New Revision: 323565
URL: http://svnweb.freebsd.org/changeset/ports/323565

Log:
  Mark as broken: does not build
  
  configure: error: cannot find the flags to link with Boost thread
  
  Reported by:	pkg-fallout

Modified:
  head/science/peekabot/Makefile

Modified: head/science/peekabot/Makefile
==============================================================================
--- head/science/peekabot/Makefile	Wed Jul 24 06:43:14 2013	(r323564)
+++ head/science/peekabot/Makefile	Wed Jul 24 06:45:04 2013	(r323565)
@@ -13,14 +13,15 @@ COMMENT=	Distributed real-time 3D visual
 LICENSE=	BSL GPLv3
 LICENSE_COMB=	multi
 
+BROKEN=		Does not build
+
 LIB_DEPENDS=	boost_regex:${PORTSDIR}/devel/boost-libs \
 		xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \
 		gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm
 
 USE_BZIP2=	yes
-USES=	pathfix
+USES=	pathfix gmake
 USE_GCC=	4.6+
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes


More information about the svn-ports-all mailing list