Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2013 06:45:04 +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: r323565 - head/science/peekabot
Message-ID:  <201307240645.r6O6j5xu043556@svn.freebsd.org>

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



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